]> code.ossystems Code Review - openembedded-core.git/commitdiff
tar 1.17: fix unknown-configure-option
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 27 Jan 2015 08:31:21 +0000 (00:31 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 Feb 2015 18:52:46 +0000 (18:52 +0000)
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.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-extended/tar/tar.inc
meta/recipes-extended/tar/tar_1.28.bb

index 51d49340a14ca6baeb212be5724025aea8aee097..fb5db78f6972fa2c336ba97841e1e1d78f783c68 100644 (file)
@@ -26,8 +26,6 @@ do_install_extra () {
 
 PACKAGES =+ "${PN}-rmt"
 
-PACKAGECONFIG[acl] = "--with-posix-acls, --without-posix-acls, acl,"
-
 FILES_${PN}-rmt = "${base_sbindir}/rmt*"
 
 inherit update-alternatives
index a15b4b60e3cad0311217285b24a2c2627d9455a2..8816000399a269738121d0e4a203be31c66ecfc1 100644 (file)
@@ -1,5 +1,8 @@
 require tar.inc
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[acl] = "--with-posix-acls, --without-posix-acls, acl,"
+
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"