aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/lvm2/lvm2.inc
diff options
context:
space:
mode:
authorSlater, Joseph <joe.slater@windriver.com>2020-07-24 08:53:26 -0700
committerKhem Raj <raj.khem@gmail.com>2020-07-28 12:23:15 -0700
commit1fb6be67b43f16ff48df7a719b1d89dd0c615870 (patch)
tree9d25e3ce8d061751e109ee2a8c321a235db79a31 /meta-oe/recipes-support/lvm2/lvm2.inc
parent35cf980166feffabdcca0c7046e2dc242a199249 (diff)
downloadmeta-openembedded-1fb6be67b43f16ff48df7a719b1d89dd0c615870.tar.gz
lvm2: allow for reproducible binary builds
Modify original method to eliminate conditional patching of configure.ac. Use SOURCE_DATE_EPOCH which is required for reproducible binaries. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/lvm2/lvm2.inc')
-rw-r--r--meta-oe/recipes-support/lvm2/lvm2.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc
index ab618b4369..3c6c7edfc7 100644
--- a/meta-oe/recipes-support/lvm2/lvm2.inc
+++ b/meta-oe/recipes-support/lvm2/lvm2.inc
@@ -15,7 +15,7 @@ SRC_URI = "git://sourceware.org/git/lvm2.git \
file://0001-Avoid-bashisms-in-init-scripts.patch \
file://0005-do-not-build-manual.patch \
file://0006-start-lvm2-monitor.service-after-tmp.mount.patch \
- ${@bb.utils.contains('BUILD_REPRODUCIBLE_BINARIES','1','file://reproducible-build.patch','', d)} \
+ file://reproducible-build.patch \
"
SRCREV = "b9391b1b9f0b73303fa21f8f92574d17ce4c2b02"