From 81d607b2676c887447130a626f1ad1268bd5d519 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 30 Jan 2023 14:34:05 +0100 Subject: hunspell: move ispellaff2myspell script to separate package * ispellaff2myspell: A program to convert ispell affix tables to myspell format pulls perl into the images Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- 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" -- cgit 1.2.3-korg