summaryrefslogtreecommitdiff
path: root/packages/ethereal/ethereal-native_0.99.0.bb
blob: b5e0c589ed94a957ea5a7bfd15368d015bb2f682 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
require ethereal_${PV}.bb
DEPENDS = "perl-native libpcap-native"
inherit native

EXTRA_OECONF = "\
		--enable-ethereal=no \
		--enable-tethereal=yes \
		--enable-editcap=no \
		--enable-dumpcap=no \
		--enable-capinfos=no \
		--enable-mergecap=no \
		--enable-text2pcap=no \
		--enable-idl2eth=no"

do_stage() {
	install -m 0755 rdps ${STAGING_BINDIR}/ethereal-rdps
	install -m 0755 tools/lemon/lemon ${STAGING_BINDIR}/ethereal-lemon
}

do_install() {
	:
}