summaryrefslogtreecommitdiff
path: root/bluez-utils
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-11-21 18:27:14 +0000
committerChris Larson <clarson@kergoth.com>2003-11-21 18:27:14 +0000
commite9b171e0738c2acef0650328b7f2e1ae7cdc55cc (patch)
tree8afdd2f094195bb88a7a9636f5b9bd9f53ebb492 /bluez-utils
parentacea8d73cb0c72991690d488915e426bf7e46675 (diff)
Numerous build fixes from an oemake -a run, including two more fixes for libtool 'libdir from .la file leaking into library search path' situations.
BKrev: 3fbe5902eywlLRHkRQ1FaDS5C01-jg
Diffstat (limited to 'bluez-utils')
-rw-r--r--bluez-utils/bluez-utils-2.3/configure.patch0
-rw-r--r--bluez-utils/bluez-utils_2.3.oe12
2 files changed, 12 insertions, 0 deletions
diff --git a/bluez-utils/bluez-utils-2.3/configure.patch b/bluez-utils/bluez-utils-2.3/configure.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/bluez-utils/bluez-utils-2.3/configure.patch
diff --git a/bluez-utils/bluez-utils_2.3.oe b/bluez-utils/bluez-utils_2.3.oe
index e69de29bb2..b7846ca54e 100644
--- a/bluez-utils/bluez-utils_2.3.oe
+++ b/bluez-utils/bluez-utils_2.3.oe
@@ -0,0 +1,12 @@
+SECTION="libs"
+PRIORITY="optional"
+RDEPENDS="libc6"
+SECTION="libs"
+DEPENDS=virtual/libc virtual/libbluetooth
+
+SRC_URI = "http://bluez.sourceforge.net/download/${PN}-${PV}.tar.gz \
+ file://${FILESDIR}/configure.patch;patch=1"
+
+EXTRA_OECONF:="--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_DIR}/target/include"
+
+inherit autotools libtool