aboutsummaryrefslogtreecommitdiffstats
path: root/packages/neon
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-05-09 12:50:35 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-09 12:50:35 +0000
commit0c02bb4680f2eadf78bae9a7c7109d5a42236492 (patch)
tree0e56db9b4eab8d0cf043109a32c893d0267d5c28 /packages/neon
parent90565edaeeff274c31d8b237d70819663208898a (diff)
downloadopenembedded-0c02bb4680f2eadf78bae9a7c7109d5a42236492.tar.gz
neon: alter source while webdav is offline
Diffstat (limited to 'packages/neon')
-rw-r--r--packages/neon/neon_0.24.7.bb18
-rw-r--r--packages/neon/neon_0.25.5.bb10
-rw-r--r--packages/neon/neon_0.26.0.bb6
3 files changed, 7 insertions, 27 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}/
-}
diff --git a/packages/neon/neon_0.25.5.bb b/packages/neon/neon_0.25.5.bb
index b3c3512d34..b6a2b2e526 100644
--- a/packages/neon/neon_0.25.5.bb
+++ b/packages/neon/neon_0.25.5.bb
@@ -1,17 +1,17 @@
DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface."
-SECTION = "base"
+HOMEPAGE = "http://www.webdav.org/neon"
+SECTION = "libs"
LICENSE = "LGPL"
DEPENDS = "zlib libxml2 expat time"
PR = "r0"
-SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz"
+SRC_URI = "http://be.lunar-linux.org/lunar/cache/neon-${PV}.tar.gz"
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}/
+do_stage() {
+ autotools_stage_all
}
diff --git a/packages/neon/neon_0.26.0.bb b/packages/neon/neon_0.26.0.bb
index 7e979dae7d..7af9b7c33e 100644
--- a/packages/neon/neon_0.26.0.bb
+++ b/packages/neon/neon_0.26.0.bb
@@ -1,8 +1,7 @@
DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface."
-SECTION = "base"
+SECTION = "libs"
LICENSE = "LGPL"
DEPENDS = "zlib libxml2 expat time gnutls"
-
PR = "r1"
DEFAULT_PREFERENCE = "-1"
@@ -14,6 +13,5 @@ inherit autotools binconfig lib_package pkgconfig
EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared"
do_stage () {
- autotools_stage_includes
- oe_libinstall -C src -so -a libneon ${STAGING_LIBDIR}/
+ autotools_stage_all
}