[pkg-fso-commits] [SCM] linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko branch, debian, updated. upstream/20090303.gitb9de904e-368-gb3a3832
Luca Capello
luca at pca.it
Thu Mar 19 00:34:37 UTC 2009
The following commit has been merged in the debian branch:
commit b3a38326057ca8a36d00c730ae77a29cdb1a8eb7
Author: Luca Capello <luca at pca.it>
Date: Thu Mar 19 01:32:51 2009 +0100
debian/rules: remove binary blobs from the linux-image-* package
diff --git a/debian/changelog b/debian/changelog
index 7ac5467..363ff45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+linux-2.6-openmoko (20090303.gitb9de904e-2) UNRELEASED; urgency=low
+
+ * debian/rules:
+ - remove /lib/firmware/ from the linux-image-2.6.29-openmoko-gta02
+ package, these binary blobs do not belong there.
+
+ --
+
linux-2.6-openmoko (20090303.gitb9de904e-1) pkg-fso; urgency=low
* New Git Checkout:
diff --git a/debian/rules b/debian/rules
index a5ef98a..6212d11 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,6 +65,9 @@ install-stamp: build
# Install the config file
cp .config `pwd`/debian/`dh_listpackages`/boot/config-$(VERSION_FULL)
+ # Remove binary blobs
+ rm -rf `pwd`/debian/`dh_listpackages`/lib/firmware
+
touch install-stamp
# Build architecture-independent files here.
--
linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko
More information about the pkg-fso-commits
mailing list