On Sun, Sep 9, 2018 at 11:25 PM Chen Qi <[email protected]> wrote:
>
> 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.
>

please rebase on top of master-next and resend

> Signed-off-by: Chen Qi <[email protected]>
> ---
>  meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | 2 --
>  1 file changed, 2 deletions(-)
>
> 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 3391da0..317d238 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,8 +19,6 @@ 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} \
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to