From c0d869c0958c28d2e8361961568fc0d20bd1912d Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Wed, 8 Jul 2020 02:31:04 -0700 Subject: 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 Signed-off-by: Khem Raj (cherry picked from commit 922e061fdbbc80c44f49866c7b08b2e09e4a3d0a) Signed-off-by: Armin Kuster --- meta-networking/recipes-support/drbd/drbd-utils_9.12.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-networking/recipes-support') 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" -- cgit 1.2.3-korg