diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2018-03-07 11:10:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-08 10:39:32 -0800 |
commit | e5969c7ec781ddf5a70acee3adfaa2c1229e944c (patch) | |
tree | 678d96fa3a3306726de6c303bfc22b73ae30612c /meta/recipes-devtools/patch/patch_2.7.5.bb | |
parent | 6c99444c767ac03b75f82d4b842be6bb6692454d (diff) | |
download | poky-e5969c7ec781ddf5a70acee3adfaa2c1229e944c.tar.gz |
patch:2.7.5 -> 2.7.6
Upgrade patch from 2.7.5 to 2.7.6.
(From OE-Core rev: e5dcd58e5b2ef0b8e2bbe90e9bb1cede4e76bf75)
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>
Diffstat (limited to 'meta/recipes-devtools/patch/patch_2.7.5.bb')
-rw-r--r-- | meta/recipes-devtools/patch/patch_2.7.5.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-devtools/patch/patch_2.7.5.bb b/meta/recipes-devtools/patch/patch_2.7.5.bb deleted file mode 100644 index 151f021b2c..0000000000 --- a/meta/recipes-devtools/patch/patch_2.7.5.bb +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | require patch.inc | ||
2 | LICENSE = "GPLv3" | ||
3 | |||
4 | SRC_URI += "file://0001-Unset-need_charset_alias-when-building-for-musl.patch" | ||
5 | |||
6 | SRC_URI[md5sum] = "ed4d5674ef4543b4eb463db168886dc7" | ||
7 | SRC_URI[sha256sum] = "7436f5a19f93c3ca83153ce9c5cbe4847e97c5d956e57a220121e741f6e7968f" | ||
8 | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
10 | |||
11 | acpaths = "-I ${S}/m4 " | ||
12 | |||
13 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'xattr', d)}" | ||
14 | PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," | ||
15 | |||