diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-10-25 14:42:43 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-31 23:03:50 +0000 |
commit | 19128b4b62a957295106f18efa4c390504ca7951 (patch) | |
tree | 1009635367ab3fc1d7e9ca56b9950d895abeaa8f /meta/recipes-support/neon/neon_0.29.6.bb | |
parent | 0cff1018b195f049fe472e1c80daeb7d49459e05 (diff) | |
download | poky-19128b4b62a957295106f18efa4c390504ca7951.tar.gz |
neon: upgrade to version 0.29.6
(From OE-Core rev: 96316199940d44bf3a0a05ae96bdb3a595744fa6)
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/neon/neon_0.29.6.bb')
-rw-r--r-- | meta/recipes-support/neon/neon_0.29.6.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-support/neon/neon_0.29.6.bb b/meta/recipes-support/neon/neon_0.29.6.bb new file mode 100644 index 0000000000..e739f31631 --- /dev/null +++ b/meta/recipes-support/neon/neon_0.29.6.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface." | ||
2 | HOMEPAGE = "http://www.webdav.org/neon/" | ||
3 | SECTION = "libs" | ||
4 | LICENSE = "LGPLv2+" | ||
5 | LIC_FILES_CHKSUM = "file://src/COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a \ | ||
6 | file://src/ne_utils.h;beginline=1;endline=20;md5=2caca609538eddaa6f6adf120a218037" | ||
7 | DEPENDS = "zlib libxml2 expat time gnutls libproxy" | ||
8 | DEPENDS_virtclass-native = "zlib-native libxml2-native expat-native gnutls-native" | ||
9 | |||
10 | PR = "r0" | ||
11 | |||
12 | BBCLASSEXTEND = "native" | ||
13 | |||
14 | SRC_URI = "http://www.webdav.org/${BPN}/${BPN}-${PV}.tar.gz \ | ||
15 | file://pkgconfig.patch" | ||
16 | |||
17 | SRC_URI[md5sum] = "591e0c82e6979e7e615211b386b8f6bc" | ||
18 | SRC_URI[sha256sum] = "9c640b728d6dc80ef1e48f83181166ab6bc95309cece5537e01ffdd01b96eb43" | ||
19 | |||
20 | inherit autotools binconfig lib_package pkgconfig | ||
21 | |||
22 | EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared" | ||