mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user