[oe-commits] [meta-openembedded] 19/28: cyrus-sasl: CLEANBROKEN = "1"

git at git.openembedded.org git at git.openembedded.org
Wed Aug 29 01:33:14 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 8e63f1855cea2f88997580315f6f9f659da70e7c
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Tue Aug 28 15:59:48 2018 +0800

    cyrus-sasl: CLEANBROKEN = "1"
    
    Fixed rebuild error:
    configure: error: changes in the environment can compromise the build
    configure: error: run `make distclean' and/or `rm .././config.cache' and start over
    configure: error: ./configure failed for saslauthd
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | 2 ++
 1 file changed, 2 insertions(+)

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 317d238..3391da0 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
@@ -19,6 +19,8 @@ UPSTREAM_CHECK_REGEX = "cyrus-sasl-(?P<pver>(\d+(\.\d+)+))\.tar"
 
 inherit autotools-brokensep pkgconfig useradd systemd
 
+CLEANBROKEN = "1"
+
 EXTRA_OECONF += "--with-dblib=berkeley \
                  --with-bdb-libdir=${STAGING_LIBDIR} \
                  --with-bdb-incdir=${STAGING_INCDIR} \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list