aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2020-07-08 02:31:04 -0700
committerKhem Raj <raj.khem@gmail.com>2020-07-08 08:57:44 -0700
commit922e061fdbbc80c44f49866c7b08b2e09e4a3d0a (patch)
treefdbdcd372575f12ab524c1760669d11774e1ba3b /meta-networking
parent45d6317353ea7431e2ffbe0419ba7e07a911265b (diff)
downloadmeta-openembedded-922e061fdbbc80c44f49866c7b08b2e09e4a3d0a.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>
Diffstat (limited to 'meta-networking')
-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"