summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mtd/mtd-utils_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/mtd/mtd-utils_git.bb')
-rw-r--r--meta/recipes-devtools/mtd/mtd-utils_git.bb12
1 files changed, 5 insertions, 7 deletions
diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb
index 67cd8582b5..fa42770ee4 100644
--- a/meta/recipes-devtools/mtd/mtd-utils_git.bb
+++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb
@@ -1,5 +1,6 @@
1SUMMARY = "Tools for managing memory technology devices" 1SUMMARY = "Tools for managing memory technology devices"
2HOMEPAGE = "http://www.linux-mtd.infradead.org/" 2HOMEPAGE = "http://www.linux-mtd.infradead.org/"
3DESCRIPTION = "mtd-utils tool is a generic Linux subsystem for memory devices, especially Flash devices."
3SECTION = "base" 4SECTION = "base"
4LICENSE = "GPLv2+" 5LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
@@ -10,18 +11,15 @@ inherit autotools pkgconfig update-alternatives
10DEPENDS = "zlib e2fsprogs util-linux" 11DEPENDS = "zlib e2fsprogs util-linux"
11RDEPENDS_mtd-utils-tests += "bash" 12RDEPENDS_mtd-utils-tests += "bash"
12 13
13PV = "2.1.1" 14PV = "2.1.3"
14 15
15SRCREV = "4443221ce9b88440cd9f5bb78e6fe95621d36c8a" 16SRCREV = "42ea7cd48d2b3c306d59bb6c530d79f8c25bf9f5"
16SRC_URI = "git://git.infradead.org/mtd-utils.git \ 17SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master \
17 file://add-exclusion-to-mkfs-jffs2-git-2.patch \ 18 file://add-exclusion-to-mkfs-jffs2-git-2.patch \
18 file://0001-mtd-utils-Fix-return-value-of-ubiformat.patch \ 19 "
19"
20 20
21S = "${WORKDIR}/git/" 21S = "${WORKDIR}/git/"
22 22
23EXTRA_OECONF += "--enable-install-tests"
24
25# xattr support creates an additional compile-time dependency on acl because 23# xattr support creates an additional compile-time dependency on acl because
26# the sys/acl.h header is needed. libacl is not needed and thus enabling xattr 24# the sys/acl.h header is needed. libacl is not needed and thus enabling xattr
27# regardless whether acl is enabled or disabled in the distro should be okay. 25# regardless whether acl is enabled or disabled in the distro should be okay.