blob: f20f4580c7eb20c6d5b7088dd92510b69454c5b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SECTION = "net/misc"
DESCRIPTION = "Bluetooth scanner"
MAINTAINER = "Bob Davies (tyggerbob@gmail.com)"
SRC_URI = "http://www.wardriving.ch/hpneu/blue/perl/ghettotooth.pl"
DEFAULT_PREFERENCE="-1"
S = "${WORKDIR}"
LICENSE = "GPL"
do_install() {
install -d ${D}${bindir}
install -m 0755 ghettotooth.pl ${D}${bindir}/
}
|