mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
nis: Drop uclibc check in anon python function
uclibc is no longer supported Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user