summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/flex
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-31 20:51:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-04 14:09:43 +0100
commit59565d73a2fd87793343f99de4a0893de89bd020 (patch)
tree811721c0d8fc46f8bf81202faceca88ce673e60a /meta/recipes-devtools/flex
parent067d8ace229ac250de0b29f03255abb2ef909797 (diff)
downloadpoky-59565d73a2fd87793343f99de4a0893de89bd020.tar.gz
flex.inc: inherit gettext class instead of adding gettext to DEPENDS directly
(From OE-Core rev: 1eaf016303b281508a6a04a9db04f02847772141) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/flex')
-rw-r--r--meta/recipes-devtools/flex/flex.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/flex/flex.inc b/meta/recipes-devtools/flex/flex.inc
index 54c400c044..01f75715c2 100644
--- a/meta/recipes-devtools/flex/flex.inc
+++ b/meta/recipes-devtools/flex/flex.inc
@@ -5,11 +5,10 @@ HOMEPAGE = "http://sourceforge.net/projects/flex/"
5 5
6SECTION = "devel" 6SECTION = "devel"
7LICENSE = "BSD" 7LICENSE = "BSD"
8DEPENDS = "gettext"
9 8
10SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2 " 9SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2 "
11 10
12inherit autotools 11inherit autotools gettext
13 12
14do_install_append_virtclass-native() { 13do_install_append_virtclass-native() {
15 create_wrapper ${D}/${bindir}/flex M4=${STAGING_BINDIR_NATIVE}/m4 14 create_wrapper ${D}/${bindir}/flex M4=${STAGING_BINDIR_NATIVE}/m4