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:
Khem Raj 2024-04-12 10:24:47 -07:00
parent 2ea3d14681
commit ebeb32dc03
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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 \