aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ghettotooth/ghettotooth.bb
blob: 65ab833bdf83e006d3d80174ae26382e1e44bc0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SECTION = "network/misc"
DESCRIPTION = "Bluetooth scanner"
LICENSE = "GPL"
RDEPENDS_${PN} = "perl"
PR = "r1"

SRC_URI = "http://www.wardriving.ch/hpneu/blue/perl/ghettotooth.pl"

DEFAULT_PREFERENCE="-1"


S = "${WORKDIR}"
do_install() {
	install -d ${D}${bindir}
	install -m 0755 ghettotooth.pl ${D}${bindir}/
}

SRC_URI[md5sum] = "dc94cb07c6e43fc8c4745b728b0ce32b"
SRC_URI[sha256sum] = "71e285da2f8f03dd0c6f6a969d1f541ab2a2f1a9d91e26f6f60779897d68824e"