[meta-oe][PATCH] hunspell: move ispellaff2myspell script to separate package


Martin Jansa
 

* ispellaff2myspell: A program to convert ispell affix tables to myspell format
pulls perl into the images

Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
meta-oe/recipes-support/hunspell/hunspell_1.7.2.bb | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

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"

inherit autotools pkgconfig gettext

-RDEPENDS:${PN} = "perl"
+# ispellaff2myspell: A program to convert ispell affix tables to myspell format
+PACKAGES =+ "${PN}-ispell"
+FILES:${PN}-ispell = "${bindir}/ispellaff2myspell"
+RDEPENDS:${PN}-ispell = "perl"

BBCLASSEXTEND = "native"
--
2.39.1