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

git version control git at git.openembedded.org
Wed May 5 14:09:01 UTC 2010


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

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

flex: This package requires gettext so inherit the class

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

---

 recipes/flex/flex.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/flex/flex.inc b/recipes/flex/flex.inc
index a1b3f99..a61ad1e 100644
--- a/recipes/flex/flex.inc
+++ b/recipes/flex/flex.inc
@@ -6,7 +6,7 @@ DEPENDS = "gettext"
 
 S = "${WORKDIR}/flex-${PV}"
 
-inherit autotools
+inherit autotools gettext
 
 # >> flex-2.5.31-r4: /usr/lib/libfl.a
 # That one is a special case: it wants to stay in the main flex package,





More information about the Openembedded-commits mailing list