From 722b5692aee400ac46a63892a892d4287808a024 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Thu, 25 Aug 2022 12:21:27 -0400 Subject: u-boot-fslc-mxsboot: use OE-provided swig My build host's (openSUSE 15.3) swig is 3.x-based (3.0.12) and causes the compile step of u-boot-fslc-mxsboot to fail: | error: command 'swig' failed with exit status 1 Use the swig provided with openembedded-core (currently 4.0.2) instead so the build succeeds. This affects: imx233-olinuxino-* imx23evk imx28evk Signed-off-by: Trevor Woerner (cherry picked from commit 35e0c779e158bb4b7a5690b1915c4f94192b7f8f) --- recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.07.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.07.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.07.bb index 2660df9e..a7dfd8aa 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.07.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.07.bb @@ -3,7 +3,7 @@ require u-boot-fslc-common_${PV}.inc DESCRIPTION = "U-boot bootloader mxsboot tool" SECTION = "bootloader" -DEPENDS = "bison-native gnutls-native dtc openssl" +DEPENDS = "swig-native bison-native gnutls-native dtc openssl" PROVIDES = "u-boot-mxsboot" -- cgit v1.2.3-54-g00ecf