diff options
author | Ting Liu <ting.liu@nxp.com> | 2020-04-18 22:55:34 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-20 16:17:28 -0300 |
commit | 7360e465f625ef4d1e178818dd29cf0907ccb8bb (patch) | |
tree | 25908dc3c398c14ef76929685b95571f2bb531f9 /recipes-security/optee/optee-os-qoriq_git.bb | |
parent | 5585fe750fb7abee285ead429567b715f4806b1e (diff) | |
download | meta-freescale-7360e465f625ef4d1e178818dd29cf0907ccb8bb.tar.gz |
optee-os-qoriq: add patch to use python3
python2 is EOL January 2020. This fixes build failure due to python2.
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-security/optee/optee-os-qoriq_git.bb')
-rw-r--r-- | recipes-security/optee/optee-os-qoriq_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-security/optee/optee-os-qoriq_git.bb b/recipes-security/optee/optee-os-qoriq_git.bb index 258af272..6ffe8298 100644 --- a/recipes-security/optee/optee-os-qoriq_git.bb +++ b/recipes-security/optee/optee-os-qoriq_git.bb | |||
@@ -12,6 +12,7 @@ SRCREV = "4e8d2e5307b99a91a0cac3ea3560ecb7d62898d6" | |||
12 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_os;nobranch=1 \ | 12 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_os;nobranch=1 \ |
13 | file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \ | 13 | file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \ |
14 | file://0001-Fix-alignment-of-data-for-mempool_alloc_pool.patch \ | 14 | file://0001-Fix-alignment-of-data-for-mempool_alloc_pool.patch \ |
15 | file://0001-use-python3-instead-of-python.patch \ | ||
15 | " | 16 | " |
16 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
17 | 18 | ||