From 0ba07a07e5847381c776fc07688707f1feff5a56 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Thu, 16 Apr 2020 09:15:19 +0200 Subject: [Community] Use python3native bbclass - Use python3native instead of pythonnative. Now pythonnative is deprecated in Yocto. Bug-AGL: SPEC-3328 Signed-off-by: Ronan Le Martret Change-Id: I72b408d9fc122bbdd3e38d94ef8bdd1662495fd5 Signed-off-by: Ronan Le Martret --- meta-rcar-gen3/recipes-bsp/optee/optee-test_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-rcar-gen3/recipes-bsp/optee/optee-test_git.bb') diff --git a/meta-rcar-gen3/recipes-bsp/optee/optee-test_git.bb b/meta-rcar-gen3/recipes-bsp/optee/optee-test_git.bb index ea58e24..80a22b8 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-test_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-test_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${S}/host/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a426 PACKAGE_ARCH = "${MACHINE_ARCH}" -inherit pythonnative +inherit python3native PV = "3.1.0+git${SRCPV}" @@ -19,7 +19,7 @@ SRC_URI = " \ COMPATIBLE_MACHINE = "(salvator-x|h3ulcb|m3ulcb|m3nulcb|ebisu)" PLATFORM = "rcar" -DEPENDS = "optee-os optee-client python-pycrypto-native" +DEPENDS = "optee-os optee-client python3-pycrypto-native" export CROSS_COMPILE64="${TARGET_PREFIX}" -- cgit 1.2.3-korg