diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-04-12 10:24:47 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-04-12 10:27:26 -0700 |
commit | ebeb32dc037105362d01eba9eace426bb0757cd5 (patch) | |
tree | 0e7be209f13f9d589091708ca6ddf64391ac68e1 /meta-oe/recipes-extended/ostree | |
parent | 2ea3d14681453a1a77ab347940ce8cc54f3d55a0 (diff) | |
download | meta-openembedded-ebeb32dc037105362d01eba9eace426bb0757cd5.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-extended/ostree')
-rw-r--r-- | meta-oe/recipes-extended/ostree/ostree_2024.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/ostree/ostree_2024.5.bb b/meta-oe/recipes-extended/ostree/ostree_2024.5.bb index 0e098109c..2ea92f190 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" | |||
45 | PACKAGECONFIG ??= " \ | 45 | PACKAGECONFIG ??= " \ |
46 | ${@bb.utils.filter('DISTRO_FEATURES', 'selinux smack', d)} \ | 46 | ${@bb.utils.filter('DISTRO_FEATURES', 'selinux smack', d)} \ |
47 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd libmount', '', d)} \ | 47 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd libmount', '', d)} \ |
48 | ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'soup3', '', d)} \ | ||
48 | glib \ | 49 | glib \ |
49 | gpgme \ | 50 | gpgme \ |
50 | curl \ | 51 | curl \ |
@@ -192,6 +193,7 @@ RDEPENDS:${PN}-ptest += " \ | |||
192 | diffutils \ | 193 | diffutils \ |
193 | findutils \ | 194 | findutils \ |
194 | grep \ | 195 | grep \ |
196 | locale-base-en-us \ | ||
195 | python3-core \ | 197 | python3-core \ |
196 | python3-multiprocessing \ | 198 | python3-multiprocessing \ |
197 | strace \ | 199 | strace \ |