summaryrefslogtreecommitdiff
path: root/bluez-hcidump/bluez-hcidump_1.5.oe
diff options
context:
space:
mode:
Diffstat (limited to 'bluez-hcidump/bluez-hcidump_1.5.oe')
-rw-r--r--bluez-hcidump/bluez-hcidump_1.5.oe13
1 files changed, 13 insertions, 0 deletions
diff --git a/bluez-hcidump/bluez-hcidump_1.5.oe b/bluez-hcidump/bluez-hcidump_1.5.oe
index e69de29bb2..aa8f25f932 100644
--- a/bluez-hcidump/bluez-hcidump_1.5.oe
+++ b/bluez-hcidump/bluez-hcidump_1.5.oe
@@ -0,0 +1,13 @@
+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
+S=${WORKDIR}/${P}
+
+EXTRA_OECONF:="--with-bluez-libs=${STAGING_DIR}/target"
+
+inherit autotools libtool