[OE-core] [PATCH 23/46] flex.inc: inherit gettext class instead of adding gettext to DEPENDS directly

Richard Purdie richard.purdie at linuxfoundation.org
Mon Apr 4 12:30:26 UTC 2011


On Thu, 2011-03-31 at 21:29 -0700, Khem Raj wrote:
> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> ---
>  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 54c400c..01f7571 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

Merged 21-23, thanks.

Richard





More information about the Openembedded-core mailing list