From af44b9dd22da0301e33ebafd5c4091f9cc32c860 Mon Sep 17 00:00:00 2001 From: Xin Ouyang Date: Fri, 16 May 2014 18:04:08 +0800 Subject: mesa: Use wildcard for version number in bbappend. Signed-off-by: Xin Ouyang --- recipes-graphics/mesa/mesa_%.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_%.bbappend delete mode 100644 recipes-graphics/mesa/mesa_9.2.2.bbappend diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend new file mode 100644 index 0000000..0004f71 --- /dev/null +++ b/recipes-graphics/mesa/mesa_%.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," -- cgit v1.2.3-54-g00ecf