From 87ba52f3aff9b49f78f26324e97a1979509f0b6c Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 16 May 2004 18:48:01 +0000 Subject: fix btscanner dependency and add (temporary) fix for gdbm BKrev: 40a7b761NYY62725wRcBRxyrwGeHPQ --- btscanner/btscanner_1.0.oe | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'btscanner') 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§ion=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" -- cgit v1.2.3