summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-07-16 15:08:30 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-07-16 15:08:30 +0000
commit1b3b76238918868fe608f0fb077dc1292f8ba5aa (patch)
tree62d245be371ef6b9aabce8b1d709b82558a3bcca
parente39606a9806281636f8148ee73e73ef0d557a63b (diff)
btscanner,bluez-utils: DEPENDS: s/libbluetooth/bluez-libs/
BKrev: 40f7ef6eRLM_9X0yBtwA-5cE5bvMRg
-rw-r--r--bluez-utils/bluez-utils_2.8.oe11
-rw-r--r--btscanner/btscanner_1.0.oe4
2 files changed, 13 insertions, 2 deletions
diff --git a/bluez-utils/bluez-utils_2.8.oe b/bluez-utils/bluez-utils_2.8.oe
index e69de29bb2..af841e16a5 100644
--- a/bluez-utils/bluez-utils_2.8.oe
+++ b/bluez-utils/bluez-utils_2.8.oe
@@ -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
diff --git a/btscanner/btscanner_1.0.oe b/btscanner/btscanner_1.0.oe
index 7b2da37a85..60f79064a7 100644
--- a/btscanner/btscanner_1.0.oe
+++ b/btscanner/btscanner_1.0.oe
@@ -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"