Signed-off-by: Philip Tricca <fl...@twobit.us> --- recipes-extended/tar/tar_%.bbappend | 11 +++++++++++ recipes-extended/tar/tar_1.27.1.bbappend | 13 ------------- 2 files changed, 11 insertions(+), 13 deletions(-) create mode 100644 recipes-extended/tar/tar_%.bbappend delete mode 100644 recipes-extended/tar/tar_1.27.1.bbappend
diff --git a/recipes-extended/tar/tar_%.bbappend b/recipes-extended/tar/tar_%.bbappend new file mode 100644 index 0000000..54c8a90 --- /dev/null +++ b/recipes-extended/tar/tar_%.bbappend @@ -0,0 +1,11 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +inherit with-selinux + + +PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'acl', 'acl', '', d)}" + +# configure has no acl enable/disable options! +# +PACKAGECONFIG[acl] = ",,acl," + diff --git a/recipes-extended/tar/tar_1.27.1.bbappend b/recipes-extended/tar/tar_1.27.1.bbappend deleted file mode 100644 index a1dc99c..0000000 --- a/recipes-extended/tar/tar_1.27.1.bbappend +++ /dev/null @@ -1,13 +0,0 @@ -PR .= ".3" - -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -inherit with-selinux - - -PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'acl', 'acl', '', d)}" - -# configure has no acl enable/disable options! -# -PACKAGECONFIG[acl] = ",,acl," - -- 1.7.10.4 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto