diff options
| -rw-r--r-- | meta-oe/recipes-support/lvm2/files/reproducible-build.patch | 24 | ||||
| -rw-r--r-- | meta-oe/recipes-support/lvm2/lvm2.inc | 2 |
2 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/lvm2/files/reproducible-build.patch b/meta-oe/recipes-support/lvm2/files/reproducible-build.patch new file mode 100644 index 0000000000..db598a88cb --- /dev/null +++ b/meta-oe/recipes-support/lvm2/files/reproducible-build.patch | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | configure.ac: override CONFIGURE_LINE | ||
| 2 | |||
| 3 | For reproducible binaries, we need to report a constant CONFIGURE_LINE. | ||
| 4 | This patched is only applied for such builds. | ||
| 5 | |||
| 6 | Upstream-Status: Inappropriate [oe specific] | ||
| 7 | |||
| 8 | Signed-off-by: Joe Slater <joe.slater@windriver.com> | ||
| 9 | |||
| 10 | |||
| 11 | --- git.orig/configure.ac | ||
| 12 | +++ git/configure.ac | ||
| 13 | @@ -15,7 +15,10 @@ AC_PREREQ(2.69) | ||
| 14 | ################################################################################ | ||
| 15 | dnl -- Process this file with autoconf to produce a configure script. | ||
| 16 | AC_INIT | ||
| 17 | -CONFIGURE_LINE="$0 $@" | ||
| 18 | +dnl The default CONFIGURE_LINE has been overridden for reproducible binaries | ||
| 19 | +dnl CONFIGURE_LINE="$0 $@" | ||
| 20 | +CONFIGURE_LINE="configure parameters are not available for reproducible builds" | ||
| 21 | + | ||
| 22 | AC_CONFIG_SRCDIR([lib/device/dev-cache.h]) | ||
| 23 | AC_CONFIG_HEADERS([include/configure.h]) | ||
| 24 | |||
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index 01c9df45c1..ab618b4369 100644 --- a/meta-oe/recipes-support/lvm2/lvm2.inc +++ b/meta-oe/recipes-support/lvm2/lvm2.inc | |||
| @@ -15,7 +15,9 @@ SRC_URI = "git://sourceware.org/git/lvm2.git \ | |||
| 15 | file://0001-Avoid-bashisms-in-init-scripts.patch \ | 15 | file://0001-Avoid-bashisms-in-init-scripts.patch \ |
| 16 | file://0005-do-not-build-manual.patch \ | 16 | file://0005-do-not-build-manual.patch \ |
| 17 | file://0006-start-lvm2-monitor.service-after-tmp.mount.patch \ | 17 | file://0006-start-lvm2-monitor.service-after-tmp.mount.patch \ |
| 18 | ${@bb.utils.contains('BUILD_REPRODUCIBLE_BINARIES','1','file://reproducible-build.patch','', d)} \ | ||
| 18 | " | 19 | " |
| 20 | |||
| 19 | SRCREV = "b9391b1b9f0b73303fa21f8f92574d17ce4c2b02" | 21 | SRCREV = "b9391b1b9f0b73303fa21f8f92574d17ce4c2b02" |
| 20 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
| 21 | 23 | ||
