All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philip Balister <philip@balister.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 1/2] tcpdump: fix mix of tabs and spaces	in	do_configure()
Date: Thu, 28 May 2009 16:21:02 -0400	[thread overview]
Message-ID: <4A1EF22E.2040500@balister.org> (raw)
In-Reply-To: <20090528193604.GB2625@denix.org>

[-- Attachment #1: Type: text/plain, Size: 2233 bytes --]

Denys Dmytriyenko wrote:
> On Thu, May 28, 2009 at 02:23:32PM -0400, Michael Smith wrote:
>> I randomly picked tabs.
>>
>> Signed-off-by: Michael Smith <msmith@cbnco.com>
> 
> I'm not sure this kind of cleanup requires patch review...

It doesn't look like Michael has commit access. I did try applying it, 
and git-am said there was a mix of tabs and spaces.

Do we prefer tabs or spaces in bb files?

Philip

> 
>> ---
>>  recipes/tcpdump/tcpdump_3.9.7.bb |    4 ++--
>>  recipes/tcpdump/tcpdump_4.0.0.bb |    6 +++---
>>  2 files changed, 5 insertions(+), 5 deletions(-)
>>
>> diff --git a/recipes/tcpdump/tcpdump_3.9.7.bb b/recipes/tcpdump/tcpdump_3.9.7.bb
>> index ba9710d..962663f 100644
>> --- a/recipes/tcpdump/tcpdump_3.9.7.bb
>> +++ b/recipes/tcpdump/tcpdump_3.9.7.bb
>> @@ -15,6 +15,6 @@ EXTRA_OECONF = "--without-crypto"
>>  do_configure() {
>>  	gnu-configize
>>  	oe_runconf
>> -        sed -i 's:/usr/lib:${STAGING_LIBDIR}:' ./Makefile
>> -        sed -i 's:/usr/include:${STAGING_INCDIR}:' ./Makefile
>> +	sed -i 's:/usr/lib:${STAGING_LIBDIR}:' ./Makefile
>> +	sed -i 's:/usr/include:${STAGING_INCDIR}:' ./Makefile
>>  }
>> diff --git a/recipes/tcpdump/tcpdump_4.0.0.bb b/recipes/tcpdump/tcpdump_4.0.0.bb
>> index 537cb36..c807fb1 100644
>> --- a/recipes/tcpdump/tcpdump_4.0.0.bb
>> +++ b/recipes/tcpdump/tcpdump_4.0.0.bb
>> @@ -18,8 +18,8 @@ EXTRA_OECONF = "--without-crypto"
>>  
>>  do_configure() {
>>  	gnu-configize
>> -    autoconf
>> +	autoconf
>>  	oe_runconf
>> -        sed -i 's:/usr/lib:${STAGING_LIBDIR}:' ./Makefile
>> -        sed -i 's:/usr/include:${STAGING_INCDIR}:' ./Makefile
>> +	sed -i 's:/usr/lib:${STAGING_LIBDIR}:' ./Makefile
>> +	sed -i 's:/usr/include:${STAGING_INCDIR}:' ./Makefile
>>  }
>> -- 
>> 1.5.6.5
>>
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]

  reply	other threads:[~2009-05-28 20:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-28 18:23 [PATCH 1/2] tcpdump: fix mix of tabs and spaces in do_configure() Michael Smith
2009-05-28 18:23 ` [PATCH 2/2] tcpdump 4.0.0-r2: remove extra ${sbindir}/tcpdump.4.0.0 Michael Smith
2009-05-28 19:36 ` [PATCH 1/2] tcpdump: fix mix of tabs and spaces in do_configure() Denys Dmytriyenko
2009-05-28 20:21   ` Philip Balister [this message]
2009-05-28 20:35     ` Michael Smith
2009-05-30 19:44       ` Michael Smith
2009-05-30 21:15         ` Koen Kooi
2009-05-30 22:21           ` Otavio Salvador
2009-06-07 20:49     ` [PATCH] tcpdump: fix mix of tabs and spaces Michael Smith
2009-06-07 20:49       ` [PATCH] tcpdump 4.0.0-r2: remove extra ${sbindir}/tcpdump.4.0.0 Michael Smith

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=4A1EF22E.2040500@balister.org \
    --to=philip@balister.org \
    --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.