summaryrefslogtreecommitdiff
path: root/packages/libftdi/libftdi_0.9.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-06-21 07:44:50 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-06-21 07:44:50 +0000
commita721869e901ab387d9a719877096f7fee8ea3575 (patch)
tree99d62bddf1d85092789f9f9d12f070886d0d7d5e /packages/libftdi/libftdi_0.9.bb
parent35673b07fcb65e7109ed0430a9a4aa7e4313d437 (diff)
libftdi[-native] 0.8 update to 0.9 (from OpenMoko)
Diffstat (limited to 'packages/libftdi/libftdi_0.9.bb')
-rw-r--r--packages/libftdi/libftdi_0.9.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/libftdi/libftdi_0.9.bb b/packages/libftdi/libftdi_0.9.bb
new file mode 100644
index 0000000000..f7426ceb1a
--- /dev/null
+++ b/packages/libftdi/libftdi_0.9.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "libftdi is a library (using libusb) to talk to FTDI's \
+FT232BM, FT245BM and FT2232C type chips including the popular bitbang mode."
+HOMEPAGE = "http://www.intra2net.com/de/produkte/opensource/ftdi"
+LICENSE = "GPL"
+DEPENDS = "libusb"
+
+SRC_URI = "http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/libftdi-${PV}.tar.gz \
+ file://doxygen-configure.patch;patch=1"
+S = "${WORKDIR}/libftdi-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF = "--disable-docs"
+
+do_stage() {
+ autotools_stage_all
+}