summaryrefslogtreecommitdiff
path: root/packages/ghettotooth
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ghettotooth')
-rw-r--r--packages/ghettotooth/ghettotooth.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/ghettotooth/ghettotooth.bb b/packages/ghettotooth/ghettotooth.bb
deleted file mode 100644
index 426a657848..0000000000
--- a/packages/ghettotooth/ghettotooth.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SECTION = "network/misc"
-DESCRIPTION = "Bluetooth scanner"
-LICENSE = "GPL"
-RDEPENDS = "perl"
-
-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}/
-}