浏览代码

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>
Kory Maincent 3 年之前
父节点
当前提交
19ff9afd65
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      meta-oe/recipes-support/libftdi/libftdi_1.4.bb

+ 1 - 1
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"