diff options
Diffstat (limited to 'recipes-security/optee')
-rw-r--r-- | recipes-security/optee/optee-client-qoriq.bb | 2 | ||||
-rw-r--r-- | recipes-security/optee/optee-os-qoriq_git.bb | 2 | ||||
-rw-r--r-- | recipes-security/optee/optee-test-qoriq_git.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-security/optee/optee-client-qoriq.bb b/recipes-security/optee/optee-client-qoriq.bb index a50427036..a8fa555bc 100644 --- a/recipes-security/optee/optee-client-qoriq.bb +++ b/recipes-security/optee/optee-client-qoriq.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b" | |||
6 | 6 | ||
7 | inherit pythonnative systemd | 7 | inherit pythonnative systemd |
8 | 8 | ||
9 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_client;nobranch=1 \ | 9 | SRC_URI = "git://github.com/nxp-qoriq/optee_client;protocol=https;nobranch=1 \ |
10 | file://0001-Respect-LDFLAGS-set-from-OE-build.patch \ | 10 | file://0001-Respect-LDFLAGS-set-from-OE-build.patch \ |
11 | file://0001-GCC-8-format-truncation-error.patch \ | 11 | file://0001-GCC-8-format-truncation-error.patch \ |
12 | " | 12 | " |
diff --git a/recipes-security/optee/optee-os-qoriq_git.bb b/recipes-security/optee/optee-os-qoriq_git.bb index 1845d13d9..5e575f7b5 100644 --- a/recipes-security/optee/optee-os-qoriq_git.bb +++ b/recipes-security/optee/optee-os-qoriq_git.bb | |||
@@ -9,7 +9,7 @@ DEPENDS = "python-pycrypto-native" | |||
9 | inherit deploy pythonnative | 9 | inherit deploy pythonnative |
10 | 10 | ||
11 | SRCREV = "fe3b3da0ff1c108c848a7baafcb2788c506991ac" | 11 | SRCREV = "fe3b3da0ff1c108c848a7baafcb2788c506991ac" |
12 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_os;nobranch=1 \ | 12 | SRC_URI = "git://github.com/nxp-qoriq/optee_os;protocol=https;nobranch=1 \ |
13 | file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \ | 13 | file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \ |
14 | " | 14 | " |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
diff --git a/recipes-security/optee/optee-test-qoriq_git.bb b/recipes-security/optee/optee-test-qoriq_git.bb index b01339b62..fb8893044 100644 --- a/recipes-security/optee/optee-test-qoriq_git.bb +++ b/recipes-security/optee/optee-test-qoriq_git.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "optee-client-qoriq optee-os-qoriq python-pycrypto-native" | |||
8 | 8 | ||
9 | inherit pythonnative | 9 | inherit pythonnative |
10 | 10 | ||
11 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_test;nobranch=1 \ | 11 | SRC_URI = "git://github.com/nxp-qoriq/optee_test;protocol=https;nobranch=1 \ |
12 | file://0001-fix-build-failure-with-GCC-8.patch \ | 12 | file://0001-fix-build-failure-with-GCC-8.patch \ |
13 | " | 13 | " |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |