blob: f4c90fce48209ffdb17e0957ca90f2ce88c803fc (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "Wireshark is the world's most popular network protocol analyzer"
require wireshark.inc
DEPENDS += "gtk+"
PR = "r1"
FILES_${PN}-dbg += "${libdir}/wireshark/plugins/${PV}/.debug"
|