summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2022-08-25 12:21:27 -0400
committerTrevor Woerner <twoerner@gmail.com>2022-08-25 12:40:41 -0400
commit35e0c779e158bb4b7a5690b1915c4f94192b7f8f (patch)
tree022ff577df260fc502d2347c6b0275dc5ff585a4 /recipes-bsp
parentd984fbeb31f473a86f6d5670e5aa31bdda82b7e7 (diff)
downloadmeta-freescale-35e0c779e158bb4b7a5690b1915c4f94192b7f8f.tar.gz
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 <twoerner@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.07.bb2
1 files changed, 1 insertions, 1 deletions
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
3DESCRIPTION = "U-boot bootloader mxsboot tool" 3DESCRIPTION = "U-boot bootloader mxsboot tool"
4SECTION = "bootloader" 4SECTION = "bootloader"
5 5
6DEPENDS = "bison-native gnutls-native dtc openssl" 6DEPENDS = "swig-native bison-native gnutls-native dtc openssl"
7 7
8PROVIDES = "u-boot-mxsboot" 8PROVIDES = "u-boot-mxsboot"
9 9