diff options
| author | Przemyslaw Zegan <przemyslaw.zegan@gmail.com> | 2024-07-29 20:25:32 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-29 13:17:26 -0700 |
| commit | 98a4af1f7809400eec58569110063434bdceea1c (patch) | |
| tree | db2d8fe33f5625f3669ce943f2ac478e29ad0feb | |
| parent | 54ed6730ababb4a8c7157965ff07ff8b5d1b954e (diff) | |
| download | meta-openembedded-98a4af1f7809400eec58569110063434bdceea1c.tar.gz | |
libftdi: Fix missing ftdi_eeprom
Due to the incorrect subpackage name, the ftdi_eeprom does not placed in the generated image. This patch fixes it.
Signed-off-by: Przemyslaw Zegan <przemyslaw.zegan@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -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 24dc5b2288..b3cb40921e 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:ftdi-eeprom = "${bindir}/ftdi_eeprom" | 41 | FILES:${PN}-ftdi-eeprom = "${bindir}/ftdi_eeprom" |
| 42 | FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/" | 42 | FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/" |
