From d0eeed38148ec2511df0c096bab2c57980b5af65 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 12 Apr 2024 10:24:47 -0700 Subject: [PATCH] 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 Cc: Jose Quaresma --- 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 \