summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/tar/tar_1.30.bb
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2018-01-31 16:56:34 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-06 10:54:37 +0000
commit9dc417ef8f94b51140fe2befcd492f6ea9726a4a (patch)
tree36a282127dde887144c4b73bdee7a5cbe258b76a /meta/recipes-extended/tar/tar_1.30.bb
parent2fe6961b3d6786c4acd666f78b8b2105bfa0b9d1 (diff)
downloadopenembedded-core-contrib-9dc417ef8f94b51140fe2befcd492f6ea9726a4a.tar.gz
tar: 1.29 -> 1.30
1.Upgrade tar from 1.29 to 1.30. 2.Modify musl_dirent.patch, since the data has been changed. 3.Delete CVE-2016-6321.patch, since it is integrated upstream. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/tar/tar_1.30.bb')
-rw-r--r--meta/recipes-extended/tar/tar_1.30.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-extended/tar/tar_1.30.bb b/meta/recipes-extended/tar/tar_1.30.bb
new file mode 100644
index 0000000000..e743a6d0d0
--- /dev/null
+++ b/meta/recipes-extended/tar/tar_1.30.bb
@@ -0,0 +1,18 @@
+require tar.inc
+
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[acl] = "--with-posix-acls, --without-posix-acls, acl,"
+
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+SRC_URI += "file://remove-gets.patch \
+ file://musl_dirent.patch \
+ "
+SRC_URI[md5sum] = "8404e4c1fc5a3000228ab2b8ad674a65"
+SRC_URI[sha256sum] = "87592b86cb037c554375f5868bdd3cc57748aef38d6cb741c81065f0beac63b7"
+
+do_install_append_libc-musl() {
+ rm -f ${D}${libdir}/charset.alias
+ rmdir ${D}${libdir}
+}