aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorSlater, Joseph <joe.slater@windriver.com>2019-07-10 16:56:57 -0700
committerKhem Raj <raj.khem@gmail.com>2019-07-11 14:01:28 -0700
commitdfbcacc79577300a53ba3d77a7915bf86145b608 (patch)
treeb5f9536747c9480ff40e2710f1f818c72e38e6de /meta-networking
parentd3261cb6d263d9f771aae8ec3320baf19e8d53ba (diff)
downloadmeta-openembedded-contrib-dfbcacc79577300a53ba3d77a7915bf86145b608.tar.gz
drbd-utils: enable reproducible_build awareness
Enable use of SOURCE_DATE_EPOCH from the reproducible_build bbclass. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-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 = " \
--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