summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/groff/groff_1.22.4.bb
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2019-06-04 14:42:30 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-04 23:09:25 +0100
commit01e9547c51a74e51211c49d5baf7f2f7682edb5b (patch)
tree90f1e189d7b4c751337c5f353ef690fd66344c9c /meta/recipes-extended/groff/groff_1.22.4.bb
parentb6ca6ac564cb4b8c88d811690c2b7487b58f06b4 (diff)
downloadpoky-01e9547c51a74e51211c49d5baf7f2f7682edb5b.tar.gz
groff: improve reproducibility
As said in ${S}/m4/groff.m4 ... 1642 # gdiffmk will attempt to use bash (for option -ef of 'test'). If bash 1643 # is not available it will use /bin/sh. ... So drop hardcode shebang replacement, and pass variable to configure, it also remove build path in gdiffmk to improve reproducibility (From OE-Core rev: 9726c75c98f04735df33f61cf019ee50f67296f5) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/groff/groff_1.22.4.bb')
-rw-r--r--meta/recipes-extended/groff/groff_1.22.4.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-extended/groff/groff_1.22.4.bb b/meta/recipes-extended/groff/groff_1.22.4.bb
index 37eee9a6cc..a190230b31 100644
--- a/meta/recipes-extended/groff/groff_1.22.4.bb
+++ b/meta/recipes-extended/groff/groff_1.22.4.bb
@@ -10,7 +10,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
10SRC_URI = "${GNU_MIRROR}/groff/groff-${PV}.tar.gz \ 10SRC_URI = "${GNU_MIRROR}/groff/groff-${PV}.tar.gz \
11 file://0001-replace-perl-w-with-use-warnings.patch \ 11 file://0001-replace-perl-w-with-use-warnings.patch \
12 file://groff-not-search-fonts-on-build-host.patch \ 12 file://groff-not-search-fonts-on-build-host.patch \
13 file://0001-fix-shebang-for-taget.patch \
14 file://0001-support-musl.patch \ 13 file://0001-support-musl.patch \
15" 14"
16 15
@@ -27,7 +26,7 @@ MULTILIB_SCRIPTS = "${PN}:${bindir}/gpinyin ${PN}:${bindir}/groffer ${PN}:${bind
27EXTRA_OECONF = "--without-x --without-doc" 26EXTRA_OECONF = "--without-x --without-doc"
28PARALLEL_MAKE = "" 27PARALLEL_MAKE = ""
29 28
30CACHED_CONFIGUREVARS += "ac_cv_path_PERL='/usr/bin/env perl'" 29CACHED_CONFIGUREVARS += "ac_cv_path_PERL='/usr/bin/env perl' ac_cv_path_BASH_PROG='no'"
31 30
32do_install_append() { 31do_install_append() {
33 # Some distros have both /bin/perl and /usr/bin/perl, but we set perl location 32 # Some distros have both /bin/perl and /usr/bin/perl, but we set perl location