diff options
| -rw-r--r-- | meta-oe/recipes-support/hunspell/hunspell_1.7.2.bb | 5 |
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 | ||
| 14 | inherit autotools pkgconfig gettext | 14 | inherit autotools pkgconfig gettext |
| 15 | 15 | ||
| 16 | RDEPENDS:${PN} = "perl" | 16 | # ispellaff2myspell: A program to convert ispell affix tables to myspell format |
| 17 | PACKAGES =+ "${PN}-ispell" | ||
| 18 | FILES:${PN}-ispell = "${bindir}/ispellaff2myspell" | ||
| 19 | RDEPENDS:${PN}-ispell = "perl" | ||
| 17 | 20 | ||
| 18 | BBCLASSEXTEND = "native" | 21 | BBCLASSEXTEND = "native" |
