]> code.ossystems Code Review - openembedded-core.git/commitdiff
neon: add native support
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 21 Oct 2011 07:58:27 +0000 (09:58 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Oct 2011 13:28:18 +0000 (14:28 +0100)
* needed for native subversion

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
meta/recipes-support/neon/neon_0.29.5.bb

index 8201ffe059ba2e8fe1bc6b4559ea3dcd5d1c940c..34c7253f8392152c5b42e0e21b8c5fe36bbba251 100644 (file)
@@ -5,9 +5,12 @@ LICENSE = "LGPLv2+"
 LIC_FILES_CHKSUM = "file://src/COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a \
                     file://src/ne_utils.h;beginline=1;endline=20;md5=2caca609538eddaa6f6adf120a218037"
 DEPENDS = "zlib libxml2 expat time gnutls libproxy"
+DEPENDS_virtclass-native = "zlib-native libxml2-native expat-native gnutls-native"
 
 PR = "r1"
 
+BBCLASSEXTEND = "native"
+
 SRC_URI = "http://www.webdav.org/${BPN}/${BPN}-${PV}.tar.gz \
            file://pkgconfig.patch"