[oe-commits] Martin Jansa : neon: add native support

git at git.openembedded.org git at git.openembedded.org
Mon Oct 24 14:05:04 UTC 2011


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Oct 21 09:58:27 2011 +0200

neon: add native support

* needed for native subversion

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 8201ffe..34c7253 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"
 





More information about the Openembedded-commits mailing list