summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/hunspell/hunspell_1.7.2.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/hunspell/hunspell_1.7.2.bb b/meta-oe/recipes-support/hunspell/hunspell_1.7.2.bb
index 910bd4c158..afe75472a5 100644
--- a/meta-oe/recipes-support/hunspell/hunspell_1.7.2.bb
+++ b/meta-oe/recipes-support/hunspell/hunspell_1.7.2.bb
@@ -13,6 +13,9 @@ S = "${WORKDIR}/git"
13 13
14inherit autotools pkgconfig gettext 14inherit autotools pkgconfig gettext
15 15
16RDEPENDS:${PN} = "perl" 16# ispellaff2myspell: A program to convert ispell affix tables to myspell format
17PACKAGES =+ "${PN}-ispell"
18FILES:${PN}-ispell = "${bindir}/ispellaff2myspell"
19RDEPENDS:${PN}-ispell = "perl"
17 20
18BBCLASSEXTEND = "native" 21BBCLASSEXTEND = "native"