summaryrefslogtreecommitdiff
path: root/btscanner
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-16 18:48:01 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-16 18:48:01 +0000
commit87ba52f3aff9b49f78f26324e97a1979509f0b6c (patch)
treeae7cd599176850ae7d0b386617eb5dbb572686db /btscanner
parent76318983d0b28072e6b3fb4c41cd404b2206c35b (diff)
fix btscanner dependency and add (temporary) fix for gdbm
BKrev: 40a7b761NYY62725wRcBRxyrwGeHPQ
Diffstat (limited to 'btscanner')
-rw-r--r--btscanner/btscanner_1.0.oe5
1 files changed, 2 insertions, 3 deletions
diff --git a/btscanner/btscanner_1.0.oe b/btscanner/btscanner_1.0.oe
index 30dde2bcfa..c1380275d1 100644
--- a/btscanner/btscanner_1.0.oe
+++ b/btscanner/btscanner_1.0.oe
@@ -1,9 +1,8 @@
HOMEPAGE = "http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads&section=01_bluetooth"
-DESCRIPTION = "extract as information from a Bluetooth device pairing"
+DESCRIPTION = "Extract information from near Bluetooth devices"
SECTION = "libs"
PRIORITY = "optional"
-SECTION = "libs"
-DEPENDS = "virtual/libc virtual/libbluetooth virtual/libsdp virtual/libgdbm ncurses"
+DEPENDS = "virtual/libbluetooth virtual/libsdp gdbm ncurses"
SRC_URI = "http://www.pentest.co.uk/src/btscanner-${PV}.tar.gz \
file://${FILESDIR}/configure.patch;patch=1"