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

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


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

diff --git a/recipes-extended/at/at_%.bbappend b/recipes-extended/at/at_%.bbappend
new file mode 100644
index 0000000..f30abab
--- /dev/null
+++ b/recipes-extended/at/at_%.bbappend
@@ -0,0 +1,7 @@
+PR .= ".2"
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+SRC_URI += "file://at-3.1.13-selinux.patch"
+
+inherit with-selinux
diff --git a/recipes-extended/at/at_3.1.14.bbappend b/recipes-extended/at/at_3.1.14.bbappend
deleted file mode 100644
index f30abab..0000000
--- a/recipes-extended/at/at_3.1.14.bbappend
+++ /dev/null
@@ -1,7 +0,0 @@
-PR .= ".2"
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-SRC_URI += "file://at-3.1.13-selinux.patch"
-
-inherit with-selinux
-- 
1.7.10.4




More information about the yocto mailing list