aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libftdi/ftdi-eeprom-native_0.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libftdi/ftdi-eeprom-native_0.2.bb')
-rw-r--r--recipes/libftdi/ftdi-eeprom-native_0.2.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/libftdi/ftdi-eeprom-native_0.2.bb b/recipes/libftdi/ftdi-eeprom-native_0.2.bb
new file mode 100644
index 0000000000..56613969d9
--- /dev/null
+++ b/recipes/libftdi/ftdi-eeprom-native_0.2.bb
@@ -0,0 +1,9 @@
+require ftdi-eeprom_${PV}.bb
+
+DEPENDS = "libftdi-native confuse-native"
+
+do_stage() {
+ install -d ${STAGING_BINDIR_NATIVE}
+ install -m 0755 ftdi_eeprom/ftdi_eeprom ${STAGING_BINDIR_NATIVE}/
+}
+