From 1701e2c08348ed20c0744e600a0f163e0c5eecae Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Date: Fri, 14 Jun 2013 09:27:57 +0200
Subject: [PATCH] log4cxx: enable native recipe

The native log4cxx recipe is required for the recipe
dynamic-reconfigure-native.
---
 recipes-devtools/log4cxx/log4cxx_0.10.0.bb | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes-devtools/log4cxx/log4cxx_0.10.0.bb b/recipes-devtools/log4cxx/log4cxx_0.10.0.bb
index c6760e3..106e3b3 100644
--- a/recipes-devtools/log4cxx/log4cxx_0.10.0.bb
+++ b/recipes-devtools/log4cxx/log4cxx_0.10.0.bb
@@ -10,10 +10,11 @@ SRC_URI = "http://archive.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-
   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"
+SRC_URI[md5sum] = "b30ffb8da3665178e68940ff7a61084c"
+SRC_URI[sha256sum] = "0de0396220a9566a580166e66b39674cb40efd2176f52ad2c65486c99c920c8c"
 
-S = "${WORKDIR}/apache-${PN}-${PV}"
+S = "${WORKDIR}/apache-${BP}"
 
 inherit autotools pkgconfig
 
-SRC_URI[md5sum] = "b30ffb8da3665178e68940ff7a61084c"
-SRC_URI[sha256sum] = "0de0396220a9566a580166e66b39674cb40efd2176f52ad2c65486c99c920c8c"
+BBCLASSEXTEND += "native"
-- 
GitLab