When running ptests using meta-oe-image-ptest-ostree image
these packageconfig/soup3 and utf8 locale is needed

Signed-off-by: Khem Raj <[email protected]>
Cc: Jose Quaresma <[email protected]>
---
 meta-oe/recipes-extended/ostree/ostree_2024.5.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-extended/ostree/ostree_2024.5.bb 
b/meta-oe/recipes-extended/ostree/ostree_2024.5.bb
index 0e098109c8..2ea92f190c 100644
--- a/meta-oe/recipes-extended/ostree/ostree_2024.5.bb
+++ b/meta-oe/recipes-extended/ostree/ostree_2024.5.bb
@@ -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 \
-- 
2.44.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109944): 
https://lists.openembedded.org/g/openembedded-devel/message/109944
Mute This Topic: https://lists.openembedded.org/mt/105486978/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to