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>
This commit is contained in:
Przemyslaw Zegan
2024-07-29 20:25:32 +02:00
committed by Khem Raj
parent 54ed6730ab
commit 98a4af1f78
@@ -38,5 +38,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}/"