]> code.ossystems Code Review - openembedded-core.git/commitdiff
mtd-utils: Update version to include fixes after 1.5.0
authorLauren Post <lauren.post@freescale.com>
Fri, 7 Mar 2014 21:52:43 +0000 (15:52 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Mar 2014 16:26:12 +0000 (09:26 -0700)
This includes fixes on master branch not in the 1.5.0 release

Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/mtd/mtd-utils/add-exclusion-to-mkfs-jffs2-git-2.patch [moved from meta/recipes-devtools/mtd/mtd-utils-1.5.0/add-exclusion-to-mkfs-jffs2-git-2.patch with 100% similarity]
meta/recipes-devtools/mtd/mtd-utils/mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch [moved from meta/recipes-devtools/mtd/mtd-utils-1.5.0/mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch with 100% similarity]
meta/recipes-devtools/mtd/mtd-utils_git.bb [moved from meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb with 83% similarity]

similarity index 83%
rename from meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
rename to meta/recipes-devtools/mtd/mtd-utils_git.bb
index 94940f80fb4f3f434bcaf627d151f266d60724f2..f1e2a8e08489727850f3b7f1ae1408504d60cbe2 100644 (file)
@@ -6,14 +6,15 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
                     file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c"
 
-SRCREV = "ca39eb1d98e736109c64ff9c1aa2a6ecca222d8f"
+# Use the latest version at 26 Oct, 2013
+SRCREV = "dcea43eba91642939c82739387147da26d572758"
 SRC_URI = "git://git.infradead.org/mtd-utils.git \
-           file://add-exclusion-to-mkfs-jffs2-git-2.patch \
-           file://mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch "
+               file://add-exclusion-to-mkfs-jffs2-git-2.patch \
+"
 
-S = "${WORKDIR}/git/"
+PV = "1.5.0+git${SRCPV}"
 
-PR = "r3"
+S = "${WORKDIR}/git/"
 
 EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR' 'BUILDDIR=${S}'"