[oe-commits] [openembedded-core] branch morty-next updated: world-broken.inc: blacklist portmap on musl

git at git.openembedded.org git at git.openembedded.org
Thu Mar 15 10:53:37 UTC 2018


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

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

The following commit(s) were added to refs/heads/morty-next by this push:
     new ccdcf1c  world-broken.inc: blacklist portmap on musl
ccdcf1c is described below

commit ccdcf1cc430c44741b5d67a4521b9e38d5b8aca1
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Mar 15 03:50:15 2018 -0700

    world-broken.inc: blacklist portmap on musl
    
    portmap was dropped in rocko and later and doesn't work with libtirpc
    so don't build it for musl
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/distro/include/world-broken.inc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/conf/distro/include/world-broken.inc b/meta/conf/distro/include/world-broken.inc
index 0166963..8f56103 100644
--- a/meta/conf/distro/include/world-broken.inc
+++ b/meta/conf/distro/include/world-broken.inc
@@ -28,6 +28,10 @@ EXCLUDE_FROM_WORLD_pn-lttng-tools_libc-musl = "1"
 EXCLUDE_FROM_WORLD_pn-systemtap_libc-musl = "1"
 EXCLUDE_FROM_WORLD_pn-systemtap-uprobes_libc-musl = "1"
 
+# portmap.c:488:32: error: 'struct sockaddr_in6' has no member named 'sin_port'; did you mean 'sin6_port'?
+# We removed portmap in rocko onwards and it doesn't work with libtirpc
+EXCLUDE_FROM_WORLD_pn-portmap_libc-musl = "1"
+
 # error: a parameter list without types is only allowed in a function definition
 #            void (*_function)(sigval_t);
 EXCLUDE_FROM_WORLD_pn-qemu_libc-musl = "1"

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


More information about the Openembedded-commits mailing list