[yocto] [PATCH][meta-selinux] parted: Use wildcard for version number in bbappend.

flihp at twobit.us flihp at twobit.us
Fri Dec 19 15:46:49 PST 2014


From: Philip Tricca <flihp at twobit.us>

Signed-off-by: Philip Tricca <flihp at twobit.us>
---
 recipes-extended/parted/parted_%.bbappend   |    3 +++
 recipes-extended/parted/parted_3.1.bbappend |    3 ---
 2 files changed, 3 insertions(+), 3 deletions(-)
 create mode 100644 recipes-extended/parted/parted_%.bbappend
 delete mode 100644 recipes-extended/parted/parted_3.1.bbappend

diff --git a/recipes-extended/parted/parted_%.bbappend b/recipes-extended/parted/parted_%.bbappend
new file mode 100644
index 0000000..366fdf5
--- /dev/null
+++ b/recipes-extended/parted/parted_%.bbappend
@@ -0,0 +1,3 @@
+PR .= ".2"
+
+inherit enable-selinux
diff --git a/recipes-extended/parted/parted_3.1.bbappend b/recipes-extended/parted/parted_3.1.bbappend
deleted file mode 100644
index 366fdf5..0000000
--- a/recipes-extended/parted/parted_3.1.bbappend
+++ /dev/null
@@ -1,3 +0,0 @@
-PR .= ".2"
-
-inherit enable-selinux
-- 
1.7.10.4




More information about the yocto mailing list