diff options
Diffstat (limited to 'meta-oe/recipes-support/lvm2/files/reproducible-build.patch')
-rw-r--r-- | meta-oe/recipes-support/lvm2/files/reproducible-build.patch | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/lvm2/files/reproducible-build.patch b/meta-oe/recipes-support/lvm2/files/reproducible-build.patch index 3f53db9e5c..ca632d213f 100644 --- a/meta-oe/recipes-support/lvm2/files/reproducible-build.patch +++ b/meta-oe/recipes-support/lvm2/files/reproducible-build.patch | |||
@@ -1,14 +1,21 @@ | |||
1 | configure.ac: override CONFIGURE_LINE | 1 | From f5c6fabbdf2e7bfa105658b9dfe45d2ab86f34bb Mon Sep 17 00:00:00 2001 |
2 | From: Joe Slater <joe.slater@windriver.com> | ||
3 | Date: Fri, 17 Jul 2020 13:59:56 -0700 | ||
4 | Subject: [PATCH] configure.ac: override CONFIGURE_LINE | ||
2 | 5 | ||
3 | For reproducible binaries, we need to report a constant CONFIGURE_LINE. | 6 | For reproducible binaries, we need to report a constant CONFIGURE_LINE. |
4 | 7 | ||
5 | Upstream-Status: Pending | 8 | Upstream-Status: Pending |
6 | 9 | ||
7 | Signed-off-by: Joe Slater <joe.slater@windriver.com> | 10 | Signed-off-by: Joe Slater <joe.slater@windriver.com> |
11 | --- | ||
12 | configure.ac | 10 +++++++++- | ||
13 | 1 file changed, 9 insertions(+), 1 deletion(-) | ||
8 | 14 | ||
9 | 15 | diff --git a/configure.ac b/configure.ac | |
10 | --- git.orig/configure.ac | 16 | index 5364dd68e..c2dbf3c9f 100644 |
11 | +++ git/configure.ac | 17 | --- a/configure.ac |
18 | +++ b/configure.ac | ||
12 | @@ -15,7 +15,15 @@ AC_PREREQ(2.69) | 19 | @@ -15,7 +15,15 @@ AC_PREREQ(2.69) |
13 | ################################################################################ | 20 | ################################################################################ |
14 | dnl -- Process this file with autoconf to produce a configure script. | 21 | dnl -- Process this file with autoconf to produce a configure script. |