[oe-commits] Robert Yang : aspell: add perl to RDEPENDS_aspell-utils

git at git.openembedded.org git at git.openembedded.org
Sat Aug 23 08:32:18 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 073ee9a58c893b7b439738d012a883a4501b78f7
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=073ee9a58c893b7b439738d012a883a4501b78f7

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Sun Aug 17 23:11:47 2014 -0700

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 at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/aspell/aspell_0.60.6.1.bb | 2 ++
 1 file changed, 2 insertions(+)

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 56dabd3..a4f0e14 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*"



More information about the Openembedded-commits mailing list