summaryrefslogtreecommitdiff
path: root/packages/libftdi/libftdi_0.13.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2008-07-18 12:46:29 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2008-07-18 12:46:29 +0000
commitcd581f86f4bc7f633f62d288ba7d42a3252a8c18 (patch)
tree48446ca82d63c4cb1ff94aa120878874f1e1eaed /packages/libftdi/libftdi_0.13.bb
parent6bf00b4df6b1eddb3733aec3704044191ebdf03a (diff)
libftdi: update to version 0.13
*rewrite configure.ac and use rpath tools from gettext *disable examples because of rpath issue needs more investigation *doxygen is still disabled too
Diffstat (limited to 'packages/libftdi/libftdi_0.13.bb')
-rw-r--r--packages/libftdi/libftdi_0.13.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/libftdi/libftdi_0.13.bb b/packages/libftdi/libftdi_0.13.bb
new file mode 100644
index 0000000000..3e787ca512
--- /dev/null
+++ b/packages/libftdi/libftdi_0.13.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "libftdi is a library to talk to FTDI chips.\
+FT232BM/245BM, FT2232C/D and FT232/245R using libusb,\
+including the popular bitbang mode."
+HOMEPAGE = "http://www.intra2net.com/de/produkte/opensource/ftdi/"
+LICENSE = "LGPL"
+SECTION = "libs"
+
+DEPENDS = "libusb"
+
+SRC_URI = "http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/libftdi-${PV}.tar.gz \
+ file://autotools.patch;patch=1 \
+ "
+
+inherit autotools binconfig pkgconfig
+
+EXTRA_OECONF += "--disable-rpath"
+
+do_stage() {
+ autotools_stage_all
+}