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:26:11 +0100 |
| commit | 03d4906ec4251585a96336161977cb1a4cd94ce9 (patch) | |
| tree | 7937769ed8a99aadd23118e41a4bf579815ea8a3 | |
| parent | fb5f2bb6d97be06825a5634c43cdc5dad9dce0bf (diff) | |
| download | poky-03d4906ec4251585a96336161977cb1a4cd94ce9.tar.gz | |
aspell: add perl to RDEPENDS_aspell-utils
There is a perl script:
aspell-utils/usr/bin/aspell-import
(From OE-Core rev: 073ee9a58c893b7b439738d012a883a4501b78f7)
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" | |||
| 15 | 15 | ||
| 16 | PACKAGES += "libaspell libpspell libpspell-dev aspell-utils" | 16 | PACKAGES += "libaspell libpspell libpspell-dev aspell-utils" |
| 17 | 17 | ||
| 18 | RDEPENDS_${PN}-utils += "perl" | ||
| 19 | |||
| 18 | FILES_${PN}-dbg += "${libdir}/aspell-0.60/.debu*" | 20 | FILES_${PN}-dbg += "${libdir}/aspell-0.60/.debu*" |
| 19 | FILES_libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*" | 21 | FILES_libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*" |
| 20 | FILES_aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*" | 22 | FILES_aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*" |
