summaryrefslogtreecommitdiffstats
path: root/recipes/tcpdump/tcpdump_4.0.0.bb
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2009-06-26 08:16:06 -0400
committerPhil Blundell <philb@gnu.org>2009-06-26 13:54:27 +0100
commitceb3562c1e148c5c761d51202789b5f8f1fcb6b6 (patch)
treea4682bfcf208e2858deb4b1fde33ab1cfe5479ba /recipes/tcpdump/tcpdump_4.0.0.bb
parent5b8e90765bafd4871489c35040af7a2e5163ad03 (diff)
downloadopenembedded-ceb3562c1e148c5c761d51202789b5f8f1fcb6b6.tar.gz
tcpdump: fix mix of tabs and spaces
Signed-off-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'recipes/tcpdump/tcpdump_4.0.0.bb')
-rw-r--r--recipes/tcpdump/tcpdump_4.0.0.bb16
1 files changed, 9 insertions, 7 deletions
diff --git a/recipes/tcpdump/tcpdump_4.0.0.bb b/recipes/tcpdump/tcpdump_4.0.0.bb
index 537cb36aed..7f9922007d 100644
--- a/recipes/tcpdump/tcpdump_4.0.0.bb
+++ b/recipes/tcpdump/tcpdump_4.0.0.bb
@@ -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
}