mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user