diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/flex/flex.inc | 3 |
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 | ||
6 | SECTION = "devel" | 6 | SECTION = "devel" |
7 | LICENSE = "BSD" | 7 | LICENSE = "BSD" |
8 | DEPENDS = "gettext" | ||
9 | 8 | ||
10 | SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2 " | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2 " |
11 | 10 | ||
12 | inherit autotools | 11 | inherit autotools gettext |
13 | 12 | ||
14 | do_install_append_virtclass-native() { | 13 | do_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 |