summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/log4c
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2023-01-27 14:02:24 +0100
committerKhem Raj <raj.khem@gmail.com>2023-01-27 17:06:52 -0800
commite99f1879662e2b692dca4e94b3b6cbbad29770a6 (patch)
tree877a0524f45741fcb57bb8f20f2820eba164bf85 /meta-oe/recipes-support/log4c
parentbfb764ed830537b4e8cd85a2d01850238afc5725 (diff)
downloadmeta-openembedded-e99f1879662e2b692dca4e94b3b6cbbad29770a6.tar.gz
.patch: fix Upstream-Status formatting issues reported by patchreview tool from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/log4c')
-rw-r--r--meta-oe/recipes-support/log4c/log4c/fix_configure_with-expat.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/log4c/log4c/fix_configure_with-expat.patch b/meta-oe/recipes-support/log4c/log4c/fix_configure_with-expat.patch
index 4872eb4f5e..dadefec33a 100644
--- a/meta-oe/recipes-support/log4c/log4c/fix_configure_with-expat.patch
+++ b/meta-oe/recipes-support/log4c/log4c/fix_configure_with-expat.patch
@@ -1,7 +1,7 @@
1The original use of AC_ARG_WITH is buggy and causes expat support 1The original use of AC_ARG_WITH is buggy and causes expat support
2to be *disabled* if "--with-expat" is passed to configure. 2to be *disabled* if "--with-expat" is passed to configure.
3 3
4Upstream status: pending 4Upstream-Status: Pending
5 5
6Index: log4c-1.2.4/configure.in 6Index: log4c-1.2.4/configure.in
7=================================================================== 7===================================================================