summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mtd/mtd-utils_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-11-18 23:24:32 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-12 23:42:55 +0000
commit36a709aa0f232a1887cf60f2eaf0a44fdd707ecd (patch)
tree7924315a890369f1ebacf4adee744273fc490c05 /meta/recipes-devtools/mtd/mtd-utils_git.bb
parent41fd73fe6591ee4d4e905d228db19d29f7c04637 (diff)
downloadpoky-36a709aa0f232a1887cf60f2eaf0a44fdd707ecd.tar.gz
mtd-utils: Backport and create patches to support musl
(From OE-Core rev: 9a4ab3b1ad45a556b845530a12ec865be2278c78) Signed-off-by: Khem Raj <raj.khem@gmail.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.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb
index 17dca77609..bc15ddd82c 100644
--- a/meta/recipes-devtools/mtd/mtd-utils_git.bb
+++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb
@@ -15,8 +15,12 @@ SRC_URI = "git://git.infradead.org/mtd-utils.git \
15 file://fix-armv7-neon-alignment.patch \ 15 file://fix-armv7-neon-alignment.patch \
16 file://0001-hashtable-Remove-duplicate-hashtable_iterator_value-.patch \ 16 file://0001-hashtable-Remove-duplicate-hashtable_iterator_value-.patch \
17 file://mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch \ 17 file://mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch \
18 file://0001-Fix-build-with-musl.patch \
19 file://0001-mtd-utils-libfec-use-standard-C-type-instead-of-u_lo.patch \
18" 20"
19 21
22SRC_URI_append_libc-musl = " file://010-fix-rpmatch.patch "
23
20S = "${WORKDIR}/git/" 24S = "${WORKDIR}/git/"
21 25
22# xattr support creates an additional compile-time dependency on acl because 26# xattr support creates an additional compile-time dependency on acl because