uclibc is no longer supported
Signed-off-by: Khem Raj <[email protected]>
---
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")
-}
--
2.32.0
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#92502):
https://lists.openembedded.org/g/openembedded-devel/message/92502
Mute This Topic: https://lists.openembedded.org/mt/84679145/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-