diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-16 15:08:30 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-16 15:08:30 +0000 |
commit | 1b3b76238918868fe608f0fb077dc1292f8ba5aa (patch) | |
tree | 62d245be371ef6b9aabce8b1d709b82558a3bcca /bluez-utils | |
parent | e39606a9806281636f8148ee73e73ef0d557a63b (diff) |
btscanner,bluez-utils: DEPENDS: s/libbluetooth/bluez-libs/
BKrev: 40f7ef6eRLM_9X0yBtwA-5cE5bvMRg
Diffstat (limited to 'bluez-utils')
-rw-r--r-- | bluez-utils/bluez-utils_2.8.oe | 11 |
1 files changed, 11 insertions, 0 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 |