[poky] [PATCH 05/12] qt4-tools-native: update from OpenEmbedded

Richard Purdie richard.purdie at linuxfoundation.org
Tue Feb 1 09:44:12 PST 2011


On Sat, 2011-01-29 at 02:30 +0000, Paul Eggleton wrote:
> @@ -30,7 +38,7 @@ EXTRA_OECONF = "-prefix ${prefix} \
>  EXTRA_OEMAKE = " "
>  
>  do_configure() {
> -	(echo o; echo yes) | ./configure ${EXTRA_OECONF} || die "Configuring qt failed. EXTRA_OECONF was ${EXTRA_OECONF}"
> +   (echo o; echo yes) | ./configure ${EXTRA_OECONF} || die "Configuring qt failed. EXTRA_OECONF was ${EXTRA_OECONF}"
>  }
>  
>  TOBUILD = "\
> @@ -48,22 +56,22 @@ TOBUILD = "\
>  "
>  
>  do_compile() {
> -	for i in ${TOBUILD}; do
> -		cd ${S}/$i && oe_runmake CC="${CC}" CXX="${CXX}"
> -	done
> +    for i in ${TOBUILD}; do
> +        cd ${S}/$i && oe_runmake CC="${CC}" CXX="${CXX}"
> +    done
>  }


Please don't reindent files when making other changes, it makes it hard
to see where the real changes were. I've pulled things but taken out the
worst whitespace changes manually this time.

Please keep in mind:

shell functions/code use tabs
python code uses four space indentation

There are a number of new files that merged which don't do this for
shell functions, we should probably patch those up.

Cheers,

Richard





More information about the poky mailing list