From 4e05a4362fffc71906f80568f040beaf3ef67e03 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 4 Aug 2021 23:01:20 -0700 Subject: nis: Drop uclibc check in anon python function uclibc is no longer supported Signed-off-by: Khem Raj --- meta-networking/recipes-support/nis/nis.inc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/meta-networking/recipes-support/nis/nis.inc b/meta-networking/recipes-support/nis/nis.inc index a968af174f..3ae0f7e95a 100644 --- a/meta-networking/recipes-support/nis/nis.inc +++ b/meta-networking/recipes-support/nis/nis.inc @@ -20,12 +20,3 @@ inherit autotools gettext pkgconfig do_install() { oe_runmake 'DESTDIR=${D}' install-strip } - -# An attempt to build on uclibc will fail, causing annoyance, -# so force the package to be skipped here (this will cause a -# 'nothing provides' error) -python () { - 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 v1.2.3-54-g00ecf