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>
This commit is contained in:
Robert Yang 2015-01-27 00:31:21 -08:00 committed by Richard Purdie
parent f4b1459005
commit 594959eb1b
2 changed files with 3 additions and 2 deletions

View 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

View 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"