[oe] [meta-networking][PATCH 11/14] cyrus-sasl: inherit autotools-brokensep

rongqing.li at windriver.com rongqing.li at windriver.com
Fri Jun 13 00:46:29 UTC 2014


From: Robert Yang <liezhi.yang at windriver.com>

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 <liezhi.yang at windriver.com>
---
 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 e3ff56d..ea9cd1c 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} \
-- 
1.7.10.4




More information about the Openembedded-devel mailing list