[hbbtv/youtubetv] Fixed hanup bug and segmentation fault on 3rd-party images.
[vuplus_openembedded] / recipes / btscanner / btscanner_2.0.bb
1 DESCRIPTION = "Extract information from Bluetooth devices in range."
2 SECTION = "libs"
3 PRIORITY = "optional"
4 HOMEPAGE = "http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads&section=01_bluetooth"
5 DEPENDS = "bluez-libs gdbm ncurses libxml2"
6 PR = "r2"
7 LICENSE = "GPLv2"
8
9 SRC_URI = "http://www.pentest.co.uk/src/btscanner-${PV}.tar.bz2 \
10            file://gcc-4.patch;patch=1 \
11            file://configurable-paths.patch;patch=1 \
12            "
13
14 FILES_${PN} += "${datadir}/oui.txt"
15
16 inherit autotools