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/optee/optee-os_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb') diff --git a/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb b/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb index 553174b..90fc18f 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = " \ PACKAGE_ARCH = "${MACHINE_ARCH}" -inherit deploy pythonnative +inherit deploy python3native PV = "3.1.0+renesas+git${SRCPV}" @@ -24,12 +24,13 @@ SRC_URI = " \ SRC_URI_append = " \ file://0001-core-define-syscall_t-as-void-void.patch \ + file://0001-scripts-update-scripts-to-use-python3.patch \ " COMPATIBLE_MACHINE = "(salvator-x|h3ulcb|m3ulcb|m3nulcb|ebisu)" PLATFORM = "rcar" -DEPENDS = "python-pycrypto-native" +DEPENDS = "python3-pycrypto-native" export CROSS_COMPILE64="${TARGET_PREFIX}" -- cgit 1.2.3-korg