summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/tar/tar_1.29.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2016-06-12 10:21:05 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-15 08:34:59 +0100
commitad636622ec6466f8623fc543523be732afecf7d1 (patch)
tree1ec58700ffe04778eae40601313b7680f13cf55d /meta/recipes-extended/tar/tar_1.29.bb
parentdf25fcd664f659e2b7c5253ce91c80da005c362b (diff)
downloadpoky-ad636622ec6466f8623fc543523be732afecf7d1.tar.gz
tar: upgrade to 1.29
Refresh remove-gets.patch for the latest version. (From OE-Core rev: 8504817a5707df0f26a3049846532bfa4890f329) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/tar/tar_1.29.bb')
-rw-r--r--meta/recipes-extended/tar/tar_1.29.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-extended/tar/tar_1.29.bb b/meta/recipes-extended/tar/tar_1.29.bb
new file mode 100644
index 0000000000..efce57d9d7
--- /dev/null
+++ b/meta/recipes-extended/tar/tar_1.29.bb
@@ -0,0 +1,18 @@
1require tar.inc
2
3PACKAGECONFIG ??= ""
4PACKAGECONFIG[acl] = "--with-posix-acls, --without-posix-acls, acl,"
5
6LICENSE = "GPLv3"
7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
8
9SRC_URI += "file://remove-gets.patch \
10 file://musl_dirent.patch \
11 "
12SRC_URI[md5sum] = "955cd533955acb1804b83fd70218da51"
13SRC_URI[sha256sum] = "236b11190c0a3a6885bdb8d61424f2b36a5872869aa3f7f695dea4b4843ae2f2"
14
15do_install_append_libc-musl() {
16 rm -f ${D}${libdir}/charset.alias
17 rmdir ${D}${libdir}
18}