aboutsummaryrefslogtreecommitdiffstats
path: root/packages/wireshark/wireshark_0.99.4.bb
diff options
context:
space:
mode:
authorSergey Lapin <slapin@ossfans.org>2009-01-29 18:47:15 +0300
committerSergey Lapin <slapin@ossfans.org>2009-01-29 18:47:15 +0300
commit68e81d18179525b1610fb656ad2ad4454e5d2a70 (patch)
tree248b489d898d8b159c09c7c6243372e32f37d502 /packages/wireshark/wireshark_0.99.4.bb
parent7eee8a7d69244d34dfa8a7ba709a8e9faeb6c5b2 (diff)
downloadopenembedded-68e81d18179525b1610fb656ad2ad4454e5d2a70.tar.gz
Revert "Merge branch 'ieee80215' of git@git.openembedded.net:openembedded into ieee80215"
This reverts commit 7eee8a7d69244d34dfa8a7ba709a8e9faeb6c5b2.
Diffstat (limited to 'packages/wireshark/wireshark_0.99.4.bb')
-rw-r--r--packages/wireshark/wireshark_0.99.4.bb18
1 files changed, 3 insertions, 15 deletions
diff --git a/packages/wireshark/wireshark_0.99.4.bb b/packages/wireshark/wireshark_0.99.4.bb
index e34ca849d4..f4c90fce48 100644
--- a/packages/wireshark/wireshark_0.99.4.bb
+++ b/packages/wireshark/wireshark_0.99.4.bb
@@ -1,21 +1,9 @@
-DESCRIPTION = "Ethereal is the world's most popular network protocol analyzer"
-HOMEPAGE = "http://www.ethereal.com"
-SECTION = "x11/network"
-LICENSE = "GPL"
-DEPENDS = "perl-native gtk+ gnutls libpcap pcre expat"
+DESCRIPTION = "Wireshark is the world's most popular network protocol analyzer"
+require wireshark.inc
+DEPENDS += "gtk+"
PR = "r1"
-SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2 \
- file://use-our-lemon.patch;patch=1 \
- file://no-host-includes.patch;patch=1"
-
-inherit autotools
-
-do_compile_prepend() {
- ${BUILD_CC} ${BUILD_CFLAGS} -o rdps rdps.c
- oe_runmake -C tools/lemon CC="${BUILD_CC} ${BUILD_CFLAGS}" LDFLAGS="${BUILD_LDFLAGS}"
-}
FILES_${PN}-dbg += "${libdir}/wireshark/plugins/${PV}/.debug"