mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
classes/recipes: Convert SkipPackage -> SkipRecipe
The new name is much more consistent with what this actually means. We put the pieces in place to rename everything a while back but looks like we forgot to actually do it! Fix that now. (From OE-Core rev: af9612f5d6b848fceea22d10ee964437299be776) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -307,5 +307,5 @@ python __anonymous() {
|
||||
update_useradd_static_config(d)
|
||||
except NotImplementedError as f:
|
||||
bb.debug(1, "Skipping recipe %s: %s" % (d.getVar('PN'), f))
|
||||
raise bb.parse.SkipPackage(f)
|
||||
raise bb.parse.SkipRecipe(f)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user