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

git version control git at git.openembedded.org
Sat May 1 23:26:37 UTC 2010


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

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 66b21f9..3293081 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