From: Richard Purdie Date: Sat, 1 May 2010 23:25:59 +0000 (+0100) Subject: flex: This package requires gettext so inherit the class X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=728b0b740ed254da9d7590505647a9e197bfb272;p=openembedded.git flex: This package requires gettext so inherit the class Signed-off-by: Richard Purdie --- diff --git a/recipes/flex/flex.inc b/recipes/flex/flex.inc index a1b3f99c72..a61ad1ee95 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,