blob: 56613969d9307c8811fa538f246808ecd398c857 (
plain)
1
2
3
4
5
6
7
8
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}/
}
|