From 6ce9ff4023d119dc00950d9ef8c64d92f3d565e9 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 25 Jan 2024 19:24:07 +0000 Subject: u-boot-qoriq: add 'python3-setuptools-native' to depends Building this recipe on an Unbuntu 20.04 host results in the following error: Traceback (most recent call last): File "u-boot-qoriq/2021.04+fslgit-r0/git/tools/binman/binman", line 39, in from binman import control File "u-boot-qoriq/2021.04+fslgit-r0/git/tools/binman/../binman/control.py", line 11, in import pkg_resources ModuleNotFoundError: No module named 'pkg_resources' With the added dependency the build completes. Signed-off-by: Michael Jeanson --- recipes-bsp/u-boot/u-boot-qoriq_2021.04.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2021.04.bb b/recipes-bsp/u-boot/u-boot-qoriq_2021.04.bb index 6c1742106..c46eae331 100644 --- a/recipes-bsp/u-boot/u-boot-qoriq_2021.04.bb +++ b/recipes-bsp/u-boot/u-boot-qoriq_2021.04.bb @@ -23,7 +23,7 @@ PV:append = "+fslgit" LOCALVERSION = "+fsl" INHIBIT_DEFAULT_DEPS = "1" -DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc bison-native bc-native swig-native python3-native" +DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc bison-native bc-native swig-native python3-native python3-setuptools-native" DEPENDS:append:qoriq-arm64 = " dtc-native" DEPENDS:append:qoriq-arm = " dtc-native" DEPENDS:append:qoriq-ppc = " boot-format-native" -- cgit v1.2.3-54-g00ecf