[oe-commits] Koen Kooi : mtd-utils(-native) 1.2.0+git: fix problem with make 3.8x, def_pref -1 -native till it builds for everyone

GIT User account git at amethyst.openembedded.net
Wed Jan 14 12:33:12 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5750dc939ff2abf2990bd56095b09ccc027b8c10
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5750dc939ff2abf2990bd56095b09ccc027b8c10

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jan 14 13:31:30 2009 +0100

mtd-utils(-native) 1.2.0+git: fix problem with make 3.8x, def_pref -1 -native till it builds for everyone

---

 packages/mtd/mtd-utils-native_1.2.0+git.bb |    3 +++
 packages/mtd/mtd-utils_1.2.0+git.bb        |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/packages/mtd/mtd-utils-native_1.2.0+git.bb b/packages/mtd/mtd-utils-native_1.2.0+git.bb
index f5ec27f..6135d7f 100644
--- a/packages/mtd/mtd-utils-native_1.2.0+git.bb
+++ b/packages/mtd/mtd-utils-native_1.2.0+git.bb
@@ -1,3 +1,6 @@
+# Doesn't build for everyone, errors range from missing includes to linking errors
+DEFAULT_PREFERENCE = "-1"
+
 require mtd-utils_${PV}.bb
 require mtd-utils-native.inc
 DEPENDS += "e2fsprogs-libs-native"
diff --git a/packages/mtd/mtd-utils_1.2.0+git.bb b/packages/mtd/mtd-utils_1.2.0+git.bb
index e63d1ca..32d8adc 100644
--- a/packages/mtd/mtd-utils_1.2.0+git.bb
+++ b/packages/mtd/mtd-utils_1.2.0+git.bb
@@ -3,14 +3,14 @@ SECTION = "base"
 DEPENDS = "e2fsprogs-libs zlib lzo"
 HOMEPAGE = "http://www.linux-mtd.infradead.org/"
 LICENSE = "GPLv2"
-PR = "r2"
+PR = "r3"
 
 ARM_INSTRUCTION_SET = "arm"
 
 # This is the default package, thus we lock to a specific git version so 
 # upstream changes will not break builds.
 
-TAG = "149d3c8ac8d32c05836ed8add1324561ce0952ad"
+TAG = "ea429635388f7bb53f62c41ec3d5ccf5fa207370"
 
 SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=${TAG} \
 	   file://add-exclusion-to-mkfs-jffs2-git-2.patch;patch=1 \





More information about the Openembedded-commits mailing list