summaryrefslogtreecommitdiffstats
path: root/recipes/neon/neon_0.29.3.bb
diff options
context:
space:
mode:
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>2010-05-08 17:30:14 +0200
committerEnrico Scholz <enrico.scholz@sigma-chemnitz.de>2010-08-03 14:30:59 +0200
commitc8ed7ab95412e9d9c5c92357a07e4e01f951e31a (patch)
tree9dc1f9fa0a4cbe1609cd33425a062656507ebd4c /recipes/neon/neon_0.29.3.bb
parent99f6333dd24a2a6eeeec0925a296906ee8145f92 (diff)
downloadopenembedded-c8ed7ab95412e9d9c5c92357a07e4e01f951e31a.tar.gz
neon: updated 0.26.0 to 0.29.3
Recipe was moved because old (and new) recipe have a negative default preference and only 0.25.5 is referenced by distributions. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Diffstat (limited to 'recipes/neon/neon_0.29.3.bb')
-rw-r--r--recipes/neon/neon_0.29.3.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/neon/neon_0.29.3.bb b/recipes/neon/neon_0.29.3.bb
new file mode 100644
index 0000000000..e182d550bf
--- /dev/null
+++ b/recipes/neon/neon_0.29.3.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface."
+SECTION = "libs"
+LICENSE = "LGPL"
+DEPENDS = "zlib libxml2 expat time gnutls"
+PR = "r2"
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz"
+
+inherit autotools binconfig lib_package pkgconfig
+
+EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared"
+EXTRA_AUTORECONF=" -I ${S}/macros "
+
+SRC_URI[md5sum] = "ba1015b59c112d44d7797b62fe7bee51"
+SRC_URI[sha256sum] = "849004a9f3cbb79706cd29461142868c25aceb44785eb81c78db0390e1372cb4"