diff options
Diffstat (limited to 'meta/recipes-extended/groff/groff_1.20.1.bb')
-rw-r--r-- | meta/recipes-extended/groff/groff_1.20.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/groff/groff_1.20.1.bb b/meta/recipes-extended/groff/groff_1.20.1.bb index c7da1b4178..157365b2a7 100644 --- a/meta/recipes-extended/groff/groff_1.20.1.bb +++ b/meta/recipes-extended/groff/groff_1.20.1.bb | |||
@@ -14,7 +14,7 @@ SRC_URI[md5sum] = "48fa768dd6fdeb7968041dd5ae8e2b02" | |||
14 | SRC_URI[sha256sum] = "b645878135cb620c6c417c5601bfe96172245af12045540d7344938b4c2cd805" | 14 | SRC_URI[sha256sum] = "b645878135cb620c6c417c5601bfe96172245af12045540d7344938b4c2cd805" |
15 | 15 | ||
16 | DEPENDS = "groff-native" | 16 | DEPENDS = "groff-native" |
17 | DEPENDS_virtclass-native = "" | 17 | DEPENDS_class-native = "" |
18 | 18 | ||
19 | inherit autotools | 19 | inherit autotools |
20 | 20 | ||
@@ -44,7 +44,7 @@ do_install_append() { | |||
44 | done | 44 | done |
45 | } | 45 | } |
46 | 46 | ||
47 | do_install_append_virtclass-native() { | 47 | do_install_append_class-native() { |
48 | # Some distros have both /bin/perl and /usr/bin/perl, but we set perl location | 48 | # Some distros have both /bin/perl and /usr/bin/perl, but we set perl location |
49 | # for target as /usr/bin/perl, so fix it to /usr/bin/perl. | 49 | # for target as /usr/bin/perl, so fix it to /usr/bin/perl. |
50 | for i in afmtodit mmroff; do | 50 | for i in afmtodit mmroff; do |