mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +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 ??= " \
|
PACKAGECONFIG ??= " \
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'selinux smack', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'selinux smack', d)} \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd libmount', '', 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 \
|
glib \
|
||||||
gpgme \
|
gpgme \
|
||||||
curl \
|
curl \
|
||||||
|
|||||||
Reference in New Issue
Block a user