summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQi.Chen@windriver.com <Qi.Chen@windriver.com>2018-09-10 14:24:56 +0800
committerKhem Raj <raj.khem@gmail.com>2018-09-10 06:58:41 -0700
commit7ee034e3c4f82d4e0ea375819a97a822a4211fc2 (patch)
tree114daf68fdd352bdb38aabfaf1a69e40eae1107d
parentd5ed5b9ccf539d9ff850ea2b884e964900fae8fb (diff)
downloadmeta-openembedded-7ee034e3c4f82d4e0ea375819a97a822a4211fc2.tar.gz
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@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb1
1 files changed, 0 insertions, 1 deletions
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 86928294b..a03712c55 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"
20 20
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23CLEANBROKEN = "1"
24inherit autotools pkgconfig useradd systemd 23inherit autotools pkgconfig useradd systemd
25 24
26EXTRA_OECONF += "--with-dblib=berkeley \ 25EXTRA_OECONF += "--with-dblib=berkeley \