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

Philip Tricca flihp at twobit.us
Mon Sep 8 05:03:35 PDT 2014


Signed-off-by: Philip Tricca <flihp at twobit.us>
---
 recipes-extended/shadow/shadow_%.bbappend       |    5 +++++
 recipes-extended/shadow/shadow_4.1.4.3.bbappend |    5 -----
 2 files changed, 5 insertions(+), 5 deletions(-)
 create mode 100644 recipes-extended/shadow/shadow_%.bbappend
 delete mode 100644 recipes-extended/shadow/shadow_4.1.4.3.bbappend

diff --git a/recipes-extended/shadow/shadow_%.bbappend b/recipes-extended/shadow/shadow_%.bbappend
new file mode 100644
index 0000000..befe620
--- /dev/null
+++ b/recipes-extended/shadow/shadow_%.bbappend
@@ -0,0 +1,5 @@
+PR .= ".6"
+
+inherit with-selinux with-audit
+
+FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/files:')}"
diff --git a/recipes-extended/shadow/shadow_4.1.4.3.bbappend b/recipes-extended/shadow/shadow_4.1.4.3.bbappend
deleted file mode 100644
index befe620..0000000
--- a/recipes-extended/shadow/shadow_4.1.4.3.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
-PR .= ".6"
-
-inherit with-selinux with-audit
-
-FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/files:')}"
-- 
1.7.10.4




More information about the yocto mailing list