summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2024-12-10 21:12:53 +0800
committerJoe MacDonald <joe.macdonald@siemens.com>2024-12-10 12:39:38 -0500
commit51bfd7c35a1dfaeef31a1de276061b9638f6a444 (patch)
tree54b79f5930e5f66e93798a7b845069097fbb5966
parent06289974f8c856a0d1bf981779545d440655ac68 (diff)
downloadmeta-selinux-51bfd7c35a1dfaeef31a1de276061b9638f6a444.tar.gz
libpam: drop packageconfig for selinux
Remove PACKAGECONFIG[selinux] as it has been added to libpam recipe in oe-core[1] and updated for meson. [1] https://git.openembedded.org/openembedded-core/commit/?id=15d0cb7c4b1278e869f440f949f5e9af2d305429 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@siemens.com>
-rw-r--r--recipes-extended/pam/libpam_selinux.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-extended/pam/libpam_selinux.inc b/recipes-extended/pam/libpam_selinux.inc
index 2f8b945..8c11cac 100644
--- a/recipes-extended/pam/libpam_selinux.inc
+++ b/recipes-extended/pam/libpam_selinux.inc
@@ -1,4 +1 @@
1inherit enable-selinux inherit enable-selinux
2
3PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux"
4RDEPENDS:${PN}-runtime += "${@target_selinux(d, 'pam-plugin-selinux')}"