diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2020-07-08 02:31:04 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2020-07-12 19:20:59 -0700 |
| commit | c0d869c0958c28d2e8361961568fc0d20bd1912d (patch) | |
| tree | 2e4c9a432e6f2deec7da4c17484770ed87af9931 /meta-networking/recipes-support | |
| parent | 2103ef7d6425ead1b802f1185fbd84f75c61f9c3 (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-networking/recipes-support')
| -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" | ||
