[oe-commits] [meta-openembedded] 07/19: log4cpp: fix QA issue

git at git.openembedded.org git at git.openembedded.org
Fri Nov 17 01:52:08 UTC 2017


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

armin_kuster pushed a commit to branch akuster/morty-next
in repository meta-openembedded.

commit 03ac6a580a372153a026e5d116ee7173333f99de
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Thu Nov 16 09:49:48 2017 -0800

    log4cpp: fix QA issue
    
    ERROR: log4cpp-1.1.1-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binary: '/build/build_artifacts/morty/tmp/work/i586-poky-linux/log4cpp/1.1.1-r0/packages-split/log4cpp/usr/lib/liblog4cpp.so.5.0.6' [ldflags]
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb
index c7bf288..d4f0589 100644
--- a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb
+++ b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb
@@ -21,3 +21,4 @@ EXTRA_OECONF = "\
     --enable-latex-docs=no \
     LDFLAGS=-pthread \
 "
+INSANE_SKIP_${PN} = "ldflags"

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


More information about the Openembedded-commits mailing list