All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-selinux] parted: Use wildcard for version number in bbappend.
@ 2014-12-19 23:46 flihp
  2015-01-12 20:01 ` Joe MacDonald
  0 siblings, 1 reply; 2+ messages in thread
From: flihp @ 2014-12-19 23:46 UTC (permalink / raw)
  To: yocto

From: Philip Tricca <flihp@twobit.us>

Signed-off-by: Philip Tricca <flihp@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-12 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-19 23:46 [PATCH][meta-selinux] parted: Use wildcard for version number in bbappend flihp
2015-01-12 20:01 ` Joe MacDonald

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.