First pass of .oe cleanups.
[openembedded.git] / bluez-hcidump / bluez-hcidump_1.5.oe
1 SECTION = "libs"
2 PRIORITY = "optional"
3 RDEPENDS = "libc6"
4 SECTION = "libs"
5 DEPENDS = "virtual/libc virtual/libbluetooth"
6
7 SRC_URI = http://bluez.sourceforge.net/download/${PN}-${PV}.tar.gz \
8           file://${FILESDIR}/configure.patch;patch=1
9
10 EXTRA_OECONF:="--with-bluez-libs=${STAGING_DIR}/target"
11
12 inherit autotools libtool