From 962653b6cd7275222eb7086e21eb1f9c7c05ea2e Mon Sep 17 00:00:00 2001 From: Maxin John Date: Fri, 26 Jan 2018 13:00:18 +0200 Subject: classes/recipes: Convert SkipPackage -> SkipRecipe Update following the SkipPackage -> SkipRecipe change in oe-core. Signed-off-by: Maxin B. John Signed-off-by: Armin Kuster --- meta-networking/recipes-support/nis/nis.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking') diff --git a/meta-networking/recipes-support/nis/nis.inc b/meta-networking/recipes-support/nis/nis.inc index e027a1c6f8..200eaf74d4 100644 --- a/meta-networking/recipes-support/nis/nis.inc +++ b/meta-networking/recipes-support/nis/nis.inc @@ -27,5 +27,5 @@ do_install() { python () { os = d.getVar("TARGET_OS", True) if os == "linux-uclibc": - raise bb.parse.SkipPackage("NIS functionality requires rpcsvc/yp.h, uClibC does not provide this") + raise bb.parse.SkipRecipe("NIS functionality requires rpcsvc/yp.h, uClibC does not provide this") } -- cgit 1.2.3-korg