summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/neon/neon_0.30.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/neon/neon_0.30.0.bb')
-rw-r--r--meta/recipes-support/neon/neon_0.30.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/neon/neon_0.30.0.bb b/meta/recipes-support/neon/neon_0.30.0.bb
index f6c5a6f43c..61bd7d9269 100644
--- a/meta/recipes-support/neon/neon_0.30.0.bb
+++ b/meta/recipes-support/neon/neon_0.30.0.bb
@@ -14,7 +14,9 @@ SRC_URI = "http://www.webdav.org/${BPN}/${BPN}-${PV}.tar.gz \
14SRC_URI[md5sum] = "fb60b3a124eeec441937a812c456fd94" 14SRC_URI[md5sum] = "fb60b3a124eeec441937a812c456fd94"
15SRC_URI[sha256sum] = "2962cfcb5d30f3272e3d2fa0e473434419770a3801afe3d46e5d1650787990c2" 15SRC_URI[sha256sum] = "2962cfcb5d30f3272e3d2fa0e473434419770a3801afe3d46e5d1650787990c2"
16 16
17inherit autotools binconfig lib_package pkgconfig 17BINCONFIG = "${bindir}/neon-config"
18
19inherit autotools binconfig-disabled lib_package pkgconfig
18 20
19EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared" 21EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared"
20EXTRA_OECONF += "--without-gssapi" 22EXTRA_OECONF += "--without-gssapi"