mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 13:27:14 +00:00
ostree: Do not check for meta-python
It is a (non trivial) cherry pick from (cherry picked from commit b9ede0cb182ab095c863a6a5154bbe259a33f5c0) python3-pyyaml was moved from meta-python to meta-oe, so that we could apply this specific patch which breaks basic YP compatible check script. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
d34d040fda
commit
695c9cce6c
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user