mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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:
@@ -45,6 +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)} \
|
||||||
glib \
|
glib \
|
||||||
gpgme \
|
gpgme \
|
||||||
curl \
|
curl \
|
||||||
@@ -192,6 +193,7 @@ RDEPENDS:${PN}-ptest += " \
|
|||||||
diffutils \
|
diffutils \
|
||||||
findutils \
|
findutils \
|
||||||
grep \
|
grep \
|
||||||
|
locale-base-en-us \
|
||||||
python3-core \
|
python3-core \
|
||||||
python3-multiprocessing \
|
python3-multiprocessing \
|
||||||
strace \
|
strace \
|
||||||
|
|||||||
Reference in New Issue
Block a user