diff options
Diffstat (limited to 'btscanner')
-rw-r--r-- | btscanner/btscanner_1.0.oe | 5 |
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§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" |