mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-13 00:55:21 +00:00
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>
This commit is contained in:
parent
630e29d316
commit
81d607b267
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user