From 8999dcbafa3d1cb5349e95caf33485e8d7baf57a Mon Sep 17 00:00:00 2001 From: Khang Nguyen Date: Mon, 4 May 2020 18:07:55 +0900 Subject: rcar-gen3: Switch to python3 This updates recipes to use Python3 instead of Python2 which is deprecated in Yocto. Signed-off-by: Khang Nguyen Signed-off-by: Takamitsu Honda Change-Id: Id2594e5bb0e0003b22af8d183bef340587a9c1aa --- meta-rcar-gen3/recipes-bsp/u-boot/u-boot.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-rcar-gen3/recipes-bsp/u-boot') diff --git a/meta-rcar-gen3/recipes-bsp/u-boot/u-boot.inc b/meta-rcar-gen3/recipes-bsp/u-boot/u-boot.inc index 48fbc57..f009d18 100644 --- a/meta-rcar-gen3/recipes-bsp/u-boot/u-boot.inc +++ b/meta-rcar-gen3/recipes-bsp/u-boot/u-boot.inc @@ -7,7 +7,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" inherit uboot-config uboot-extlinux-config uboot-sign deploy -DEPENDS += "swig-native python-native" +DEPENDS += "swig-native python3-native" EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}" V=1' EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}"' -- cgit 1.2.3-korg