All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] tcpdump: fix mix of tabs and spaces in do_configure()
@ 2009-05-28 18:23 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
  0 siblings, 2 replies; 10+ messages in thread
From: Michael Smith @ 2009-05-28 18:23 UTC (permalink / raw)
  To: openembedded-devel

I randomly picked tabs.

Signed-off-by: Michael Smith <msmith@cbnco.com>
---
 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




^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-06-07 21:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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.