aurora-fb-image: add initial recipe for aurora based image suitable for the framebuffer
[openembedded.git] / recipes / ghettotooth / ghettotooth.bb
blob65ab833bdf83e006d3d80174ae26382e1e44bc0b
1 SECTION = "network/misc"
2 DESCRIPTION = "Bluetooth scanner"
3 LICENSE = "GPL"
4 RDEPENDS_${PN} = "perl"
5 PR = "r1"
7 SRC_URI = "http://www.wardriving.ch/hpneu/blue/perl/ghettotooth.pl"
9 DEFAULT_PREFERENCE="-1"
12 S = "${WORKDIR}"
13 do_install() {
14 install -d ${D}${bindir}
15 install -m 0755 ghettotooth.pl ${D}${bindir}/
18 SRC_URI[md5sum] = "dc94cb07c6e43fc8c4745b728b0ce32b"
19 SRC_URI[sha256sum] = "71e285da2f8f03dd0c6f6a969d1f541ab2a2f1a9d91e26f6f60779897d68824e"