blob: 7737c92dc057af3ebb472b0994ada893ce1e74bf (
plain)
1
2
3
4
5
6
7
8
|
# libpcap without bluetooth support -- has MANY less dependencies
require libpcap_${PV}.bb
DEPENDS = "flex-native bison-native"
PROVIDES = "libpcap"
FILESPATHPKG =. "libpcap-${PV}:"
S = "${WORKDIR}/libpcap-${PV}"
|