[oe-commits] Robert Yang : tar 1.17: fix unknown-configure-option

git at git.openembedded.org git at git.openembedded.org
Sat Feb 7 18:53:19 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: faf469f9b5fbf794311d83db26cdf7f1042785c0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=faf469f9b5fbf794311d83db26cdf7f1042785c0

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Tue Jan 27 00:31:21 2015 -0800

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.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 meta/recipes-extended/tar/tar.inc     | 2 --
 meta/recipes-extended/tar/tar_1.28.bb | 3 +++
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/tar/tar.inc b/meta/recipes-extended/tar/tar.inc
index 51d4934..fb5db78 100644
--- a/meta/recipes-extended/tar/tar.inc
+++ b/meta/recipes-extended/tar/tar.inc
@@ -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
diff --git a/meta/recipes-extended/tar/tar_1.28.bb b/meta/recipes-extended/tar/tar_1.28.bb
index a15b4b6..8816000 100644
--- a/meta/recipes-extended/tar/tar_1.28.bb
+++ b/meta/recipes-extended/tar/tar_1.28.bb
@@ -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"
 



More information about the Openembedded-commits mailing list