[oe] [PATCH] python-native_2.6.1.bb: Add zlib-native to DEPENDS

Tom Rini trini at embeddedalley.com
Tue May 19 17:25:13 UTC 2009


On Mon, May 11, 2009 at 07:16:10PM -0700, Khem Raj wrote:

> 	Do not use --with-zlib instead depend on zlib-native

Acked-by: Tom Rini <trini at embeddedalley.com>

And please push this soon, I need to propose adding readline-native :)

> ---
>  recipes/python/python-native_2.6.1.bb |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes/python/python-native_2.6.1.bb b/recipes/python/python-native_2.6.1.bb
> index febe271..ca567a1 100644
> --- a/recipes/python/python-native_2.6.1.bb
> +++ b/recipes/python/python-native_2.6.1.bb
> @@ -1,5 +1,5 @@
>  require python.inc
> -DEPENDS = "openssl-native bzip2-full-native"
> +DEPENDS = "openssl-native bzip2-full-native zlib-native"
>  
>  SRC_URI = "\
>    http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \
> @@ -22,7 +22,6 @@ EXTRA_OEMAKE = '\
>    STAGING_LIBDIR=${STAGING_LIBDIR_NATIVE} \
>    STAGING_INCDIR=${STAGING_INCDIR_NATIVE} \
>  '
> -EXTRA_OECONF += "--with-zlib"
>  
>  do_stage_append() {
>  	install -m 0755 Parser/pgen ${STAGING_BINDIR_NATIVE}/pgen
> -- 
> 1.6.0.4
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 

-- 
Tom Rini




More information about the Openembedded-devel mailing list