[oe-commits] Timo Mueller : apr: Allow use in SDK

git at git.openembedded.org git at git.openembedded.org
Tue Feb 3 14:54:19 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: de17201509d16210ead076f0e11d30593d65df25
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=de17201509d16210ead076f0e11d30593d65df25

Author: Timo Mueller <timo.mueller at bmw-carit.de>
Date:   Mon Feb  2 15:03:07 2015 +0100

apr: Allow use in SDK

This adds 'nativesdk' in the BBCLASSEXTEND.

Signed-off-by: Timo Mueller <timo.mueller at bmw-carit.de>
Signed-off-by: Lukas Bulwahn <lukas.bulwahn at oss.bmw-carit.de>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-support/apr/apr_1.5.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/apr/apr_1.5.1.bb b/meta/recipes-support/apr/apr_1.5.1.bb
index a27b233..985ef67 100644
--- a/meta/recipes-support/apr/apr_1.5.1.bb
+++ b/meta/recipes-support/apr/apr_1.5.1.bb
@@ -7,7 +7,7 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=4dfd4cd216828c8cae5de5a12f3844c8 \
                     file://include/apr_lib.h;endline=17;md5=ee42fa7575dc40580a9e01c1b75fae96"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
 
 SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \
            file://configure_fixes.patch \



More information about the Openembedded-commits mailing list