summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2022-08-25 12:21:27 -0400
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-08-29 16:41:02 +0000
commit722b5692aee400ac46a63892a892d4287808a024 (patch)
treefe4a6fb53135961a2bceacd46133704377f0ed10
parentdd98526300937450d741c9b3403799632f417226 (diff)
downloadmeta-freescale-722b5692aee400ac46a63892a892d4287808a024.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> (cherry picked from commit 35e0c779e158bb4b7a5690b1915c4f94192b7f8f)
-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