]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/bluez/bluez-hcidump_1.25.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / bluez / bluez-hcidump_1.25.bb
1 DESCRIPTION = "Linux Bluetooth Stack HCI Debugger Tool."
2 SECTION = "console"
3 PRIORITY = "optional"
4 DEPENDS = "bluez-libs"
5 LICENSE = "GPL"
6 PR = "r0"
7
8 SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz"
9 S = "${WORKDIR}/bluez-hcidump-${PV}"
10
11 EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"
12
13 inherit autotools
14
15