diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-08-17 23:11:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-23 09:25:06 +0100 |
commit | 073ee9a58c893b7b439738d012a883a4501b78f7 (patch) | |
tree | 3bd9a8c1ce18ee03162ce5f7cdfb168a97c72f64 | |
parent | c951d443daca22a3dd90897bf5b26cc113b9343d (diff) | |
download | openembedded-core-073ee9a58c893b7b439738d012a883a4501b78f7.tar.gz openembedded-core-073ee9a58c893b7b439738d012a883a4501b78f7.tar.bz2 openembedded-core-073ee9a58c893b7b439738d012a883a4501b78f7.zip |
aspell: add perl to RDEPENDS_aspell-utils
There is a perl script:
aspell-utils/usr/bin/aspell-import
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/aspell/aspell_0.60.6.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/aspell/aspell_0.60.6.1.bb b/meta/recipes-support/aspell/aspell_0.60.6.1.bb index 56dabd38eb..a4f0e140b2 100644 --- a/meta/recipes-support/aspell/aspell_0.60.6.1.bb +++ b/meta/recipes-support/aspell/aspell_0.60.6.1.bb @@ -15,6 +15,8 @@ PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses" PACKAGES += "libaspell libpspell libpspell-dev aspell-utils" +RDEPENDS_${PN}-utils += "perl" + FILES_${PN}-dbg += "${libdir}/aspell-0.60/.debu*" FILES_libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*" FILES_aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*" |