From 1eaf016303b281508a6a04a9db04f02847772141 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 31 Mar 2011 20:51:28 -0700 Subject: flex.inc: inherit gettext class instead of adding gettext to DEPENDS directly Signed-off-by: Khem Raj --- meta/recipes-devtools/flex/flex.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/recipes-devtools/flex') 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 -- cgit 1.2.3-korg