diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-06-22 17:57:39 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-06-22 17:57:39 +0000 |
commit | b669962c250fb4a2a8c5badfe5b3717569b80abc (patch) | |
tree | b75f8720b17f1fe93c76dc19407dc86cd73ad555 /packages/libftdi/libftdi_0.9.bb | |
parent | a14b857a5eb21816991ca6ec50c9520f9bcc61dd (diff) | |
parent | 2f7f445a9c6463ce4a7cec1844911085b1536b1c (diff) |
merge of 'a9d59f7c5db704e36d7f7dbda87b750cabbbc775'
and 'fcf3721db5cf2d3c669e8d3d36cd3ca4df792f6f'
Diffstat (limited to 'packages/libftdi/libftdi_0.9.bb')
-rw-r--r-- | packages/libftdi/libftdi_0.9.bb | 17 |
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 +} |