blob: 2fba9ea0ed82d9beb524af79d185590ba973b7e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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}/
}
|