[oe-commits] [meta-openembedded] 84/91: log4cpp: Fix build system path in pkgconfig file QA failure.

git at git.openembedded.org git at git.openembedded.org
Thu Feb 25 16:48:26 UTC 2016


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

commit 9ab06ee695c2e2b688f2ddd83ef32852cf441082
Author: Philip Balister <philip at balister.org>
AuthorDate: Tue Feb 23 13:45:32 2016 -0500

    log4cpp: Fix build system path in pkgconfig file QA failure.
    
    * Must remove path from pc.in and stop configure.in from regenerating the file.
     * Also included some changes requested in earlier review that arrived late.
    
    Signed-off-by: Philip Balister <philip at balister.org>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/log4cpp/files/fix-pc.patch | 20 ++++++++++++++++++++
 meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb   |  8 +++++---
 2 files changed, 25 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/log4cpp/files/fix-pc.patch b/meta-oe/recipes-support/log4cpp/files/fix-pc.patch
new file mode 100644
index 0000000..b8fb42e
--- /dev/null
+++ b/meta-oe/recipes-support/log4cpp/files/fix-pc.patch
@@ -0,0 +1,20 @@
+diff -Nurd ./log4cpp.orig/configure.in ./log4cpp/configure.in
+--- ./log4cpp.orig/configure.in	2009-09-07 16:57:46.000000000 -0400
++++ ./log4cpp/configure.in	2016-02-23 12:57:11.567240018 -0500
+@@ -130,7 +130,6 @@
+ # ----------------------------------------------------------------------------
+ 
+ AC_CONFIG_LIBCONFIG_IN([log4cpp])
+-AC_CONFIG_PKGCONFIG_IN([log4cpp], [C++ library for flexible logging, modeled after Log4j])
+ 
+ AC_CONFIG_FILES([
+ Makefile
+diff -Nurd ./log4cpp.orig/log4cpp.pc.in ./log4cpp/log4cpp.pc.in
+--- ./log4cpp.orig/log4cpp.pc.in	2004-01-27 05:24:25.000000000 -0500
++++ ./log4cpp/log4cpp.pc.in	2016-02-22 15:06:55.769327491 -0500
+@@ -7,4 +7,4 @@
+ Description: C++ library for flexible logging, modeled after Log4j
+ Version: @VERSION@
+ Libs: -L${libdir} @log4cpp_libs@
+-Cflags: -I${includedir} @log4cpp_cflags@
++Cflags: -I${includedir}
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 a543044..c7bf288 100644
--- a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb
+++ b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb
@@ -6,9 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
 SRC_URI[md5sum] = "1e173df8ee97205f412ff84aa93b8fbe"
 SRC_URI[sha256sum] = "35abf332630a6809c969276b1d60b90c81a95daf24c86cfd7866ffef72f9bed0"
 
-SRC_URI = "http://downloads.sourceforge.net/${BPN}/${BP}.tar.gz"
+SRC_URI = "http://downloads.sourceforge.net/${BPN}/${BP}.tar.gz \
+           file://fix-pc.patch;striplevel=2 \
+          "
 
-S="${WORKDIR}/${BPN}"
+S = "${WORKDIR}/${BPN}"
 
 inherit autotools pkgconfig
 
@@ -17,5 +19,5 @@ EXTRA_OECONF = "\
     --enable-dot=no \
     --enable-html-docs=no \
     --enable-latex-docs=no \
-    LDFLAGS=-lpthread \
+    LDFLAGS=-pthread \
 "

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


More information about the Openembedded-commits mailing list