summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/patch/patch_2.7.6.bb
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2018-03-07 11:10:10 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-03 09:53:48 +0100
commit85eaada5ec4289ec85fd77aed8bbe7f07cd3f53d (patch)
treec48d0c7ae38c9edd795292bc87a09be56d8ffc1f /meta/recipes-devtools/patch/patch_2.7.6.bb
parent064ebecc67e16327fe1e5412baebf199116f69ac (diff)
downloadpoky-85eaada5ec4289ec85fd77aed8bbe7f07cd3f53d.tar.gz
patch:2.7.5 -> 2.7.6
Upgrade patch from 2.7.5 to 2.7.6. (From OE-Core rev: e5dcd58e5b2ef0b8e2bbe90e9bb1cede4e76bf75) (From OE-Core rev: 6ecaabfff944773a09096a9ce293842c7c00b3a1) Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/patch/patch_2.7.6.bb')
-rw-r--r--meta/recipes-devtools/patch/patch_2.7.6.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/patch/patch_2.7.6.bb b/meta/recipes-devtools/patch/patch_2.7.6.bb
new file mode 100644
index 0000000000..576a2ac8fa
--- /dev/null
+++ b/meta/recipes-devtools/patch/patch_2.7.6.bb
@@ -0,0 +1,15 @@
1require patch.inc
2LICENSE = "GPLv3"
3
4SRC_URI += "file://0001-Unset-need_charset_alias-when-building-for-musl.patch"
5
6SRC_URI[md5sum] = "4c68cee989d83c87b00a3860bcd05600"
7SRC_URI[sha256sum] = "8cf86e00ad3aaa6d26aca30640e86b0e3e1f395ed99f189b06d4c9f74bc58a4e"
8
9LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
10
11acpaths = "-I ${S}/m4 "
12
13PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'xattr', d)}"
14PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr,"
15