summaryrefslogtreecommitdiff
path: root/packages/libftdi/ftdi-eeprom-native_0.2.bb
blob: 1b48bd08f744f5345caa06eb972c65c1ee4f969c (plain)
1
2
3
4
5
6
7
8
require ftdi-eeprom_${PV}.bb

DEPENDS = "libftdi-native confuse-native"

do_stage() {
    install -m 0755 ftdi_eeprom/ftdi_eeprom ${STAGING_BINDIR_NATIVE}
}