summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2024-01-25 17:09:46 -0300
committerGitHub <noreply@github.com>2024-01-25 17:09:46 -0300
commit78862da60e5d90435c4f6793fa7090b786b8585e (patch)
tree5f27133ba81d9e147202b1381d01c83f06e86aa8
parentc78d11c3f809bf7ef12c08e5e121000ac37fe166 (diff)
parent6ce9ff4023d119dc00950d9ef8c64d92f3d565e9 (diff)
downloadmeta-freescale-78862da60e5d90435c4f6793fa7090b786b8585e.tar.gz
Merge pull request #1741 from mjeanson/u-boot-qoriq-setuptools
u-boot-qoriq: add 'python3-setuptools-native' to depends
-rw-r--r--recipes-bsp/u-boot/u-boot-qoriq_2021.04.bb2
1 files changed, 1 insertions, 1 deletions
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 6c174210..c46eae33 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"
23LOCALVERSION = "+fsl" 23LOCALVERSION = "+fsl"
24 24
25INHIBIT_DEFAULT_DEPS = "1" 25INHIBIT_DEFAULT_DEPS = "1"
26DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc bison-native bc-native swig-native python3-native" 26DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc bison-native bc-native swig-native python3-native python3-setuptools-native"
27DEPENDS:append:qoriq-arm64 = " dtc-native" 27DEPENDS:append:qoriq-arm64 = " dtc-native"
28DEPENDS:append:qoriq-arm = " dtc-native" 28DEPENDS:append:qoriq-arm = " dtc-native"
29DEPENDS:append:qoriq-ppc = " boot-format-native" 29DEPENDS:append:qoriq-ppc = " boot-format-native"