[oe-commits] [openembedded-core] 11/19: libnss-nis: Limit parse skip only for target recipe on musl

git at git.openembedded.org git at git.openembedded.org
Wed Jul 4 23:26:58 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit c939255a88d367d19497184ed64b828f021e5ef4
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Tue Jul 3 20:51:45 2018 -0700

    libnss-nis: Limit parse skip only for target recipe on musl
    
    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 at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.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 e0f69b0..47447ac 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'

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list