aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-04-23 12:08:53 -0700
committerKhem Raj <raj.khem@gmail.com>2021-04-26 13:15:14 -0700
commitb9ede0cb182ab095c863a6a5154bbe259a33f5c0 (patch)
treedb6606fcefba334b32c9f88d1533df8e92295eb5
parentd131aed9e16f50a38a09bd28e7f29b94a3766adb (diff)
downloadmeta-openembedded-b9ede0cb182ab095c863a6a5154bbe259a33f5c0.tar.gz
python3-pyyaml: Do not check for meta-python
Its in OE-core now Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
-rw-r--r--meta-oe/recipes-extended/ostree/ostree_2021.2.bb2
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 += " \
util-linux \
xz \
${PN}-trivial-httpd \
- ${@bb.utils.contains('BBFILE_COLLECTIONS', 'meta-python', 'python3-pyyaml', '', d)} \
+ python3-pyyaml \
${@bb.utils.contains('PACKAGECONFIG', 'gjs', 'gjs', '', d)} \
"
RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils glibc-localedata-en-us"