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

git version control git at git.openembedded.org
Sat May 1 23:26:37 UTC 2010


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

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 37e34fe..35c15a1 100644
--- a/recipes/flex/flex.inc
+++ b/recipes/flex/flex.inc
@@ -4,7 +4,7 @@ LICENSE = "BSD"
 
 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