aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libftdi/libftdi-native_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-native_0.13.bb
parent6bf00b4df6b1eddb3733aec3704044191ebdf03a (diff)
downloadopenembedded-cd581f86f4bc7f633f62d288ba7d42a3252a8c18.tar.gz
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-native_0.13.bb')
-rw-r--r--packages/libftdi/libftdi-native_0.13.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/libftdi/libftdi-native_0.13.bb b/packages/libftdi/libftdi-native_0.13.bb
new file mode 100644
index 0000000000..24f82778e5
--- /dev/null
+++ b/packages/libftdi/libftdi-native_0.13.bb
@@ -0,0 +1,5 @@
+require libftdi_${PV}.bb
+
+inherit native
+
+DEPENDS = "libusb-native"