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:
5281ba4
)
wireshark: fix -dbg
author
Koen Kooi
<koen@openembedded.org>
Mon, 9 Jul 2007 18:01:39 +0000
(18:01 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 9 Jul 2007 18:01:39 +0000
(18:01 +0000)
packages/wireshark/wireshark_0.99.4.bb
patch
|
blob
|
history
diff --git
a/packages/wireshark/wireshark_0.99.4.bb
b/packages/wireshark/wireshark_0.99.4.bb
index
5b1fa72
..
e34ca84
100644
(file)
--- a/
packages/wireshark/wireshark_0.99.4.bb
+++ b/
packages/wireshark/wireshark_0.99.4.bb
@@
-4,6
+4,8
@@
SECTION = "x11/network"
LICENSE = "GPL"
DEPENDS = "perl-native gtk+ gnutls libpcap pcre expat"
+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"
@@
-14,3
+16,7
@@
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"
+
+