summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/log4cpp/files
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2016-02-23 13:45:32 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-25 17:47:29 +0100
commit9ab06ee695c2e2b688f2ddd83ef32852cf441082 (patch)
tree02b8c8c252ba8fbff10f5d7f26f7bc077176c689 /meta-oe/recipes-support/log4cpp/files
parentdb304d23d598ef6fb04d32a0d5c42485fc7b1872 (diff)
downloadmeta-openembedded-9ab06ee695c2e2b688f2ddd83ef32852cf441082.tar.gz
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@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/log4cpp/files')
-rw-r--r--meta-oe/recipes-support/log4cpp/files/fix-pc.patch20
1 files changed, 20 insertions, 0 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 0000000000..b8fb42e5fd
--- /dev/null
+++ b/meta-oe/recipes-support/log4cpp/files/fix-pc.patch
@@ -0,0 +1,20 @@
1diff -Nurd ./log4cpp.orig/configure.in ./log4cpp/configure.in
2--- ./log4cpp.orig/configure.in 2009-09-07 16:57:46.000000000 -0400
3+++ ./log4cpp/configure.in 2016-02-23 12:57:11.567240018 -0500
4@@ -130,7 +130,6 @@
5 # ----------------------------------------------------------------------------
6
7 AC_CONFIG_LIBCONFIG_IN([log4cpp])
8-AC_CONFIG_PKGCONFIG_IN([log4cpp], [C++ library for flexible logging, modeled after Log4j])
9
10 AC_CONFIG_FILES([
11 Makefile
12diff -Nurd ./log4cpp.orig/log4cpp.pc.in ./log4cpp/log4cpp.pc.in
13--- ./log4cpp.orig/log4cpp.pc.in 2004-01-27 05:24:25.000000000 -0500
14+++ ./log4cpp/log4cpp.pc.in 2016-02-22 15:06:55.769327491 -0500
15@@ -7,4 +7,4 @@
16 Description: C++ library for flexible logging, modeled after Log4j
17 Version: @VERSION@
18 Libs: -L${libdir} @log4cpp_libs@
19-Cflags: -I${includedir} @log4cpp_cflags@
20+Cflags: -I${includedir}