From a97ab8e018d86461a4701625dc16b09370fad21f Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Fri, 13 Jun 2014 08:46:29 +0800 Subject: cyrus-sasl: inherit autotools-brokensep It needs autotools-brokensep, otherwise do_configure error: sed: can't read sasldb/db_berkeley.c: No such file or directory Signed-off-by: Robert Yang Signed-off-by: Joe MacDonald --- meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb index e3ff56d821..ea9cd1c240 100644 --- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb +++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb @@ -12,7 +12,7 @@ SRC_URI = "ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-${PV}.tar.gz \ file://sasl.h-include-stddef.h-for-size_t-on-NetBSD.patch \ " -inherit autotools pkgconfig useradd +inherit autotools-brokensep pkgconfig useradd EXTRA_OECONF += "--with-dblib=berkeley \ --with-bdb-libdir=${STAGING_LIBDIR} \ -- cgit 1.2.3-korg