[oe-commits] [meta-openembedded] 07/08: xmlrpc-c: inherit binconfig

git at git.openembedded.org git at git.openembedded.org
Thu Feb 28 12:54:36 UTC 2019


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 95874bac4994e8b439a69fba8841c00aa9a9cf1d
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Thu Feb 28 03:20:49 2019 -0500

    xmlrpc-c: inherit binconfig
    
    libreport calls xmlrpc-c-config from package xmlrpc-c-native to get
    cflags and libs. But it gets dirs in ${STAGING_DIR_NATIVE} which make
    lib32-libreport compile failed with config:
    
      require conf/multilib.conf
      MACHINE = "qemuarm64"
      MULTILIBS = "multilib:lib32"
      DEFAULTTUNE_virtclass-multilib-lib32 = "armv7vethf"
    
    | arm-wrs-linux-gnueabi-libtool: link: (cd ".libs" && rm -f "libabrt_dbus.so"
      && ln -s "libabrt_dbus.so.0.0.1" "libabrt_dbus.so")
    | .../tmp-glibc/work/armv5e-wrs-linux-gnueabi/libreport/2.9.7-r0/recipe-sysroot-native/usr/lib/libxml2.so:
      file not recognized: file format not recognized
    | collect2: error: ld returned 1 exit status
    | make[3]: *** [Makefile:780: libreport-web.la] Error 1
    
    Make xmlrpc-c inherit binconfig to avoid such kind of errors.
    
    Signed-off-by: Kai Kang <kai.kang at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb
index 02ea8cc..5242637 100644
--- a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb
+++ b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb
@@ -17,7 +17,7 @@ S = "${WORKDIR}/git/stable"
 DEPENDS = "libxml2"
 RDEPENDS_${PN} = "perl"
 
-inherit autotools-brokensep pkgconfig
+inherit autotools-brokensep binconfig pkgconfig
 
 TARGET_CFLAGS += "-Wno-narrowing"
 

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


More information about the Openembedded-commits mailing list