diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2020-07-08 02:31:04 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-07-08 08:57:44 -0700 |
| commit | 922e061fdbbc80c44f49866c7b08b2e09e4a3d0a (patch) | |
| tree | fdbdcd372575f12ab524c1760669d11774e1ba3b | |
| parent | 45d6317353ea7431e2ffbe0419ba7e07a911265b (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-networking/recipes-support/drbd/drbd-utils_9.12.0.bb | 2 |
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 \ | |||
| 56 | ${nonarch_libdir}/drbd \ | 56 | ${nonarch_libdir}/drbd \ |
| 57 | ${nonarch_libdir}/tmpfiles.d" | 57 | ${nonarch_libdir}/tmpfiles.d" |
| 58 | FILES_${PN}-dbg += "${nonarch_base_libdir}/drbd/.debug" | 58 | FILES_${PN}-dbg += "${nonarch_base_libdir}/drbd/.debug" |
| 59 | |||
| 60 | CLEANBROKEN = "1" | ||
