[PATCH 2/9] Use wildcard in mesa bbappend name


Armin Kuster
 

mesa: Use wildcard in version to minimize keeping in-sync
with Poky

Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-graphics/mesa/mesa_9.2.%.bbappend | 6 ++++++
recipes-graphics/mesa/mesa_9.2.2.bbappend | 6 ------
2 files changed, 6 insertions(+), 6 deletions(-)
create mode 100644 recipes-graphics/mesa/mesa_9.2.%.bbappend
delete mode 100644 recipes-graphics/mesa/mesa_9.2.2.bbappend

diff --git a/recipes-graphics/mesa/mesa_9.2.%.bbappend b/recipes-graphics/mesa/mesa_9.2.%.bbappend
new file mode 100644
index 0000000..0004f71
--- /dev/null
+++ b/recipes-graphics/mesa/mesa_9.2.%.bbappend
@@ -0,0 +1,6 @@
+inherit enable-selinux
+
+# But wait! There's more! mesa builds a host program named builtin_compiler
+# and it needs selinux, too. We replace the PACKAGECONFIG[] in the bbclass.
+#
+PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux libselinux-native,"
diff --git a/recipes-graphics/mesa/mesa_9.2.2.bbappend b/recipes-graphics/mesa/mesa_9.2.2.bbappend
deleted file mode 100644
index 0004f71..0000000
--- a/recipes-graphics/mesa/mesa_9.2.2.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
-inherit enable-selinux
-
-# But wait! There's more! mesa builds a host program named builtin_compiler
-# and it needs selinux, too. We replace the PACKAGECONFIG[] in the bbclass.
-#
-PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux libselinux-native,"
--
1.9.1

Join yocto@lists.yoctoproject.org to automatically receive all group messages.