[oe-issues] [Bug 2283] New: tshark recipe

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Wed May 9 04:22:55 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=2283

           Summary: tshark recipe
           Product: Openembedded
           Version: Angstrom
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Distributions
        AssignedTo: openembedded-issues at lists.openembedded.org
        ReportedBy: angus at handheldshell.com
         QAContact: tinderbox-oe at gmx.net


DESCRIPTION = "tshark is the text based verion of wireshark"
HOMEPAGE = "http://www.ethereal.com"
SECTION = "x11/network"
LICENSE = "GPL"
DEPENDS = "perl-native gnutls libpcap expat"

SRC_URI = "${SOURCEFORGE_MIRROR}/wireshark/wireshark-${PV}.tar.bz2 \
           file://use-our-lemon.patch;patch=1 \
           file://no-host-includes.patch;patch=1"

inherit autotools

EXTRA_OECONF = "--disable-wireshark"

S=${WORKDIR}/wireshark-${PV}

do_compile_prepend() {
        ${BUILD_CC} ${BUILD_CFLAGS} -o rdps rdps.c
        oe_runmake -C ${S}/tools/lemon CC="${BUILD_CC} ${BUILD_CFLAGS}"
LDFLAGS="${BUILD_LDFLAGS}"
}


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the Openembedded-issues mailing list