[oe-commits] Richard Purdie : aspell: This package requires gettext so inherit the class

git version control git at git.openembedded.org
Wed May 5 07:44:00 UTC 2010


Module: openembedded.git
Branch: rpurdie/work-in-progress
Commit: 2f4296fac8c48c48361a83379ebf45d310366583
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2f4296fac8c48c48361a83379ebf45d310366583

Author: Richard Purdie <rpurdie at linux.intel.com>
Date:   Sun May  2 00:25:09 2010 +0100

aspell: This package requires gettext so inherit the class

Signed-off-by: Richard Purdie <rpurdie at linux.intel.com>

---

 recipes/aspell/aspell_0.60.6.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/aspell/aspell_0.60.6.bb b/recipes/aspell/aspell_0.60.6.bb
index dc9e4f7..e645515 100644
--- a/recipes/aspell/aspell_0.60.6.bb
+++ b/recipes/aspell/aspell_0.60.6.bb
@@ -12,7 +12,7 @@ FILES_${PN} = "${bindir}/aspell"
 FILES_libpspell = "${libdir}/libpspell.so.*"
 FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell"
 
-inherit autotools
+inherit autotools gettext
 
 do_stage() {
 	autotools_stage_all





More information about the Openembedded-commits mailing list