summaryrefslogtreecommitdiff
path: root/btscanner
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-07-16 15:08:30 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-07-16 15:08:30 +0000
commit1b3b76238918868fe608f0fb077dc1292f8ba5aa (patch)
tree62d245be371ef6b9aabce8b1d709b82558a3bcca /btscanner
parente39606a9806281636f8148ee73e73ef0d557a63b (diff)
btscanner,bluez-utils: DEPENDS: s/libbluetooth/bluez-libs/
BKrev: 40f7ef6eRLM_9X0yBtwA-5cE5bvMRg
Diffstat (limited to 'btscanner')
-rw-r--r--btscanner/btscanner_1.0.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/btscanner/btscanner_1.0.oe b/btscanner/btscanner_1.0.oe
index 7b2da37a85..60f79064a7 100644
--- a/btscanner/btscanner_1.0.oe
+++ b/btscanner/btscanner_1.0.oe
@@ -2,8 +2,8 @@ DESCRIPTION = "Extract information from Bluetooth devices in range."
SECTION = "libs"
PRIORITY = "optional"
HOMEPAGE = "http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads&section=01_bluetooth"
-DEPENDS = "libbluetooth gdbm ncurses"
-PR = "r1"
+DEPENDS = "bluez-libs gdbm ncurses"
+PR = "r2"
SRC_URI = "http://www.pentest.co.uk/src/btscanner-${PV}.tar.gz \
file://configure.patch;patch=1"