mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user