All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe,scarthgap][PATCH] libftdi: Fix missing ftdi_eeprom
@ 2024-07-29 18:25 Przemyslaw Zegan
  2024-07-30 10:19 ` [oe] " Jose Quaresma
  0 siblings, 1 reply; 8+ messages in thread
From: Przemyslaw Zegan @ 2024-07-29 18:25 UTC (permalink / raw)
  To: openembedded-devel

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>
---
 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



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-08-06 20:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-29 18:25 [meta-oe,scarthgap][PATCH] libftdi: Fix missing ftdi_eeprom Przemyslaw Zegan
2024-07-30 10:19 ` [oe] " Jose Quaresma
2024-07-30 11:02   ` Przemyslaw Zegan
2024-07-30 11:18     ` [oe] " Jose Quaresma
2024-07-30 12:15       ` Przemyslaw Zegan
2024-07-30 15:26         ` [oe] " Jose Quaresma
     [not found]         ` <17E70719B24635F2.20637@lists.openembedded.org>
2024-08-05 13:40           ` Jose Quaresma
2024-08-06 20:07             ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.