Просмотр исходного кода

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 лет назад
Родитель
Сommit
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"