blob: ce101c92288d8dc8b6ec0632894ce5ccfdd255f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
DESCRIPTION = "Extract information from Bluetooth devices in range."
SECTION = "libs"
PRIORITY = "optional"
HOMEPAGE = "http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads§ion=01_bluetooth"
DEPENDS = "bluez-libs gdbm ncurses libxml2"
PR = "r2"
LICENSE = "GPLv2"
SRC_URI = "http://www.pentest.co.uk/src/btscanner-${PV}.tar.bz2 \
file://gcc-4.patch \
file://configurable-paths.patch \
"
FILES_${PN} += "${datadir}/oui.txt"
inherit autotools
SRC_URI[md5sum] = "1cb558f02bb6707fa1c160b78b490404"
SRC_URI[sha256sum] = "017b1b022118d7dad371d65ab4b6f4d6d7be99482a4af3facd9360ce55210780"
|