Message ID | 20240207210405.500713-1-denis@denix.org |
---|---|
State | New |
Headers | show |
Series | [meta-selinux] rpm: drop PACKAGECONFIG | expand |
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"
Version 4.19 has migrated from autoconf to CMake, so old PACKAGECONFIG no longer works. Moreover, OE-Core now defines PACKAGECONFIG for selinux. https://git.openembedded.org/openembedded-core/commit/?id=38549d462b399e3a63335f60a44c8bbced98639a Signed-off-by: Denys Dmytriyenko <denis@denix.org> --- recipes-devtools/rpm/rpm_selinux.inc | 1 - 1 file changed, 1 deletion(-)