summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/drbd/drbd-utils_9.10.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/drbd/drbd-utils_9.10.0.bb b/meta-networking/recipes-support/drbd/drbd-utils_9.10.0.bb
index d1189f108e..d01401e41b 100644
--- a/meta-networking/recipes-support/drbd/drbd-utils_9.10.0.bb
+++ b/meta-networking/recipes-support/drbd/drbd-utils_9.10.0.bb
@@ -35,6 +35,9 @@ EXTRA_OECONF = " \
35 --without-manual \ 35 --without-manual \
36 " 36 "
37 37
38# If we have inherited reproducible_build, we want to use it.
39export WANT_DRBD_REPRODUCIBLE_BUILD = "yes"
40
38do_configure_prepend() { 41do_configure_prepend() {
39 # move the the file under folder /lib/drbd/ to /usr/lib/drbd when usrmerge enabled 42 # move the the file under folder /lib/drbd/ to /usr/lib/drbd when usrmerge enabled
40 if ${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', 'true', 'false', d)}; then 43 if ${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', 'true', 'false', d)}; then