diff options
Diffstat (limited to 'meta/recipes-extended/groff/groff_1.22.4.bb')
-rw-r--r-- | meta/recipes-extended/groff/groff_1.22.4.bb | 11 |
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 \ | |||
18 | SRC_URI[md5sum] = "08fb04335e2f5e73f23ea4c3adbf0c5f" | 18 | SRC_URI[md5sum] = "08fb04335e2f5e73f23ea4c3adbf0c5f" |
19 | SRC_URI[sha256sum] = "e78e7b4cb7dec310849004fa88847c44701e8d133b5d4c13057d876c1bad0293" | 19 | SRC_URI[sha256sum] = "e78e7b4cb7dec310849004fa88847c44701e8d133b5d4c13057d876c1bad0293" |
20 | 20 | ||
21 | # Remove at the next upgrade | ||
22 | PR = "r1" | ||
23 | HASHEQUIV_HASH_VERSION .= ".1" | ||
24 | |||
21 | DEPENDS = "bison-native" | 25 | DEPENDS = "bison-native" |
22 | RDEPENDS_${PN} += "perl sed" | 26 | RDEPENDS_${PN} += "perl sed" |
23 | 27 | ||
@@ -30,6 +34,13 @@ PARALLEL_MAKE = "" | |||
30 | 34 | ||
31 | CACHED_CONFIGUREVARS += "ac_cv_path_PERL='/usr/bin/env perl' ac_cv_path_BASH_PROG='no' PAGE=A4" | 35 | CACHED_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). | ||
39 | do_configure_prepend() { | ||
40 | rm -f ${S}/src/preproc/eqn/eqn.cpp | ||
41 | rm -f ${S}/src/preproc/eqn/eqn.hpp | ||
42 | } | ||
43 | |||
33 | do_install_append() { | 44 | do_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. |