The build of libftdi-native return
Error: Unable to find 'swig.swg'
Error: Unable to find 'python.swg'
Add swig-native in the dependencies to fix it.

Signed-off-by: Kory Maincent <[email protected]>
---
 meta-oe/recipes-support/libftdi/libftdi_1.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/libftdi/libftdi_1.4.bb 
b/meta-oe/recipes-support/libftdi/libftdi_1.4.bb
index c33c79111..8479b274e 100644
--- a/meta-oe/recipes-support/libftdi/libftdi_1.4.bb
+++ b/meta-oe/recipes-support/libftdi/libftdi_1.4.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM= "\
     file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
 "
 
-DEPENDS = "libusb1 python3"
+DEPENDS = "libusb1 python3 swig-native"
 
 SRC_URI = 
"http://www.intra2net.com/en/developer/${BPN}/download/${BPN}1-${PV}.tar.bz2";
 SRC_URI[md5sum] = "0c09fb2bb19a57c839fa6845c6c780a2"
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#87919): 
https://lists.openembedded.org/g/openembedded-devel/message/87919
Mute This Topic: https://lists.openembedded.org/mt/78227656/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to