mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 10:41:13 +00:00
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:
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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user