aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libftdi/ftdi-eeprom-native_0.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-08-06 22:50:34 -0700
committerKhem Raj <raj.khem@gmail.com>2010-08-06 22:50:34 -0700
commit1c514181a40543d5290191b4ce898c35d332b161 (patch)
treed1aefa9a4c15835089db931e5afd0ccd00a2eccf /recipes/libftdi/ftdi-eeprom-native_0.2.bb
parentcbd05a3cc601e15d7be2d8aa6f2bf96526a0bc39 (diff)
downloadopenembedded-1c514181a40543d5290191b4ce898c35d332b161.tar.gz
ftdi_eeprom: Add recipe for version 0.3
* Remove unused patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
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, 0 insertions, 9 deletions
diff --git a/recipes/libftdi/ftdi-eeprom-native_0.2.bb b/recipes/libftdi/ftdi-eeprom-native_0.2.bb
deleted file mode 100644
index 56613969d9..0000000000
--- a/recipes/libftdi/ftdi-eeprom-native_0.2.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-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}/
-}
-