]> code.ossystems Code Review - openembedded-core.git/commitdiff
aspell: add perl to RDEPENDS_aspell-utils
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 18 Aug 2014 06:11:47 +0000 (23:11 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Aug 2014 08:25:06 +0000 (09:25 +0100)
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>
meta/recipes-support/aspell/aspell_0.60.6.1.bb

index 56dabd38eb4df0ab890162790dbb3f2199c69fc1..a4f0e140b2fb97967091c885e71a52ed54b6f12d 100644 (file)
@@ -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*"