summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/groff/groff_1.22.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/groff/groff_1.22.4.bb')
-rw-r--r--meta/recipes-extended/groff/groff_1.22.4.bb13
1 files changed, 12 insertions, 1 deletions
diff --git a/meta/recipes-extended/groff/groff_1.22.4.bb b/meta/recipes-extended/groff/groff_1.22.4.bb
index e398478349..7bb393e09c 100644
--- a/meta/recipes-extended/groff/groff_1.22.4.bb
+++ b/meta/recipes-extended/groff/groff_1.22.4.bb
@@ -18,6 +18,10 @@ SRC_URI = "${GNU_MIRROR}/groff/groff-${PV}.tar.gz \
18SRC_URI[md5sum] = "08fb04335e2f5e73f23ea4c3adbf0c5f" 18SRC_URI[md5sum] = "08fb04335e2f5e73f23ea4c3adbf0c5f"
19SRC_URI[sha256sum] = "e78e7b4cb7dec310849004fa88847c44701e8d133b5d4c13057d876c1bad0293" 19SRC_URI[sha256sum] = "e78e7b4cb7dec310849004fa88847c44701e8d133b5d4c13057d876c1bad0293"
20 20
21# Remove at the next upgrade
22PR = "r1"
23HASHEQUIV_HASH_VERSION .= ".1"
24
21DEPENDS = "bison-native" 25DEPENDS = "bison-native"
22RDEPENDS_${PN} += "perl sed" 26RDEPENDS_${PN} += "perl sed"
23 27
@@ -28,7 +32,14 @@ MULTILIB_SCRIPTS = "${PN}:${bindir}/gpinyin ${PN}:${bindir}/groffer ${PN}:${bind
28EXTRA_OECONF = "--without-x --without-doc" 32EXTRA_OECONF = "--without-x --without-doc"
29PARALLEL_MAKE = "" 33PARALLEL_MAKE = ""
30 34
31CACHED_CONFIGUREVARS += "ac_cv_path_PERL='/usr/bin/env perl' ac_cv_path_BASH_PROG='no'" 35CACHED_CONFIGUREVARS += "ac_cv_path_PERL='/usr/bin/env perl' ac_cv_path_BASH_PROG='no' PAGE=A4"
36
37# Delete these generated files since we depend on bison-native
38# and regenerate them. Do it deterministically (always).
39do_configure_prepend() {
40 rm -f ${S}/src/preproc/eqn/eqn.cpp
41 rm -f ${S}/src/preproc/eqn/eqn.hpp
42}
32 43
33do_install_append() { 44do_install_append() {
34 # Some distros have both /bin/perl and /usr/bin/perl, but we set perl location 45 # Some distros have both /bin/perl and /usr/bin/perl, but we set perl location