[yocto] [meta-selinux][ 2/3] logrotate: Use wildcard for version number.

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


Signed-off-by: Philip Tricca <flihp at twobit.us>
---
 recipes-extended/logrotate/logrotate_%.bbappend     |    7 +++++++
 recipes-extended/logrotate/logrotate_3.8.7.bbappend |    7 -------
 2 files changed, 7 insertions(+), 7 deletions(-)
 create mode 100644 recipes-extended/logrotate/logrotate_%.bbappend
 delete mode 100644 recipes-extended/logrotate/logrotate_3.8.7.bbappend

diff --git a/recipes-extended/logrotate/logrotate_%.bbappend b/recipes-extended/logrotate/logrotate_%.bbappend
new file mode 100644
index 0000000..208ea77
--- /dev/null
+++ b/recipes-extended/logrotate/logrotate_%.bbappend
@@ -0,0 +1,7 @@
+PR .= ".2"
+
+inherit selinux
+
+DEPENDS += "${LIBSELINUX}"
+
+EXTRA_OEMAKE += "${@target_selinux(d, 'WITH_SELINUX=\"yes\"')}"
diff --git a/recipes-extended/logrotate/logrotate_3.8.7.bbappend b/recipes-extended/logrotate/logrotate_3.8.7.bbappend
deleted file mode 100644
index 208ea77..0000000
--- a/recipes-extended/logrotate/logrotate_3.8.7.bbappend
+++ /dev/null
@@ -1,7 +0,0 @@
-PR .= ".2"
-
-inherit selinux
-
-DEPENDS += "${LIBSELINUX}"
-
-EXTRA_OEMAKE += "${@target_selinux(d, 'WITH_SELINUX=\"yes\"')}"
-- 
1.7.10.4




More information about the yocto mailing list