summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/groff
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/groff')
-rw-r--r--meta/recipes-extended/groff/groff_1.22.3.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/groff/groff_1.22.3.bb b/meta/recipes-extended/groff/groff_1.22.3.bb
index 7472f59825..ce7ce3e791 100644
--- a/meta/recipes-extended/groff/groff_1.22.3.bb
+++ b/meta/recipes-extended/groff/groff_1.22.3.bb
@@ -20,7 +20,9 @@ DEPENDS = "groff-native"
20DEPENDS_class-native = "" 20DEPENDS_class-native = ""
21RDEPENDS_${PN} += "perl sed" 21RDEPENDS_${PN} += "perl sed"
22 22
23inherit autotools texinfo 23inherit autotools texinfo multilib_script
24
25MULTILIB_SCRIPTS = "${PN}:${bindir}/gpinyin ${PN}:${bindir}/groffer ${PN}:${bindir}/grog"
24 26
25EXTRA_OECONF = "--without-x" 27EXTRA_OECONF = "--without-x"
26PARALLEL_MAKE = "" 28PARALLEL_MAKE = ""