diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-08-06 21:46:36 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-08-06 21:48:00 -0700 |
commit | be9120fa9ed6cea461d6c792bb3945b1a0604e9c (patch) | |
tree | f1dc581f2b438f5c0467487d4bccad68792342ab /recipes/libftdi/libftdi_0.18.bb | |
parent | 1c65f9b607388a2f817ae6c38b13907da09e6275 (diff) |
libftdi: Upgrade to 0.18
* Use BBCLASSEXTEND for native recipes.
* Remove old versions of native and target recipes.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/libftdi/libftdi_0.18.bb')
-rw-r--r-- | recipes/libftdi/libftdi_0.18.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/libftdi/libftdi_0.18.bb b/recipes/libftdi/libftdi_0.18.bb new file mode 100644 index 0000000000..e1143a2c35 --- /dev/null +++ b/recipes/libftdi/libftdi_0.18.bb @@ -0,0 +1,19 @@ +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/en/developer/libftdi/" +LICENSE = "LGPL GPLv2+linking exception" +SECTION = "libs" + +DEPENDS = "virtual/libusb0" +DEPENDS_virtclass-native = "virtual/libusb0-native" +SRC_URI = "http://www.intra2net.com/en/developer/libftdi/download/libftdi-${PV}.tar.gz \ + file://libtool-m4.patch \ + " + +inherit autotools binconfig pkgconfig + +BBCLASSEXTEND = "native" + +SRC_URI[md5sum] = "916f65fa68d154621fc0cf1f405f2726" +SRC_URI[sha256sum] = "5b6f3c3ee51c6aa24d3b87135e01762cf68821d1c3599d87d349fea4ede74c62" |