mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00: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
91984852f8
commit
d0eeed3814
@ -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…
x
Reference in New Issue
Block a user