diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2017-04-06 15:43:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-11 18:10:18 +0100 |
commit | 31a293d0dc3c6cd6515ded5c00bd2089c3e1826c (patch) | |
tree | 9ccf83eaa8cdbb2905c8a45caac9fb38f2c43c21 /meta/recipes-devtools/mtd/mtd-utils_git.bb | |
parent | 3df7ee4755653f3783a9eaa81b019abf6be7a29a (diff) | |
download | poky-31a293d0dc3c6cd6515ded5c00bd2089c3e1826c.tar.gz |
mtd-utils: refresh patches now merged upstream
Update Upstream-Status tags and apply 010-fix-rpmatch.patch
unconditionally, since it's merged unconditionally upstream.
(From OE-Core rev: 87dcaf2094baf9a7b7993c2ff1f60db73f4248f4)
Signed-off-by: Andre McCurdy <armccurdy@gmail.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.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb index 30cf13c0dd..4fbc54f8f4 100644 --- a/meta/recipes-devtools/mtd/mtd-utils_git.bb +++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb | |||
@@ -17,10 +17,9 @@ SRC_URI = "git://git.infradead.org/mtd-utils.git \ | |||
17 | file://fix-armv7-neon-alignment.patch \ | 17 | file://fix-armv7-neon-alignment.patch \ |
18 | file://mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch \ | 18 | file://mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch \ |
19 | file://0001-Fix-build-with-musl.patch \ | 19 | file://0001-Fix-build-with-musl.patch \ |
20 | file://010-fix-rpmatch.patch \ | ||
20 | " | 21 | " |
21 | 22 | ||
22 | SRC_URI_append_libc-musl = " file://010-fix-rpmatch.patch " | ||
23 | |||
24 | S = "${WORKDIR}/git/" | 23 | S = "${WORKDIR}/git/" |
25 | 24 | ||
26 | # xattr support creates an additional compile-time dependency on acl because | 25 | # xattr support creates an additional compile-time dependency on acl because |