mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
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}/"
|
||||
|
||||
Reference in New Issue
Block a user