diff --git a/meta-oe/recipes-extended/ostree/ostree_2024.8.bb b/meta-oe/recipes-extended/ostree/ostree_2024.8.bb index 6ed8cb58a8..4fd7a14178 100644 --- a/meta-oe/recipes-extended/ostree/ostree_2024.8.bb +++ b/meta-oe/recipes-extended/ostree/ostree_2024.8.bb @@ -45,7 +45,7 @@ BUILD_OPTIMIZATION:append = " -O2" PACKAGECONFIG ??= " \ ${@bb.utils.filter('DISTRO_FEATURES', 'selinux smack', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd libmount', '', d)} \ - ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'soup3', '', d)} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'soup3 static', '', d)} \ glib \ gpgme \ curl \