From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- external/meta-openembedded/meta-networking/recipes-support/nis/nis.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external/meta-openembedded/meta-networking/recipes-support/nis/nis.inc') diff --git a/external/meta-openembedded/meta-networking/recipes-support/nis/nis.inc b/external/meta-openembedded/meta-networking/recipes-support/nis/nis.inc index 200eaf74..a968af17 100644 --- a/external/meta-openembedded/meta-networking/recipes-support/nis/nis.inc +++ b/external/meta-openembedded/meta-networking/recipes-support/nis/nis.inc @@ -25,7 +25,7 @@ do_install() { # so force the package to be skipped here (this will cause a # 'nothing provides' error) python () { - os = d.getVar("TARGET_OS", True) + os = d.getVar("TARGET_OS") if os == "linux-uclibc": raise bb.parse.SkipRecipe("NIS functionality requires rpcsvc/yp.h, uClibC does not provide this") } -- cgit 1.2.3-korg