aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2023-01-30 14:34:05 +0100
committerKhem Raj <raj.khem@gmail.com>2023-02-01 09:11:49 -0800
commit81d607b2676c887447130a626f1ad1268bd5d519 (patch)
tree4a26ba69139f12637b00c1a5db01f8ee2d9dc611
parent630e29d3166c4c7ae6c67ead42065d3fce933543 (diff)
downloadmeta-openembedded-contrib-81d607b2676c887447130a626f1ad1268bd5d519.tar.gz
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 <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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"
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"