aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorMaxin John <maxin.john@intel.com>2018-01-26 13:00:18 +0200
committerArmin Kuster <akuster808@gmail.com>2018-02-11 12:01:54 -0800
commit962653b6cd7275222eb7086e21eb1f9c7c05ea2e (patch)
tree3803b1b2cd44e6f3320326ffaefa2db6b46750d6 /meta-networking
parentae25284ea4e38eb83434bbde4a67fff960453eb9 (diff)
downloadmeta-openembedded-contrib-962653b6cd7275222eb7086e21eb1f9c7c05ea2e.tar.gz
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>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/nis/nis.inc2
1 files changed, 1 insertions, 1 deletions
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")
}