aboutsummaryrefslogtreecommitdiffstats
path: root/packages/neon/neon_0.24.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/neon/neon_0.24.7.bb')
-rw-r--r--packages/neon/neon_0.24.7.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/neon/neon_0.24.7.bb b/packages/neon/neon_0.24.7.bb
deleted file mode 100644
index 2fba9ea0ed..0000000000
--- a/packages/neon/neon_0.24.7.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface."
-SECTION = "base"
-LICENSE = "LGPL"
-DEPENDS = "zlib libxml2 expat time"
-
-PR = "r2"
-
-SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz \
- file://no-func-checks.patch;patch=1"
-
-inherit autotools binconfig lib_package
-
-EXTRA_OECONF = "--without-ssl --with-libxml2 --with-expat --enable-shared"
-
-do_stage () {
- autotools_stage_includes
- oe_libinstall -C src -so -a libneon ${STAGING_LIBDIR}/
-}