mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
cri-o: drop ostree from anonymous python warning
ostree is now provided by meta-oe, which is a required layer so we can drop it from the anonymous python checks for layers. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
c9316391df
commit
805c77a518
|
@ -51,12 +51,6 @@ python __anonymous() {
|
||||||
if 'security' not in d.getVar('BBFILE_COLLECTIONS').split():
|
if 'security' not in d.getVar('BBFILE_COLLECTIONS').split():
|
||||||
msg += "Make sure meta-security should be present as it provides 'libseccomp'"
|
msg += "Make sure meta-security should be present as it provides 'libseccomp'"
|
||||||
raise bb.parse.SkipRecipe(msg)
|
raise bb.parse.SkipRecipe(msg)
|
||||||
# ERROR: Nothing PROVIDES 'ostree' (but /buildarea/layers/meta-virtualization/recipes-containers/cri-o/cri-o_git.bb DEPENDS on or otherwise requires it).
|
|
||||||
# ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
|
|
||||||
# Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'cri-o', 'ostree']
|
|
||||||
elif 'cube' not in d.getVar('BBFILE_COLLECTIONS').split():
|
|
||||||
msg += "Make sure meta-cube should be present as it provides 'ostree'"
|
|
||||||
raise bb.parse.SkipRecipe(msg)
|
|
||||||
# ERROR: Nothing PROVIDES 'libselinux' (but /buildarea/layers/meta-virtualization/recipes-containers/cri-o/cri-o_git.bb DEPENDS on or otherwise requires it).
|
# ERROR: Nothing PROVIDES 'libselinux' (but /buildarea/layers/meta-virtualization/recipes-containers/cri-o/cri-o_git.bb DEPENDS on or otherwise requires it).
|
||||||
# ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
|
# ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
|
||||||
# Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'cri-o', 'libselinux']
|
# Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'cri-o', 'libselinux']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user