From 728b0b740ed254da9d7590505647a9e197bfb272 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 2 May 2010 00:25:59 +0100 Subject: flex: This package requires gettext so inherit the class Signed-off-by: Richard Purdie --- recipes/flex/flex.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit 1.2.3-korg