diff options
-rw-r--r-- | bluez-utils/bluez-utils_2.8.oe | 11 | ||||
-rw-r--r-- | btscanner/btscanner_1.0.oe | 4 |
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§ion=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" |