mtd-utils(-native) 1.2.0+git: fix problem with make 3.8x, def_pref -1 -native till...
authorKoen Kooi <koen@openembedded.org>
Wed, 14 Jan 2009 12:31:30 +0000 (13:31 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 14 Jan 2009 12:31:30 +0000 (13:31 +0100)
packages/mtd/mtd-utils-native_1.2.0+git.bb
packages/mtd/mtd-utils_1.2.0+git.bb

index f5ec27f..6135d7f 100644 (file)
@@ -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"
index e63d1ca..32d8adc 100644 (file)
@@ -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 \