ostree: Enable static libs when building ptests

Helps run/pass some more ptests

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2024-10-13 09:28:42 -07:00
parent 903ed68669
commit 92e420dbe1
@@ -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 \