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.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-extended/groff/groff_1.22.4.bb b/meta/recipes-extended/groff/groff_1.22.4.bb
index 0867452ce7..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
@@ -30,6 +34,13 @@ PARALLEL_MAKE = ""
30 34
31CACHED_CONFIGUREVARS += "ac_cv_path_PERL='/usr/bin/env perl' ac_cv_path_BASH_PROG='no' PAGE=A4" 35CACHED_CONFIGUREVARS += "ac_cv_path_PERL='/usr/bin/env perl' ac_cv_path_BASH_PROG='no' PAGE=A4"
32 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}
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
35 # for target as /usr/bin/perl, so fix it to /usr/bin/perl. 46 # for target as /usr/bin/perl, so fix it to /usr/bin/perl.