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 <[email protected]> --- meta-oe/recipes-support/libftdi/libftdi_1.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/libftdi/libftdi_1.5.bb b/meta-oe/recipes-support/libftdi/libftdi_1.5.bb index eae1c02f0..ed989a311 100644 --- a/meta-oe/recipes-support/libftdi/libftdi_1.5.bb +++ b/meta-oe/recipes-support/libftdi/libftdi_1.5.bb @@ -36,5 +36,5 @@ BBCLASSEXTEND = "native nativesdk" PACKAGES =+ "${PN}-python ftdi-eeprom" -FILES:ftdi-eeprom = "${bindir}/ftdi_eeprom" +FILES:${PN}-ftdi-eeprom = "${bindir}/ftdi_eeprom" FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#111474): https://lists.openembedded.org/g/openembedded-devel/message/111474 Mute This Topic: https://lists.openembedded.org/mt/107614478/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
