All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/3] libftdi: Add ftdi-eeprom support
@ 2022-09-29 16:14 Daniel Gomez
  2022-09-29 16:14 ` [meta-oe][PATCH 2/3] v4l-utils: Update 1.22.1 -> 1.23.0+fd544473 Daniel Gomez
       [not found] ` <171960E83FC6B876.29337@lists.openembedded.org>
  0 siblings, 2 replies; 15+ messages in thread
From: Daniel Gomez @ 2022-09-29 16:14 UTC (permalink / raw)
  To: openembedded-devel; +Cc: dagmcr, Daniel Gomez

Add ftdi-eeprom support. Note: Prepend ftdi-eeprom PACKAGE to avoid
ftdi_eeprom to be installed in the default PN package.

Signed-off-by: Daniel Gomez <daniel@qtec.com>
---
 meta-oe/recipes-support/libftdi/libftdi_1.5.bb | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/libftdi/libftdi_1.5.bb b/meta-oe/recipes-support/libftdi/libftdi_1.5.bb
index b03a0c7f4..bc5897413 100644
--- a/meta-oe/recipes-support/libftdi/libftdi_1.5.bb
+++ b/meta-oe/recipes-support/libftdi/libftdi_1.5.bb
@@ -20,14 +20,16 @@ inherit cmake binconfig pkgconfig python3native
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[cpp-wrapper] = "-DFTDI_BUILD_CPP=on -DFTDIPP=on,-DFTDI_BUILD_CPP=off -DFTDIPP=off,boost"
+PACKAGECONFIG[ftdi-eeprom] = "-DFTDI_EEPROM=on,-DFTDI_EEPROM=off,libconfuse"
 
-EXTRA_OECMAKE = "-DSTATICLIBS=off -DEXAMPLES=off -DFTDI_EEPROM=off \
+EXTRA_OECMAKE = "-DSTATICLIBS=off -DEXAMPLES=off \
                  -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \
                  -DPYTHON_LIBRARY=${STAGING_LIBDIR}/lib${PYTHON_DIR}${PYTHON_ABI}.so \
                  -DPYTHON_INCLUDE_DIR=${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI}"
 
 BBCLASSEXTEND = "native nativesdk"
 
-PACKAGES += "${PN}-python"
+PACKAGES =+ "${PN}-python ftdi-eeprom"
 
+FILES:ftdi-eeprom = "${bindir}/ftdi_eeprom"
 FILES:${PN}-python = "${libdir}/${PYTHON_DIR}/site-packages/"
-- 
2.35.1



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

end of thread, other threads:[~2022-10-01 18:30 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-29 16:14 [meta-oe][PATCH 1/3] libftdi: Add ftdi-eeprom support Daniel Gomez
2022-09-29 16:14 ` [meta-oe][PATCH 2/3] v4l-utils: Update 1.22.1 -> 1.23.0+fd544473 Daniel Gomez
2022-09-29 21:24   ` Daniel Gomez
2022-09-29 23:14     ` [oe] " Khem Raj
2022-09-30  6:42       ` [meta-oe][PATCH] " Daniel Gomez
2022-09-30  6:55         ` Daniel Gomez
2022-09-30 17:07           ` [oe] " Khem Raj
2022-09-30 18:32             ` Daniel Gomez
2022-09-30 18:57               ` [meta-oe][PATCH v3] " Daniel Gomez
2022-09-30 22:10                 ` [oe] " Khem Raj
2022-10-01  6:13                   ` [meta-oe][PATCH v4] " Daniel Gomez
2022-10-01 16:43                     ` [oe] " Khem Raj
2022-10-01 17:42                       ` Daniel Gomez
2022-10-01 18:29                         ` Khem Raj
     [not found] ` <171960E83FC6B876.29337@lists.openembedded.org>
2022-09-29 16:19   ` [oe] [meta-oe][PATCH 3/3] xf86-video-ati: Update 19.1.0 -> 19.1.0+7a6a34af Daniel Gomez

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.