[oe-commits] Lauren Post : mtd-utils: Update version to include fixes after 1.5.0

git at git.openembedded.org git at git.openembedded.org
Sun Mar 16 23:01:32 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 51a2478b5542b2a1315c98d3f807535b9f0c46d2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=51a2478b5542b2a1315c98d3f807535b9f0c46d2

Author: Lauren Post <lauren.post at freescale.com>
Date:   Fri Mar  7 15:52:43 2014 -0600

mtd-utils: Update version to include fixes after 1.5.0

This includes fixes on master branch not in the 1.5.0 release

Signed-off-by: Lauren Post <lauren.post at freescale.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../add-exclusion-to-mkfs-jffs2-git-2.patch                   |  0
 ...-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch |  0
 .../mtd/{mtd-utils_1.5.0.bb => mtd-utils_git.bb}              | 11 ++++++-----
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-devtools/mtd/mtd-utils-1.5.0/add-exclusion-to-mkfs-jffs2-git-2.patch b/meta/recipes-devtools/mtd/mtd-utils/add-exclusion-to-mkfs-jffs2-git-2.patch
similarity index 100%
rename from meta/recipes-devtools/mtd/mtd-utils-1.5.0/add-exclusion-to-mkfs-jffs2-git-2.patch
rename to meta/recipes-devtools/mtd/mtd-utils/add-exclusion-to-mkfs-jffs2-git-2.patch
diff --git a/meta/recipes-devtools/mtd/mtd-utils-1.5.0/mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch b/meta/recipes-devtools/mtd/mtd-utils/mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch
similarity index 100%
rename from meta/recipes-devtools/mtd/mtd-utils-1.5.0/mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch
rename to meta/recipes-devtools/mtd/mtd-utils/mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch
diff --git a/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb
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 94940f8..f1e2a8e 100644
--- a/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
+++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb
@@ -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}'"
 



More information about the Openembedded-commits mailing list