diff options
author | Lauren Post <lauren.post@freescale.com> | 2014-03-07 15:52:43 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-11 09:30:13 -0700 |
commit | 798877eac9708fcf8206a51318ba3dc576a71893 (patch) | |
tree | 90bf89ad429ab122cf73280b488c3680c615a49f | |
parent | 7a8f3c783e63178fbd075c31c36ee6f07ff0b979 (diff) | |
download | poky-798877eac9708fcf8206a51318ba3dc576a71893.tar.gz |
mtd-utils: Update version to include fixes after 1.5.0
This includes fixes on master branch not in the 1.5.0 release
(From OE-Core rev: 51a2478b5542b2a1315c98d3f807535b9f0c46d2)
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>
-rw-r--r-- | meta/recipes-devtools/mtd/mtd-utils/add-exclusion-to-mkfs-jffs2-git-2.patch (renamed from meta/recipes-devtools/mtd/mtd-utils-1.5.0/add-exclusion-to-mkfs-jffs2-git-2.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/mtd/mtd-utils/mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch (renamed from meta/recipes-devtools/mtd/mtd-utils-1.5.0/mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/mtd/mtd-utils_git.bb (renamed from meta/recipes-devtools/mtd/mtd-utils_1.5.0.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 index 57d6a30d82..57d6a30d82 100644 --- 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 | |||
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 index a66087e301..a66087e301 100644 --- 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 | |||
diff --git a/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb index 94940f80fb..f1e2a8e084 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+" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ |
7 | file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c" | 7 | file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c" |
8 | 8 | ||
9 | SRCREV = "ca39eb1d98e736109c64ff9c1aa2a6ecca222d8f" | 9 | # Use the latest version at 26 Oct, 2013 |
10 | SRCREV = "dcea43eba91642939c82739387147da26d572758" | ||
10 | SRC_URI = "git://git.infradead.org/mtd-utils.git \ | 11 | SRC_URI = "git://git.infradead.org/mtd-utils.git \ |
11 | file://add-exclusion-to-mkfs-jffs2-git-2.patch \ | 12 | file://add-exclusion-to-mkfs-jffs2-git-2.patch \ |
12 | file://mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch " | 13 | " |
13 | 14 | ||
14 | S = "${WORKDIR}/git/" | 15 | PV = "1.5.0+git${SRCPV}" |
15 | 16 | ||
16 | PR = "r3" | 17 | S = "${WORKDIR}/git/" |
17 | 18 | ||
18 | EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR' 'BUILDDIR=${S}'" | 19 | EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR' 'BUILDDIR=${S}'" |
19 | 20 | ||