BKrev: 40a7b761NYY62725wRcBRxyrwGeHPQ
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"
-DEPENDS = "virtual/libc"
-PROVIDES = "virtual/libgdbm"
+DESCRIPTION = "GNU dbm is a set of database routines that use extensible hashing."
SECTION = "libs"
-DESCRIPTION = "GNU dbm is a set of database routines \
-that use extensible hashing."
+PRIORITY = "optional"
SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
file://${FILESDIR}/makefile.patch;patch=1"
inherit autotools
+do_configure_prepend() {
+ rm -f aclocal.m4
+}
+
do_stage () {
oe_libinstall -so -a libgdbm ${STAGING_LIBDIR}
install -m 0644 ${S}/gdbm.h ${STAGING_INCDIR}/