summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2023-02-01 17:30:33 -0300
committerRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2023-02-01 17:47:29 -0300
commit6aa285dc90bca57414d1b616e66ed91d4d97c8db (patch)
tree639944ae03d956def6ae06d4bfdf628ba2cec03e /recipes-bsp/u-boot
parent718b239ae3babc2b336463a35129587d0f72880f (diff)
downloadmeta-freescale-6aa285dc90bca57414d1b616e66ed91d4d97c8db.tar.gz
u-boot-fslc-mxsboot: Fix the recipe to use setuptools
After revision 6b08fb5cc44f8d32260a17a4f04c5bfa8dd5f18f of the u-boot-fslc, the u-boot-mxsboot is now use setuptools. Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-mxsboot_2023.01.bb12
1 files changed, 11 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2023.01.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2023.01.bb
index f86316de..b7e4ca76 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2023.01.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2023.01.bb
@@ -3,7 +3,17 @@ 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 = "swig-native bison-native gnutls-native dtc openssl" 6inherit python3native
7
8DEPENDS += " \
9 bison-native \
10 dtc \
11 gnutls \
12 openssl \
13 python3-setuptools-native \
14 swig-native \
15 util-linux-libuuid \
16"
7 17
8PROVIDES = "u-boot-mxsboot" 18PROVIDES = "u-boot-mxsboot"
9 19