From beab6c69aa785dff767afb217da08ca3c8c69204 Mon Sep 17 00:00:00 2001 From: "C.R. Guo" Date: Wed, 7 Mar 2018 16:45:47 +0800 Subject: [PATCH] optee-test: Rename optee-test -> optee-test-qoriq Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- .../optee/{optee-test_git.bb => optee-test-qoriq_git.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-security/optee/{optee-test_git.bb => optee-test-qoriq_git.bb} (89%) diff --git a/recipes-security/optee/optee-test_git.bb b/recipes-security/optee/optee-test-qoriq_git.bb similarity index 89% rename from recipes-security/optee/optee-test_git.bb rename to 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" LICENSE = "BSD & GPLv2" LIC_FILES_CHKSUM = "file://${S}/LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa" -DEPENDS = "optee-client optee-os python-pycrypto-native" +DEPENDS = "optee-client-qoriq optee-os-qoriq python-pycrypto-native" inherit pythonnative -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_test;nobranch=1 \ +SRC_URI = "git://github.com/qoriq-open-source/optee_test.git;nobranch=1 \ " S = "${WORKDIR}/git" -- 2.40.1