mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-21 11:58:24 +00:00
classes/recipes: Convert SkipPackage -> SkipRecipe
Update following the SkipPackage -> SkipRecipe change in oe-core. Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
a98acf9961
commit
3b3c4c8426
@@ -36,7 +36,7 @@ def get_git_pv(d, tagadjust=None):
|
||||
return "0.0"
|
||||
|
||||
except Exception as exc:
|
||||
raise bb.parse.SkipPackage(str(exc))
|
||||
raise bb.parse.SkipRecipe(str(exc))
|
||||
|
||||
if ver and tagadjust:
|
||||
ver = tagadjust(ver)
|
||||
|
||||
Reference in New Issue
Block a user