summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mtd/mtd-utils_git.bb
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2017-01-04 19:28:46 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-09 13:39:12 +0000
commit780033d5c4355ca9d4a30dff9f1147e890a5e845 (patch)
treea272b206542713d713d52e6bfcc084a05fc82473 /meta/recipes-devtools/mtd/mtd-utils_git.bb
parent1da4d59ec713d148980138d7fdd054549107344f (diff)
downloadpoky-780033d5c4355ca9d4a30dff9f1147e890a5e845.tar.gz
mtd-utils: Upgrade to 2.0.0
Upstream has started using automake which means that the recipe must now inherit from autotools and pkgconfig. The source tree has been reorganised too which requires the paths in the patches to be modified. None of the patches appear to have been applied upstream. (From OE-Core rev: dacf6ab5aaf8cc588280b92d64db2e28c6c07a22) Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/mtd/mtd-utils_git.bb')
-rw-r--r--meta/recipes-devtools/mtd/mtd-utils_git.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb
index 8a3afaf62b..d09ac841ec 100644
--- a/meta/recipes-devtools/mtd/mtd-utils_git.bb
+++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb
@@ -5,11 +5,13 @@ LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ 5LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
6 file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c" 6 file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c"
7 7
8inherit autotools pkgconfig
9
8DEPENDS = "zlib lzo e2fsprogs util-linux" 10DEPENDS = "zlib lzo e2fsprogs util-linux"
9 11
10PV = "1.5.2" 12PV = "2.0.0"
11 13
12SRCREV = "aea36417067dade75192bafa03af70b6eb2677b1" 14SRCREV = "1bfee8660131fca7a18f68e9548a18ca6b3378a0"
13SRC_URI = "git://git.infradead.org/mtd-utils.git \ 15SRC_URI = "git://git.infradead.org/mtd-utils.git \
14 file://add-exclusion-to-mkfs-jffs2-git-2.patch \ 16 file://add-exclusion-to-mkfs-jffs2-git-2.patch \
15 file://fix-armv7-neon-alignment.patch \ 17 file://fix-armv7-neon-alignment.patch \