git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceb3562
)
tcpdump 4.0.0-r2: remove extra ${sbindir}/tcpdump.4.0.0
author
Michael Smith
<msmith@cbnco.com>
Fri, 26 Jun 2009 12:16:44 +0000
(08:16 -0400)
committer
Phil Blundell
<philb@gnu.org>
Fri, 26 Jun 2009 12:54:29 +0000
(13:54 +0100)
Signed-off-by: Michael Smith <msmith@cbnco.com>
recipes/tcpdump/tcpdump_4.0.0.bb
patch
|
blob
|
history
diff --git
a/recipes/tcpdump/tcpdump_4.0.0.bb
b/recipes/tcpdump/tcpdump_4.0.0.bb
index
7f99220
..
f36cc0a
100644
(file)
--- a/
recipes/tcpdump/tcpdump_4.0.0.bb
+++ b/
recipes/tcpdump/tcpdump_4.0.0.bb
@@
-4,7
+4,7
@@
LICENSE = "BSD"
SECTION = "console/network"
PRIORITY = "optional"
DEPENDS = "libpcap"
-PR = "r
1
"
+PR = "r
2
"
SRC_URI = " \
http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz \
@@
-25,3
+25,8
@@
do_configure() {
sed -i 's:/usr/lib:${STAGING_LIBDIR}:' ./Makefile
sed -i 's:/usr/include:${STAGING_INCDIR}:' ./Makefile
}
+
+do_install_append() {
+ # tcpdump 4.0.0 installs a copy to /usr/sbin/tcpdump.4.0.0
+ rm -f ${D}${sbindir}/tcpdump.${PV}
+}