mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 17:23:14 +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:
parent
70b5406c5e
commit
4e05a4362f
@ -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")
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user