summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/tar
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-01-27 00:31:21 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-08 08:00:28 +0000
commit594959eb1be372e2e1680970221cf6e5265be46d (patch)
tree8ac1a02243f7ae6183eb3b524f5d470ef21b523c /meta/recipes-extended/tar
parentf4b1459005d3822664578920d5ca1102d36dedc8 (diff)
downloadpoky-594959eb1be372e2e1680970221cf6e5265be46d.tar.gz
tar 1.17: fix unknown-configure-option
WARNING: QA Issue: tar: configure was passed unrecognised options: --without-posix-acls [unknown-configure-option] tar 1.17 doesn't support --without-posix-acls, move it from tar.inc to tar_1.28.bb to fix the problem. (From OE-Core rev: faf469f9b5fbf794311d83db26cdf7f1042785c0) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/tar')
-rw-r--r--meta/recipes-extended/tar/tar.inc2
-rw-r--r--meta/recipes-extended/tar/tar_1.28.bb3
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-extended/tar/tar.inc b/meta/recipes-extended/tar/tar.inc
index 51d49340a1..fb5db78f69 100644
--- a/meta/recipes-extended/tar/tar.inc
+++ b/meta/recipes-extended/tar/tar.inc
@@ -26,8 +26,6 @@ do_install_extra () {
26 26
27PACKAGES =+ "${PN}-rmt" 27PACKAGES =+ "${PN}-rmt"
28 28
29PACKAGECONFIG[acl] = "--with-posix-acls, --without-posix-acls, acl,"
30
31FILES_${PN}-rmt = "${base_sbindir}/rmt*" 29FILES_${PN}-rmt = "${base_sbindir}/rmt*"
32 30
33inherit update-alternatives 31inherit update-alternatives
diff --git a/meta/recipes-extended/tar/tar_1.28.bb b/meta/recipes-extended/tar/tar_1.28.bb
index a15b4b60e3..8816000399 100644
--- a/meta/recipes-extended/tar/tar_1.28.bb
+++ b/meta/recipes-extended/tar/tar_1.28.bb
@@ -1,5 +1,8 @@
1require tar.inc 1require tar.inc
2 2
3PACKAGECONFIG ??= ""
4PACKAGECONFIG[acl] = "--with-posix-acls, --without-posix-acls, acl,"
5
3LICENSE = "GPLv3" 6LICENSE = "GPLv3"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
5 8