diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-12-15 07:53:33 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-15 07:53:33 -0300 |
commit | 86f94d29da9f13dcde14e2a85f56435de420a867 (patch) | |
tree | 9341b369d25545e2069cfd0afab4580b73b2ca1c /recipes-extended/secure-obj/secure-obj.inc | |
parent | cb6c55d9c13228a0a9deef59d2f72b34ae117ba5 (diff) | |
parent | db67bdf59ca6e7c2da4a6fbadb53b5ae238219a6 (diff) | |
download | meta-freescale-86f94d29da9f13dcde14e2a85f56435de420a867.tar.gz |
Merge pull request #1330 from junzhuimx/master
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.inc | 2 |
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 | ||
11 | LDFLAGS += "${TOOLCHAIN_OPTIONS}" | 11 | LDFLAGS += "${TOOLCHAIN_OPTIONS}" |
12 | 12 | ||
13 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/secure_obj;nobranch=1" | 13 | SRC_URI = "git://github.com/nxp-qoriq/secure_obj;protocol=https;nobranch=1" |
14 | SRCREV = "5ff1231f74b4b01744be95a3137a14ad0a483e61" | 14 | SRCREV = "5ff1231f74b4b01744be95a3137a14ad0a483e61" |
15 | 15 | ||
16 | WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}" | 16 | WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}" |