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 17:27:16 +0100 |
commit | 7f30c4a0b866b2a71706cfd78d7cef1fbca6c266 (patch) | |
tree | a8927fcb30b638813ae15c54e9f7a890f26cdf9c /meta | |
parent | d6ba085416d89035536c005df3ba17999b626195 (diff) | |
download | poky-7f30c4a0b866b2a71706cfd78d7cef1fbca6c266.tar.gz |
neon: add native support
* needed for native subversion
(From OE-Core rev: 82b08e04a3f8970e054921075d378e6ba401f63d)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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+" | |||
5 | LIC_FILES_CHKSUM = "file://src/COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a \ | 5 | LIC_FILES_CHKSUM = "file://src/COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a \ |
6 | file://src/ne_utils.h;beginline=1;endline=20;md5=2caca609538eddaa6f6adf120a218037" | 6 | file://src/ne_utils.h;beginline=1;endline=20;md5=2caca609538eddaa6f6adf120a218037" |
7 | DEPENDS = "zlib libxml2 expat time gnutls libproxy" | 7 | DEPENDS = "zlib libxml2 expat time gnutls libproxy" |
8 | DEPENDS_virtclass-native = "zlib-native libxml2-native expat-native gnutls-native" | ||
8 | 9 | ||
9 | PR = "r1" | 10 | PR = "r1" |
10 | 11 | ||
12 | BBCLASSEXTEND = "native" | ||
13 | |||
11 | SRC_URI = "http://www.webdav.org/${BPN}/${BPN}-${PV}.tar.gz \ | 14 | SRC_URI = "http://www.webdav.org/${BPN}/${BPN}-${PV}.tar.gz \ |
12 | file://pkgconfig.patch" | 15 | file://pkgconfig.patch" |
13 | 16 | ||