diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2023-01-30 14:34:05 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-02-01 09:11:49 -0800 |
| commit | 81d607b2676c887447130a626f1ad1268bd5d519 (patch) | |
| tree | 4a26ba69139f12637b00c1a5db01f8ee2d9dc611 | |
| parent | 630e29d3166c4c7ae6c67ead42065d3fce933543 (diff) | |
| download | meta-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.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" |
