diff options
Diffstat (limited to 'meta-oe/recipes-extended/ostree/ostree_2024.5.bb')
-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 \ |