summaryrefslogtreecommitdiffstats
path: root/recipes-extended/secure-obj/secure-obj.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-12-15 09:45:52 -0300
committerGitHub <noreply@github.com>2022-12-15 09:45:52 -0300
commitda51a9af29d25411ff16c2b735c391bc335ba5c0 (patch)
treeb5938e6919662459a876018b03ecdd07b357eb89 /recipes-extended/secure-obj/secure-obj.inc
parent2d716a8e5d9b428d2a33d30751767eb198c19b2d (diff)
parenta66d86b448760d28cdee3544d9f9844e429c8ac3 (diff)
downloadmeta-freescale-da51a9af29d25411ff16c2b735c391bc335ba5c0.tar.gz
Merge pull request #1331 from Freescale/backport-1330-to-kirkstone
[Backport kirkstone] Switch NXP QorIQ repositories to github.com
Diffstat (limited to 'recipes-extended/secure-obj/secure-obj.inc')
-rw-r--r--recipes-extended/secure-obj/secure-obj.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/secure-obj/secure-obj.inc b/recipes-extended/secure-obj/secure-obj.inc
index 2d26a7e9..64e4a6b7 100644
--- a/recipes-extended/secure-obj/secure-obj.inc
+++ b/recipes-extended/secure-obj/secure-obj.inc
@@ -10,7 +10,7 @@ inherit python3native
10 10
11LDFLAGS += "${TOOLCHAIN_OPTIONS}" 11LDFLAGS += "${TOOLCHAIN_OPTIONS}"
12 12
13SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/secure_obj;nobranch=1" 13SRC_URI = "git://github.com/nxp-qoriq/secure_obj;protocol=https;nobranch=1"
14SRCREV = "5ff1231f74b4b01744be95a3137a14ad0a483e61" 14SRCREV = "5ff1231f74b4b01744be95a3137a14ad0a483e61"
15 15
16WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}" 16WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}"