mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
ostree: Add missing dependencies for ptests
When running ptests using meta-oe-image-ptest-ostree image these packageconfig/soup3 and utf8 locale is needed Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Jose Quaresma <quaresma.jose@gmail.com>
This commit is contained in:
parent
2ea3d14681
commit
ebeb32dc03
|
|
@ -45,6 +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)} \
|
||||
glib \
|
||||
gpgme \
|
||||
curl \
|
||||
|
|
@ -192,6 +193,7 @@ RDEPENDS:${PN}-ptest += " \
|
|||
diffutils \
|
||||
findutils \
|
||||
grep \
|
||||
locale-base-en-us \
|
||||
python3-core \
|
||||
python3-multiprocessing \
|
||||
strace \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user