summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2024-02-02 17:08:16 +0800
committerJoe MacDonald <joe@deserted.net>2024-02-27 12:30:20 -0500
commit95113a29c790520308dee3204ef1e87b28f4c992 (patch)
tree0d27db4ff41ce7db1292f40f6a8356925162b88f
parent39a5525a22442b5766154f46852cd37ef2d23699 (diff)
downloadmeta-selinux-95113a29c790520308dee3204ef1e87b28f4c992.tar.gz
rpm: remove PACKAGECONFIG[selinux]
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> Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--recipes-devtools/rpm/rpm_selinux.inc1
1 files changed, 0 insertions, 1 deletions
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 @@
1inherit enable-selinux inherit enable-selinux
2PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"