diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-08-05 09:54:16 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-05 09:54:35 -0700 |
| commit | 79858c7b95961df28f5c5e95092a6d806c3484de (patch) | |
| tree | 47b9e4c49292440d9902977ac95d603dd124bd66 /meta-oe/recipes-support/libftdi | |
| parent | d2fb84519563c9c7c9ea1d7a3196a2c4a473d1e8 (diff) | |
| download | meta-openembedded-79858c7b95961df28f5c5e95092a6d806c3484de.tar.gz | |
Revert "libftdi: Fix missing ftdi_eeprom"
This reverts commit 98a4af1f7809400eec58569110063434bdceea1c.
Diffstat (limited to 'meta-oe/recipes-support/libftdi')
| -rw-r--r-- | meta-oe/recipes-support/libftdi/libftdi_1.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libftdi/libftdi_1.5.bb b/meta-oe/recipes-support/libftdi/libftdi_1.5.bb index b3cb40921e..24dc5b2288 100644 --- a/meta-oe/recipes-support/libftdi/libftdi_1.5.bb +++ b/meta-oe/recipes-support/libftdi/libftdi_1.5.bb | |||
| @@ -38,5 +38,5 @@ BBCLASSEXTEND = "native nativesdk" | |||
| 38 | 38 | ||
| 39 | PACKAGES =+ "${PN}-python ftdi-eeprom" | 39 | PACKAGES =+ "${PN}-python ftdi-eeprom" |
| 40 | 40 | ||
| 41 | FILES:${PN}-ftdi-eeprom = "${bindir}/ftdi_eeprom" | 41 | FILES:ftdi-eeprom = "${bindir}/ftdi_eeprom" |
| 42 | FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/" | 42 | FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/" |
