[oe-commits] [meta-openembedded] 05/06: cyrus-sasl: do not set CLEANBROKEN

git at git.openembedded.org git at git.openembedded.org
Tue Sep 11 00:02:19 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 7ee034e3c4f82d4e0ea375819a97a822a4211fc2
Author: Qi.Chen at windriver.com <Qi.Chen at windriver.com>
AuthorDate: Mon Sep 10 14:24:56 2018 +0800

    cyrus-sasl: do not set CLEANBROKEN
    
    A previous commit set CLEANBROKEN to "1" to claim to fix the following
    error.
    
    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
    
    However, I'm still seeing these errors!
    
    The actual problem is about autotools.bbclass not cleaning things up. It just
    uses 'make clean' while maybe 'make distclean' and 'rm -f ${B}/config.cache' also
    needs to be there.
    
    In fact, setting CLEANBROKEN will do no cleanup except removing some .la files.
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb
index 8692829..a03712c 100644
--- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb
+++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb
@@ -20,7 +20,6 @@ UPSTREAM_CHECK_URI = "https://github.com/cyrusimap/cyrus-sasl/archives"
 
 S = "${WORKDIR}/git"
 
-CLEANBROKEN = "1"
 inherit autotools pkgconfig useradd systemd
 
 EXTRA_OECONF += "--with-dblib=berkeley \

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


More information about the Openembedded-commits mailing list