diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2020-02-11 16:28:42 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-02-11 10:49:39 -0300 |
commit | 9ab95b097917864fd9a60d9d32a185d9c3f4e3f5 (patch) | |
tree | 6b64e3f67d8ec0150e372e958d56529d5bd12d10 | |
parent | 33410da17f40dd949d29d1daa20c2c89b6741ce5 (diff) | |
download | meta-freescale-9ab95b097917864fd9a60d9d32a185d9c3f4e3f5.tar.gz |
u-boot-qoriq: update recipes to use python3
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-qoriq_2019.04.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2019.04.bb b/recipes-bsp/u-boot/u-boot-qoriq_2019.04.bb index f48dc81f..6f4f0d05 100644 --- a/recipes-bsp/u-boot/u-boot-qoriq_2019.04.bb +++ b/recipes-bsp/u-boot/u-boot-qoriq_2019.04.bb | |||
@@ -5,7 +5,7 @@ DESCRIPTION = "U-Boot provided by Freescale with focus on QorIQ boards" | |||
5 | PROVIDES += "u-boot" | 5 | PROVIDES += "u-boot" |
6 | 6 | ||
7 | INHIBIT_DEFAULT_DEPS = "1" | 7 | INHIBIT_DEFAULT_DEPS = "1" |
8 | DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc bison-native bc-native swig-native python-native" | 8 | DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc bison-native bc-native swig-native python3-native" |
9 | DEPENDS_append_qoriq-arm64 = " change-file-endianess-native dtc-native tcl-native" | 9 | DEPENDS_append_qoriq-arm64 = " change-file-endianess-native dtc-native tcl-native" |
10 | DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native" | 10 | DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native" |
11 | DEPENDS_append_qoriq-ppc = " boot-format-native" | 11 | DEPENDS_append_qoriq-ppc = " boot-format-native" |