diff options
author | Slater, Joseph <joe.slater@windriver.com> | 2019-07-10 16:56:57 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-07-11 14:01:28 -0700 |
commit | dfbcacc79577300a53ba3d77a7915bf86145b608 (patch) | |
tree | b5f9536747c9480ff40e2710f1f818c72e38e6de /meta-networking/recipes-support/drbd | |
parent | d3261cb6d263d9f771aae8ec3320baf19e8d53ba (diff) | |
download | meta-openembedded-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/recipes-support/drbd')
-rw-r--r-- | meta-networking/recipes-support/drbd/drbd-utils_9.10.0.bb | 3 |
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 d1189f108..d01401e41 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. | ||
39 | export WANT_DRBD_REPRODUCIBLE_BUILD = "yes" | ||
40 | |||
38 | do_configure_prepend() { | 41 | do_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 |