diff options
author | 2020-04-16 09:15:19 +0200 | |
---|---|---|
committer | 2020-05-19 21:39:05 +0000 | |
commit | 0ba07a07e5847381c776fc07688707f1feff5a56 (patch) | |
tree | dd6c35c8525f165a94a0ea2daed452d2186ba0bc /meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb | |
parent | 88d94ef02988376c22bf493e40ba339b2572236e (diff) |
[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 <ronan.lemartret@iot.bzh>
Change-Id: I72b408d9fc122bbdd3e38d94ef8bdd1662495fd5
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb')
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 6725ebb..09deeb6 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb @@ -1,3 +1,4 @@ + DESCRIPTION = "OP-TEE OS" LICENSE = "BSD-2-Clause & BSD-3-Clause" |