mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 23:35:34 +00:00
libftdi: add swig-native to dependencies
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 <kory.maincent@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
f646497ebe
commit
19ff9afd65
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user