diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2024-12-10 21:12:53 +0800 |
---|---|---|
committer | Joe MacDonald <joe.macdonald@siemens.com> | 2024-12-10 12:39:38 -0500 |
commit | 51bfd7c35a1dfaeef31a1de276061b9638f6a444 (patch) | |
tree | 54b79f5930e5f66e93798a7b845069097fbb5966 | |
parent | 06289974f8c856a0d1bf981779545d440655ac68 (diff) | |
download | meta-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.inc | 3 |
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 @@ | |||
1 | inherit enable-selinux | inherit enable-selinux | |
2 | |||
3 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux" | ||
4 | RDEPENDS:${PN}-runtime += "${@target_selinux(d, 'pam-plugin-selinux')}" | ||