diff options
Diffstat (limited to 'btscanner/btscanner_1.0.oe')
-rw-r--r-- | btscanner/btscanner_1.0.oe | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/btscanner/btscanner_1.0.oe b/btscanner/btscanner_1.0.oe index b4fd18a0e6..7b2da37a85 100644 --- a/btscanner/btscanner_1.0.oe +++ b/btscanner/btscanner_1.0.oe @@ -1,8 +1,9 @@ -HOMEPAGE = "http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads§ion=01_bluetooth" -DESCRIPTION = "Extract information from near Bluetooth devices" +DESCRIPTION = "Extract information from Bluetooth devices in range." SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libbluetooth virtual/libsdp gdbm ncurses" +HOMEPAGE = "http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads§ion=01_bluetooth" +DEPENDS = "libbluetooth gdbm ncurses" +PR = "r1" SRC_URI = "http://www.pentest.co.uk/src/btscanner-${PV}.tar.gz \ file://configure.patch;patch=1" |