[oe-commits] [openembedded-core] 18/61: gdb: Cache gnu gettext config vars for musl builds

git at git.openembedded.org git at git.openembedded.org
Fri Sep 23 14:28:25 UTC 2016


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

commit e33aaed01b1b26d8ea22fc87afe436a93b64a790
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Fri Jul 29 15:28:01 2016 -0700

    gdb: Cache gnu gettext config vars for musl builds
    
    intl is used in gdb as well and we run the configure for
    it when running do compile. So we need to insert these
    caching of variables to extra oe_make
    
    (From OE-Core rev: 60de4d6c717c6a5131b02de29234d53a6ca1b993)
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-devtools/gdb/gdb_7.10.1.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/recipes-devtools/gdb/gdb_7.10.1.bb b/meta/recipes-devtools/gdb/gdb_7.10.1.bb
index f897e12..47caf8e 100644
--- a/meta/recipes-devtools/gdb/gdb_7.10.1.bb
+++ b/meta/recipes-devtools/gdb/gdb_7.10.1.bb
@@ -3,6 +3,11 @@ require gdb-${PV}.inc
 
 inherit python-dir
 
+EXTRA_OEMAKE_append_libc-musl = "\
+                                 gt_cv_func_gnugettext1_libc=yes \
+                                 gt_cv_func_gnugettext2_libc=yes \
+                                "
+
 do_configure_prepend() {
 	if [ -n "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python', '', d)}" ]; then
 		cat > ${WORKDIR}/python << EOF

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


More information about the Openembedded-commits mailing list