From 0557120be3e7c02f2e7221adb075c3a684aeb243 Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de>
Date: Wed, 5 Dec 2012 09:33:41 +0100
Subject: [PATCH] adding patch for log4cxx recipe

---
 meta/recipes-devtools/log4cxx/log4cxx_0.10.0.bb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/log4cxx/log4cxx_0.10.0.bb b/meta/recipes-devtools/log4cxx/log4cxx_0.10.0.bb
index 767c943..4e1f10f 100644
--- a/meta/recipes-devtools/log4cxx/log4cxx_0.10.0.bb
+++ b/meta/recipes-devtools/log4cxx/log4cxx_0.10.0.bb
@@ -7,8 +7,9 @@ HOMEPAGE = "http://logging.apache.org/log4cxx/"
 PR = "r0"
 
 SRC_URI = "http://archive.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz \
-          file://0001-log4cxx_0-10-0_add-missing-includes.patch \
-          file://0002-Remove-duplicates-from-makefile.patch"
+  file://0001-log4cxx_0-10-0_add-missing-includes.patch \
+  file://0002-Remove-duplicates-from-makefile.patch \
+  file://0003-log4cxx-0.10.0-add_stdio_header.patch"
 
 S = "${WORKDIR}/apache-${PN}-${PV}"
 
-- 
GitLab