From 6aa285dc90bca57414d1b616e66ed91d4d97c8db Mon Sep 17 00:00:00 2001 From: "Rodrigo M. Duarte" Date: Wed, 1 Feb 2023 17:30:33 -0300 Subject: 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 --- recipes-bsp/u-boot/u-boot-fslc-mxsboot_2023.01.bb | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'recipes-bsp/u-boot') 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 DESCRIPTION = "U-boot bootloader mxsboot tool" SECTION = "bootloader" -DEPENDS = "swig-native bison-native gnutls-native dtc openssl" +inherit python3native + +DEPENDS += " \ + bison-native \ + dtc \ + gnutls \ + openssl \ + python3-setuptools-native \ + swig-native \ + util-linux-libuuid \ +" PROVIDES = "u-boot-mxsboot" -- cgit v1.2.3-54-g00ecf