From af9612f5d6b848fceea22d10ee964437299be776 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 25 Jan 2018 11:31:14 +0000 Subject: 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. Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-driver/xf86-video-omap_0.4.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omap_0.4.5.bb b/meta/recipes-graphics/xorg-driver/xf86-video-omap_0.4.5.bb index e652394517..bef3636092 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-omap_0.4.5.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-omap_0.4.5.bb @@ -36,6 +36,6 @@ do_compile_prepend_armv7a () { python () { if not bb.utils.contains ('DISTRO_FEATURES', 'opengl', True, False, d): - raise bb.parse.SkipPackage("'opengl' not in DISTRO_FEATURES") + raise bb.parse.SkipRecipe("'opengl' not in DISTRO_FEATURES") } -- cgit 1.2.3-korg