diff options
Diffstat (limited to 'meta/recipes-extended/tar')
-rw-r--r-- | meta/recipes-extended/tar/tar.inc | 2 | ||||
-rw-r--r-- | 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 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 | ||
27 | PACKAGES =+ "${PN}-rmt" | 27 | PACKAGES =+ "${PN}-rmt" |
28 | 28 | ||
29 | PACKAGECONFIG[acl] = "--with-posix-acls, --without-posix-acls, acl," | ||
30 | |||
31 | FILES_${PN}-rmt = "${base_sbindir}/rmt*" | 29 | FILES_${PN}-rmt = "${base_sbindir}/rmt*" |
32 | 30 | ||
33 | inherit update-alternatives | 31 | inherit 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 @@ | |||
1 | require tar.inc | 1 | require tar.inc |
2 | 2 | ||
3 | PACKAGECONFIG ??= "" | ||
4 | PACKAGECONFIG[acl] = "--with-posix-acls, --without-posix-acls, acl," | ||
5 | |||
3 | LICENSE = "GPLv3" | 6 | LICENSE = "GPLv3" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
5 | 8 | ||