summaryrefslogtreecommitdiffstats
path: root/recipes-security/optee
diff options
context:
space:
mode:
authorC.R. Guo <chunrong.guo@nxp.com>2018-03-07 16:45:47 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-03-15 09:50:54 -0300
commitbeab6c69aa785dff767afb217da08ca3c8c69204 (patch)
tree6f49527cbf3e32be64e96d0ada2486dd4acf98c5 /recipes-security/optee
parentb2bd8c7dde85b3da7035afa63ddebf7f73564b8e (diff)
downloadmeta-freescale-beab6c69aa785dff767afb217da08ca3c8c69204.tar.gz
optee-test: Rename optee-test -> optee-test-qoriq
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-security/optee')
-rw-r--r--recipes-security/optee/optee-test-qoriq_git.bb (renamed from recipes-security/optee/optee-test_git.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/optee/optee-test_git.bb b/recipes-security/optee/optee-test-qoriq_git.bb
index 8aee3d2f..e7a8921a 100644
--- a/recipes-security/optee/optee-test_git.bb
+++ b/recipes-security/optee/optee-test-qoriq_git.bb
@@ -4,11 +4,11 @@ HOMEPAGE = "https://github.com/qoriq-open-source/optee_test"
4LICENSE = "BSD & GPLv2" 4LICENSE = "BSD & GPLv2"
5LIC_FILES_CHKSUM = "file://${S}/LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa" 5LIC_FILES_CHKSUM = "file://${S}/LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa"
6 6
7DEPENDS = "optee-client optee-os python-pycrypto-native" 7DEPENDS = "optee-client-qoriq optee-os-qoriq python-pycrypto-native"
8 8
9inherit pythonnative 9inherit pythonnative
10 10
11SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_test;nobranch=1 \ 11SRC_URI = "git://github.com/qoriq-open-source/optee_test.git;nobranch=1 \
12 " 12 "
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14