[oe] [STABLE][PATCH] man: GNU_HASH QA fix.

Denys Dmytriyenko denis at denix.org
Fri Apr 24 07:32:44 UTC 2009


On Fri, Apr 24, 2009 at 09:25:34AM +0200, Koen Kooi wrote:
> From: Stanislav Brabec <utx at penguin.cz>
> 
> 
> Signed-off-by: Koen Kooi <koen at openembedded.org>

Acked-by: Denys Dmytriyenko <denis at denix.org>

> ---
>  recipes/man/man_1.5p.bb |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/man/man_1.5p.bb b/recipes/man/man_1.5p.bb
> index 2a1ed7f..c3412a5 100644
> --- a/recipes/man/man_1.5p.bb
> +++ b/recipes/man/man_1.5p.bb
> @@ -14,13 +14,14 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/man/man-${PV}.tar.bz2 \
>  # Disable parallel make or it tries to link objects before they are built
>  PARALLEL_MAKE = ""
>  
> -EXTRA_OEMAKE = ""
> +EXTRA_OEMAKE = 'LFDLAGS="${LDFLAGS}"'
>  GS = "-DGREPSILENT=\"q\""
>  DEFS = "-DUSG -DDO_COMPRESS ${GS}"
>  
>  do_configure() {
>  	# this doesn't support cross compilation, so it generates a
>  	# bogus configuration
> +	sed -i /^LDFLAGS/d src/Makefile.in
>  	./configure -d -confdir ${sysconfdir}
>  }
>  
> -- 
> 1.5.6.5
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




More information about the Openembedded-devel mailing list