* [PATCH] libnss-nis: Limit parse skip only for target recipe on musl
@ 2018-07-04 3:51 Khem Raj
0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2018-07-04 3:51 UTC (permalink / raw)
To: openembedded-core
on the host side we are glibc based therefore some native and nativesdk
recipes might need this package even when we target musl based systems
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
meta/recipes-extended/libnss-nis/libnss-nis.bb | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/meta/recipes-extended/libnss-nis/libnss-nis.bb b/meta/recipes-extended/libnss-nis/libnss-nis.bb
index e0f69b02ef..47447acd6c 100644
--- a/meta/recipes-extended/libnss-nis/libnss-nis.bb
+++ b/meta/recipes-extended/libnss-nis/libnss-nis.bb
@@ -28,9 +28,4 @@ BBCLASSEXTEND += "native nativesdk"
#
# We will skip parsing this packagegeoup for non-glibc systems
#
-python __anonymous () {
- if d.getVar('TCLIBC') != "glibc":
- raise bb.parse.SkipRecipe("incompatible with %s C library" %
- d.getVar('TCLIBC'))
-}
-
+COMPATIBLE_HOST_libc-musl = 'null'
--
2.18.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-07-04 3:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-04 3:51 [PATCH] libnss-nis: Limit parse skip only for target recipe on musl Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox