flex: This package requires gettext so inherit the class
authorRichard Purdie <rpurdie@linux.intel.com>
Sat, 1 May 2010 23:25:59 +0000 (00:25 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 5 May 2010 14:06:05 +0000 (15:06 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
recipes/flex/flex.inc

index a1b3f99..a61ad1e 100644 (file)
@@ -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,