diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-09 12:50:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-09 12:50:35 +0000 |
commit | 0c02bb4680f2eadf78bae9a7c7109d5a42236492 (patch) | |
tree | 0e56db9b4eab8d0cf043109a32c893d0267d5c28 /packages/neon/neon_0.25.5.bb | |
parent | 90565edaeeff274c31d8b237d70819663208898a (diff) |
neon: alter source while webdav is offline
Diffstat (limited to 'packages/neon/neon_0.25.5.bb')
-rw-r--r-- | packages/neon/neon_0.25.5.bb | 10 |
1 files changed, 5 insertions, 5 deletions
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 } |