From 4cba066de9173fd5776d57f7a29860d81db4acc0 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 5 Jul 2013 10:41:02 +0200 Subject: libetpan: explicitly disable sasl support * we don't have cyrus-sasl in DEPENDS Signed-off-by: Martin Jansa --- meta-oe/recipes-support/libetpan/libetpan_0.57.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-support') diff --git a/meta-oe/recipes-support/libetpan/libetpan_0.57.bb b/meta-oe/recipes-support/libetpan/libetpan_0.57.bb index 5deb26fac7..e9a755e69a 100644 --- a/meta-oe/recipes-support/libetpan/libetpan_0.57.bb +++ b/meta-oe/recipes-support/libetpan/libetpan_0.57.bb @@ -14,7 +14,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \ inherit autotools pkgconfig gettext binconfig -EXTRA_OECONF = "--without-openssl --with-gnutls --disable-db" +EXTRA_OECONF = "--without-openssl --without-sasl --with-gnutls --disable-db" PARALLEL_MAKE = "" -- cgit 1.2.3-korg