diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-10-21 09:58:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-24 14:28:18 +0100 |
commit | 82b08e04a3f8970e054921075d378e6ba401f63d (patch) | |
tree | 3175f8f8cd3fc8d0aba8c607863b96cad29b28c9 /meta | |
parent | dfecc863861fb98997f958b6530cef304100406f (diff) | |
download | openembedded-core-82b08e04a3f8970e054921075d378e6ba401f63d.tar.gz openembedded-core-82b08e04a3f8970e054921075d378e6ba401f63d.tar.bz2 openembedded-core-82b08e04a3f8970e054921075d378e6ba401f63d.zip |
neon: add native support
* needed for native subversion
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/neon/neon_0.29.5.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/neon/neon_0.29.5.bb b/meta/recipes-support/neon/neon_0.29.5.bb index 8201ffe059..34c7253f83 100644 --- a/meta/recipes-support/neon/neon_0.29.5.bb +++ b/meta/recipes-support/neon/neon_0.29.5.bb @@ -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" |