All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <koen@dominion.thruhere.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][RFC 2/2] e/efl/gpe.bbclass: convert tabs to 4 spaces also in bash tasks
Date: Thu, 19 Jul 2012 13:23:33 +0200	[thread overview]
Message-ID: <ju8qnl$47e$1@dough.gmane.org> (raw)
In-Reply-To: <1342696316-8537-2-git-send-email-Martin.Jansa@gmail.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Shell tasks use tabs according to the styleguide

Op 19-07-12 13:11, Martin Jansa schreef:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- 
> meta-efl/classes/e.bbclass   |    4 ++-- meta-efl/classes/efl.bbclass |
> 8 ++++---- meta-oe/classes/gpe.bbclass  |    4 ++-- 3 files changed, 8
> insertions(+), 8 deletions(-)
> 
> diff --git a/meta-efl/classes/e.bbclass b/meta-efl/classes/e.bbclass 
> index 375f914..4bcc2bc 100644 --- a/meta-efl/classes/e.bbclass +++
> b/meta-efl/classes/e.bbclass @@ -3,12 +3,12 @@ SECTION = "e/apps" inherit
> e-base autotools pkgconfig binconfig
> 
> do_prepsources () { -	make clean distclean || true +    make clean
> distclean || true } addtask prepsources after do_patch before
> do_configure
> 
> do_configure_append() { -	find ${S} -name Makefile | xargs sed -i
> s:'-I$(includedir)':'-I.':g +    find ${S} -name Makefile | xargs sed -i
> s:'-I$(includedir)':'-I.':g }
> 
> export CURL_CONFIG = "${STAGING_BINDIR_CROSS}/curl-config" diff --git
> a/meta-efl/classes/efl.bbclass b/meta-efl/classes/efl.bbclass index
> 792343b..7cf8556 100644 --- a/meta-efl/classes/efl.bbclass +++
> b/meta-efl/classes/efl.bbclass @@ -10,13 +10,13 @@ inherit e-base
> autotools # evas-native looks at this var, so keep it
> 
> do_configure_prepend() { -	autopoint || touch config.rpath +    autopoint
> || touch config.rpath }
> 
> do_install_prepend () { -	for i in `find ${S}/ -name "*.pc" -type f` ; do
> \ -		sed -i -e 's:-L${STAGING_LIBDIR}:-L\$\{libdir\}:g' -e
> 's:-I${STAGING_LIBDIR}:-I\$\{libdir\}:g' -e
> 's:-I${STAGING_INCDIR}:-I\$\{includedir\}:g' $i -	done +    for i in
> `find ${S}/ -name "*.pc" -type f` ; do \ +        sed -i -e
> 's:-L${STAGING_LIBDIR}:-L\$\{libdir\}:g' -e
> 's:-I${STAGING_LIBDIR}:-I\$\{libdir\}:g' -e
> 's:-I${STAGING_INCDIR}:-I\$\{includedir\}:g' $i +    done }
> 
> PACKAGES =+ "${PN}-themes" diff --git a/meta-oe/classes/gpe.bbclass
> b/meta-oe/classes/gpe.bbclass index 7e042ee..2adbd48 100644 ---
> a/meta-oe/classes/gpe.bbclass +++ b/meta-oe/classes/gpe.bbclass @@ -7,11
> +7,11 @@ SECTION ?= "gpe" inherit gettext
> 
> gpe_do_compile() { -	oe_runmake PREFIX=${prefix} +    oe_runmake
> PREFIX=${prefix} }
> 
> gpe_do_install() { -	oe_runmake PREFIX=${prefix} DESTDIR=${D} install +
> oe_runmake PREFIX=${prefix} DESTDIR=${D} install }
> 
> EXPORT_FUNCTIONS do_compile do_install

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFQB+41MkyGM64RGpERAlLUAJ46P5hcIkcHbqacI66sydAr4clhggCeO3Uo
Fnz5VUBx1366gOr5wCK+gXs=
=kFmn
-----END PGP SIGNATURE-----




  reply	other threads:[~2012-07-19 11:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-19 11:11 [meta-oe][RFC 1/2] kernel.bbclass: convert tabs to 4 spaces also in bash tasks Martin Jansa
2012-07-19 11:11 ` [meta-oe][RFC 2/2] e/efl/gpe.bbclass: " Martin Jansa
2012-07-19 11:23   ` Koen Kooi [this message]
2012-07-19 11:28     ` Martin Jansa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='ju8qnl$47e$1@dough.gmane.org' \
    --to=koen@dominion.thruhere.net \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.