tcpdump: fix mix of tabs and spaces
authorMichael Smith <msmith@cbnco.com>
Fri, 26 Jun 2009 12:16:06 +0000 (08:16 -0400)
committerPhil Blundell <philb@gnu.org>
Fri, 26 Jun 2009 12:54:27 +0000 (13:54 +0100)
Signed-off-by: Michael Smith <msmith@cbnco.com>
recipes/tcpdump/tcpdump_3.9.7.bb
recipes/tcpdump/tcpdump_4.0.0.bb

index ba9710d..163d74f 100644 (file)
@@ -5,8 +5,10 @@ SECTION = "console/network"
 PRIORITY = "optional"
 DEPENDS = "libpcap"
 
-SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz \
-           file://tcpdump_configure_no_-O2.patch;patch=1"
+SRC_URI = " \
+       http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz \
+       file://tcpdump_configure_no_-O2.patch;patch=1 \
+"
 
 inherit autotools
 
@@ -15,6 +17,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
 }
index 537cb36..7f99220 100644 (file)
@@ -6,10 +6,12 @@ PRIORITY = "optional"
 DEPENDS = "libpcap"
 PR = "r1"
 
-SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz \
-           file://tcpdump_configure_no_-O2.patch;patch=1 \
-           file://no-ipv6-tcpdump4.patch;patch=1 \
-           file://0001-minimal-IEEE802.15.4-allowed.patch;patch=1"
+SRC_URI = " \
+       http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz \
+       file://tcpdump_configure_no_-O2.patch;patch=1 \
+       file://no-ipv6-tcpdump4.patch;patch=1 \
+       file://0001-minimal-IEEE802.15.4-allowed.patch;patch=1 \
+"
 
 inherit autotools
 # ac_cv_linux_vers=${ac_cv_linux_vers=2}
@@ -18,8 +20,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
 }