fix btscanner dependency and add (temporary) fix for gdbm
authorMichael Lauer <mickey@vanille-media.de>
Sun, 16 May 2004 18:48:01 +0000 (18:48 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 16 May 2004 18:48:01 +0000 (18:48 +0000)
BKrev: 40a7b761NYY62725wRcBRxyrwGeHPQ

btscanner/btscanner_1.0.oe
gdbm/gdbm_1.8.3.oe

index 30dde2b..c138027 100644 (file)
@@ -1,9 +1,8 @@
 HOMEPAGE = "http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads&section=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"
index 9b12b01..04e174e 100644 (file)
@@ -1,14 +1,16 @@
-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}/