From ad98856d7db42c4f68b7b582532c6ee8a4c807b9 Mon Sep 17 00:00:00 2001 From: Philip Tricca Date: Thu, 15 Jan 2015 02:59:38 +0000 Subject: tar: Use wildcard for version number in bbappend. Signed-off-by: Philip Tricca Signed-off-by: Joe MacDonald --- 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," - -- cgit v1.2.3-54-g00ecf