aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2020-07-08 02:31:04 -0700
committerArmin Kuster <akuster808@gmail.com>2020-07-12 19:20:59 -0700
commitc0d869c0958c28d2e8361961568fc0d20bd1912d (patch)
tree2e4c9a432e6f2deec7da4c17484770ed87af9931
parent2103ef7d6425ead1b802f1185fbd84f75c61f9c3 (diff)
downloadmeta-openembedded-c0d869c0958c28d2e8361961568fc0d20bd1912d.tar.gz
drbd-utils: Add CLEANBROKEN to fix rebuild errors
Fixed when rebuild: DEBUG: Executing shell function autotools_preconfigure NOTE: make clean aclocal autoheader autoconf You need to call ./configure with appropriate arguments (again). make: *** [Makefile:287: config.status] Error 1 Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 922e061fdbbc80c44f49866c7b08b2e09e4a3d0a) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-networking/recipes-support/drbd/drbd-utils_9.12.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/drbd/drbd-utils_9.12.0.bb b/meta-networking/recipes-support/drbd/drbd-utils_9.12.0.bb
index b83f68f8c1..5dabdd51d0 100644
--- a/meta-networking/recipes-support/drbd/drbd-utils_9.12.0.bb
+++ b/meta-networking/recipes-support/drbd/drbd-utils_9.12.0.bb
@@ -56,3 +56,5 @@ FILES_${PN} += "${nonarch_base_libdir}/drbd \
${nonarch_libdir}/drbd \
${nonarch_libdir}/tmpfiles.d"
FILES_${PN}-dbg += "${nonarch_base_libdir}/drbd/.debug"
+
+CLEANBROKEN = "1"