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-user-app-template_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-rcar-gen3/recipes-bsp/optee/optee-user-app-template_git.bb') diff --git a/meta-rcar-gen3/recipes-bsp/optee/optee-user-app-template_git.bb b/meta-rcar-gen3/recipes-bsp/optee/optee-user-app-template_git.bb index 8d45a3c..d66060b 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-user-app-template_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-user-app-template_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=cd95ab417e23b94f381dafc453d70c30" PACKAGE_ARCH = "${MACHINE_ARCH}" -inherit pythonnative +inherit python3native PV = "0.1+git${SRCPV}" -- cgit 1.2.3-korg