[yocto] [meta-selinux][ 3/3] tar: Use wildcard for version number in bbappend.

Philip Tricca flihp at twobit.us
Mon Jan 12 19:50:04 PST 2015


Signed-off-by: Philip Tricca <flihp at twobit.us>
---
 recipes-extended/tar/tar_%.bbappend      |   13 +++++++++++++
 recipes-extended/tar/tar_1.27.1.bbappend |   13 -------------
 2 files changed, 13 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..a1dc99c
--- /dev/null
+++ b/recipes-extended/tar/tar_%.bbappend
@@ -0,0 +1,13 @@
+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,"
+
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




More information about the yocto mailing list