From 9ab95b097917864fd9a60d9d32a185d9c3f4e3f5 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Tue, 11 Feb 2020 16:28:42 +0800 Subject: u-boot-qoriq: update recipes to use python3 Signed-off-by: Chunrong Guo --- recipes-bsp/u-boot/u-boot-qoriq_2019.04.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" PROVIDES += "u-boot" INHIBIT_DEFAULT_DEPS = "1" -DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc bison-native bc-native swig-native python-native" +DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc bison-native bc-native swig-native python3-native" DEPENDS_append_qoriq-arm64 = " change-file-endianess-native dtc-native tcl-native" DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native" DEPENDS_append_qoriq-ppc = " boot-format-native" -- cgit v1.2.3-54-g00ecf