mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-19 23:46:28 +00:00
There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
23 lines
881 B
Diff
23 lines
881 B
Diff
Upstream-Status: Pending
|
|
|
|
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}
|