From 98294b19c0cc75e93f6204cf651fe1df251609be Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Mon, 26 Aug 2024 13:56:54 +0800 Subject: mesa: rename mesa_%.bbappend to mesa.bbappend The mesa recipe in oe-core layer was renamed to mesa.bb in commit[1]. Rename bbappend to adapt this change. [1] https://git.openembedded.org/openembedded-core/commit/?id=f5cfb3e23603cefb2f3f6bfe776afaedefd10808 Signed-off-by: Yi Zhao Signed-off-by: Joe MacDonald --- recipes-graphics/mesa/mesa.bbappend | 2 ++ recipes-graphics/mesa/mesa_%.bbappend | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 recipes-graphics/mesa/mesa.bbappend delete mode 100644 recipes-graphics/mesa/mesa_%.bbappend diff --git a/recipes-graphics/mesa/mesa.bbappend b/recipes-graphics/mesa/mesa.bbappend new file mode 100644 index 0000000..ef81ec4 --- /dev/null +++ b/recipes-graphics/mesa/mesa.bbappend @@ -0,0 +1,2 @@ +inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-selinux', '', d)} +PACKAGECONFIG[selinux] = "-Dselinux=true,-Dselinux=false,libselinux" diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend deleted file mode 100644 index ef81ec4..0000000 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ /dev/null @@ -1,2 +0,0 @@ -inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-selinux', '', d)} -PACKAGECONFIG[selinux] = "-Dselinux=true,-Dselinux=false,libselinux" -- cgit v1.2.3-54-g00ecf