summaryrefslogtreecommitdiffstats
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-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"
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"