From: Jörg Sommer <[email protected]> Signed-off-by: Jörg Sommer <[email protected]> --- meta/recipes-devtools/rpm/rpm_4.20.1.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/rpm/rpm_4.20.1.bb b/meta/recipes-devtools/rpm/rpm_4.20.1.bb index ba967ec1fa..17e75c3e14 100644 --- a/meta/recipes-devtools/rpm/rpm_4.20.1.bb +++ b/meta/recipes-devtools/rpm/rpm_4.20.1.bb @@ -64,7 +64,10 @@ BBCLASSEXTEND = "native nativesdk" # https://github.com/llvm/llvm-project/issues/82541 TOOLCHAIN = "gcc" -PACKAGECONFIG ??= "archive" +PACKAGECONFIG ??= "\ + ${@bb.utils.filter('DISTRO_FEATURES', 'acl audit selinux', d)} \ + archive \ +" PACKAGECONFIG[plugins] = "-DENABLE_PLUGINS=ON,-DENABLE_PLUGINS=OFF" PACKAGECONFIG[testsuite] = "-DENABLE_TESTSUITE=ON,-DENABLE_TESTSUITE=OFF" -- 2.53.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#241058): https://lists.openembedded.org/g/openembedded-core/message/241058 Mute This Topic: https://lists.openembedded.org/mt/120294913/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
