[oe-commits] org.oe.dev wireshark: fix -dbg

koen commit openembedded-commits at lists.openembedded.org
Mon Jul 9 18:44:46 UTC 2007


wireshark: fix -dbg

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: d22b71db027d697bc26575dd14ef67068d4a4496
ViewMTN: http://monotone.openembedded.org/revision.psp?id=d22b71db027d697bc26575dd14ef67068d4a4496
Files:
1
packages/wireshark/wireshark_0.99.4.bb
Diffs:

#
# mt diff -rca473f8f4557686af000ab99a82bdc54b4f46daf -rd22b71db027d697bc26575dd14ef67068d4a4496
#
# 
# 
# patch "packages/wireshark/wireshark_0.99.4.bb"
#  from [02f89efe06384258d416aba0b238a6b1beb8c0e7]
#    to [c61cc43651576c8d1d171c6b992819ce562e5639]
# 
============================================================
--- packages/wireshark/wireshark_0.99.4.bb	02f89efe06384258d416aba0b238a6b1beb8c0e7
+++ packages/wireshark/wireshark_0.99.4.bb	c61cc43651576c8d1d171c6b992819ce562e5639
@@ -1,9 +1,11 @@ DEPENDS = "perl-native gtk+ gnutls libpc
 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"
 
+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"
+
+






More information about the Openembedded-commits mailing list