From dfbcacc79577300a53ba3d77a7915bf86145b608 Mon Sep 17 00:00:00 2001 From: "Slater, Joseph" Date: Wed, 10 Jul 2019 16:56:57 -0700 Subject: drbd-utils: enable reproducible_build awareness Enable use of SOURCE_DATE_EPOCH from the reproducible_build bbclass. Signed-off-by: Joe Slater Signed-off-by: Khem Raj --- meta-networking/recipes-support/drbd/drbd-utils_9.10.0.bb | 3 +++ 1 file changed, 3 insertions(+) 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 = " \ --without-manual \ " +# If we have inherited reproducible_build, we want to use it. +export WANT_DRBD_REPRODUCIBLE_BUILD = "yes" + do_configure_prepend() { # move the the file under folder /lib/drbd/ to /usr/lib/drbd when usrmerge enabled if ${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', 'true', 'false', d)}; then -- cgit v1.2.3-54-g00ecf