Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH 1/7] live555: Define XLOCALE_NOT_USED for glibc too
Date: Sun, 25 Jun 2017 22:34:40 -0700	[thread overview]
Message-ID: <20170626053446.37959-1-raj.khem@gmail.com> (raw)

glibc has removed xlocale.h from public APIs starting
2.26 release

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-multimedia/live555/live555.inc | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/meta-oe/recipes-multimedia/live555/live555.inc b/meta-oe/recipes-multimedia/live555/live555.inc
index daae8d786..14ea66442 100644
--- a/meta-oe/recipes-multimedia/live555/live555.inc
+++ b/meta-oe/recipes-multimedia/live555/live555.inc
@@ -16,12 +16,9 @@ MIRRORS += "http://www.live555.com/liveMedia/public/ http://distcache.FreeBSD.or
 S = "${WORKDIR}/live"
 TARGET_CC_ARCH += "${LDFLAGS}"
 
-XLOCALE_libc-musl = " -DXLOCALE_NOT_USED"
-XLOCALE ?= ""
-
 do_configure() {
     cp ${WORKDIR}/config.linux-cross .
-    echo "COMPILE_OPTS+=" -fPIC ${XLOCALE}"" >> config.linux-cross
+    echo "COMPILE_OPTS+=" -fPIC -DXLOCALE_NOT_USED"" >> config.linux-cross
     ./genMakefiles linux-cross
 }
 
-- 
2.13.1



             reply	other threads:[~2017-06-26  5:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-26  5:34 Khem Raj [this message]
2017-06-26  5:34 ` [meta-networking][PATCH 2/7] squid: Fix build with hardening Khem Raj
2017-06-26  5:34 ` [meta-networking][PATCH 3/7] ruli: FIx build with hardening flags Khem Raj
2017-06-26  5:34 ` [meta-oe][PATCH 4/7] gpm: Use sigemptyset() API for glibc as well Khem Raj
2017-06-26  5:34 ` [meta-oe][PATCH 5/7] hwloc: Inherit pkgconfig Khem Raj
2017-06-26 14:22   ` Khem Raj
2017-06-26 14:24     ` Martin Jansa
2017-06-26  5:34 ` [meta-oe][PATCH 6/7] ssiapi: Fix build with hardening flags Khem Raj
2017-06-26  5:34 ` [meta-oe][PATCH 7/7] crash: Upgrade to 7.1.9 Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170626053446.37959-1-raj.khem@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox