diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-05-02 00:25:59 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-05-05 15:06:05 +0100 |
commit | 728b0b740ed254da9d7590505647a9e197bfb272 (patch) | |
tree | 4be5a26eb93a60c3d262620bb5ef7d4094f5214e /recipes/flex/flex.inc | |
parent | d23e846613f70febeb1f30bff8143b15e416d540 (diff) |
flex: This package requires gettext so inherit the class
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'recipes/flex/flex.inc')
-rw-r--r-- | 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 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, |