summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/neon/neon_0.30.1.bb
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2015-02-13 15:23:11 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 13:43:38 +0000
commitad8250868f9420d779dc5c4233ffb87e329e4565 (patch)
tree0d65c78103adb7e9fab32d9fa40989df988456f1 /meta/recipes-support/neon/neon_0.30.1.bb
parent6ae933b75c1c34a9d39e1aff0a0cb26a7ce4677f (diff)
downloadpoky-ad8250868f9420d779dc5c4233ffb87e329e4565.tar.gz
neon: update 0.30.0 -> 0.30.1
pkgconfig.patch needed a minor refresh due to the following fix for static linking using neon.pc being merged upstream: http://lists.manyfish.co.uk/pipermail/neon/2013-October/001568.html (From OE-Core rev: f02b33329bd382d66756ad01292daa9441a79742) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/neon/neon_0.30.1.bb')
-rw-r--r--meta/recipes-support/neon/neon_0.30.1.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-support/neon/neon_0.30.1.bb b/meta/recipes-support/neon/neon_0.30.1.bb
new file mode 100644
index 0000000000..9245244eb8
--- /dev/null
+++ b/meta/recipes-support/neon/neon_0.30.1.bb
@@ -0,0 +1,22 @@
1SUMMARY = "An HTTP and WebDAV client library with a C interface"
2HOMEPAGE = "http://www.webdav.org/neon/"
3SECTION = "libs"
4LICENSE = "LGPLv2+"
5LIC_FILES_CHKSUM = "file://src/COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a \
6 file://src/ne_utils.h;beginline=1;endline=20;md5=2caca609538eddaa6f6adf120a218037"
7DEPENDS = "zlib libxml2 expat time gnutls libproxy"
8DEPENDS_class-native = "zlib-native libxml2-native expat-native gnutls-native"
9
10BBCLASSEXTEND = "native"
11
12SRC_URI = "http://www.webdav.org/${BPN}/${BPN}-${PV}.tar.gz \
13 file://pkgconfig.patch"
14SRC_URI[md5sum] = "231adebe5c2f78fded3e3df6e958878e"
15SRC_URI[sha256sum] = "00c626c0dc18d094ab374dbd9a354915bfe4776433289386ed489c2ec0845cdd"
16
17BINCONFIG = "${bindir}/neon-config"
18
19inherit autotools binconfig-disabled lib_package pkgconfig
20
21EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared"
22EXTRA_OECONF += "--without-gssapi"