diff options
-rw-r--r-- | meta-oe/recipes-extended/ostree/ostree_2021.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/ostree/ostree_2021.2.bb b/meta-oe/recipes-extended/ostree/ostree_2021.2.bb index 3a9574da11..62467b01d2 100644 --- a/meta-oe/recipes-extended/ostree/ostree_2021.2.bb +++ b/meta-oe/recipes-extended/ostree/ostree_2021.2.bb | |||
@@ -176,7 +176,7 @@ RDEPENDS_${PN}-ptest += " \ | |||
176 | util-linux \ | 176 | util-linux \ |
177 | xz \ | 177 | xz \ |
178 | ${PN}-trivial-httpd \ | 178 | ${PN}-trivial-httpd \ |
179 | ${@bb.utils.contains('BBFILE_COLLECTIONS', 'meta-python', 'python3-pyyaml', '', d)} \ | 179 | python3-pyyaml \ |
180 | ${@bb.utils.contains('PACKAGECONFIG', 'gjs', 'gjs', '', d)} \ | 180 | ${@bb.utils.contains('PACKAGECONFIG', 'gjs', 'gjs', '', d)} \ |
181 | " | 181 | " |
182 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils glibc-localedata-en-us" | 182 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils glibc-localedata-en-us" |