diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-03-31 20:51:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 13:28:29 +0100 |
commit | 1eaf016303b281508a6a04a9db04f02847772141 (patch) | |
tree | 1bc1187407a2a707db53cf4ec0596b508e961810 /meta/recipes-devtools | |
parent | 4a1fdbd13588dc8349ef537144febc4791d8ced8 (diff) | |
download | openembedded-core-1eaf016303b281508a6a04a9db04f02847772141.tar.gz openembedded-core-1eaf016303b281508a6a04a9db04f02847772141.tar.bz2 openembedded-core-1eaf016303b281508a6a04a9db04f02847772141.zip |
flex.inc: inherit gettext class instead of adding gettext to DEPENDS directly
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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/" SECTION = "devel" LICENSE = "BSD" -DEPENDS = "gettext" SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2 " -inherit autotools +inherit autotools gettext do_install_append_virtclass-native() { create_wrapper ${D}/${bindir}/flex M4=${STAGING_BINDIR_NATIVE}/m4 |