btscanner,bluez-utils: DEPENDS: s/libbluetooth/bluez-libs/
authorMichael Lauer <mickey@vanille-media.de>
Fri, 16 Jul 2004 15:08:30 +0000 (15:08 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 16 Jul 2004 15:08:30 +0000 (15:08 +0000)
BKrev: 40f7ef6eRLM_9X0yBtwA-5cE5bvMRg

bluez-utils/bluez-utils_2.8.oe
btscanner/btscanner_1.0.oe

index e69de29..af841e1 100644 (file)
@@ -0,0 +1,11 @@
+DESCRIPTION = "Linux Bluetooth Stack Userland Utilities."
+SECTION = "libs"
+PRIORITY = "optional"
+DEPENDS = "bluez-libs"
+RPROVIDES = "bluez-pan bluez-sdp"
+
+SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz"
+
+EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"
+
+inherit autotools 
index 7b2da37..60f7906 100644 (file)
@@ -2,8 +2,8 @@ DESCRIPTION = "Extract information from Bluetooth devices in range."
 SECTION = "libs"
 PRIORITY = "optional"
 HOMEPAGE = "http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads&section=01_bluetooth"
-DEPENDS = "libbluetooth gdbm ncurses"
-PR = "r1"
+DEPENDS = "bluez-libs gdbm ncurses"
+PR = "r2"
 
 SRC_URI = "http://www.pentest.co.uk/src/btscanner-${PV}.tar.gz \
           file://configure.patch;patch=1"