diff options
| author | Trevor Woerner <twoerner@gmail.com> | 2022-08-25 12:21:27 -0400 |
|---|---|---|
| committer | Trevor Woerner <twoerner@gmail.com> | 2022-08-25 12:40:41 -0400 |
| commit | 35e0c779e158bb4b7a5690b1915c4f94192b7f8f (patch) | |
| tree | 022ff577df260fc502d2347c6b0275dc5ff585a4 | |
| parent | d984fbeb31f473a86f6d5670e5aa31bdda82b7e7 (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.07.bb | 2 |
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 2660df9e0..a7dfd8aa2 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 | |||
| 3 | DESCRIPTION = "U-boot bootloader mxsboot tool" | 3 | DESCRIPTION = "U-boot bootloader mxsboot tool" |
| 4 | SECTION = "bootloader" | 4 | SECTION = "bootloader" |
| 5 | 5 | ||
| 6 | DEPENDS = "bison-native gnutls-native dtc openssl" | 6 | DEPENDS = "swig-native bison-native gnutls-native dtc openssl" |
| 7 | 7 | ||
| 8 | PROVIDES = "u-boot-mxsboot" | 8 | PROVIDES = "u-boot-mxsboot" |
| 9 | 9 | ||
