diff mbox series

[meta-selinux,1/3] rpm: remove PACKAGECONFIG[selinux]

Message ID 20240202090818.285479-1-yi.zhao@windriver.com
State New
Headers show
Series [meta-selinux,1/3] rpm: remove PACKAGECONFIG[selinux] | expand

Commit Message

Yi Zhao Feb. 2, 2024, 9:08 a.m. UTC
Drop PACKAGECONFIG[selinux] as it was added to rpm recipe in oe-core[1].

[1] https://git.openembedded.org/openembedded-core/commit/?id=38549d462b399e3a63335f60a44c8bbced98639a

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 recipes-devtools/rpm/rpm_selinux.inc | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-devtools/rpm/rpm_selinux.inc b/recipes-devtools/rpm/rpm_selinux.inc
index b6e0e7c..8c11cac 100644
--- a/recipes-devtools/rpm/rpm_selinux.inc
+++ b/recipes-devtools/rpm/rpm_selinux.inc
@@ -1,2 +1 @@ 
 inherit enable-selinux
-PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"