diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-27 00:31:21 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-07 18:52:46 +0000 |
commit | faf469f9b5fbf794311d83db26cdf7f1042785c0 (patch) | |
tree | 94af6732a5bc11a6d93d3c6c8cf65f57d92e7b58 /meta/recipes-extended/tar/tar_1.28.bb | |
parent | ed8b62aca29be93281dbdb92a3acbff5922efe5e (diff) | |
download | openembedded-core-faf469f9b5fbf794311d83db26cdf7f1042785c0.tar.gz openembedded-core-faf469f9b5fbf794311d83db26cdf7f1042785c0.tar.bz2 openembedded-core-faf469f9b5fbf794311d83db26cdf7f1042785c0.zip |
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@windriver.com>
Diffstat (limited to 'meta/recipes-extended/tar/tar_1.28.bb')
-rw-r--r-- | meta/recipes-extended/tar/tar_1.28.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ require tar.inc +PACKAGECONFIG ??= "" +PACKAGECONFIG[acl] = "--with-posix-acls, --without-posix-acls, acl," + LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |