summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-09-18 12:39:35 +0200
committerKhem Raj <raj.khem@gmail.com>2025-09-19 12:21:59 -0700
commit2478dd3d5684d00c762428578e9774bea7c647c6 (patch)
treeb6917b3c648693afd451afd690c419f7b30011c6
parent6cee89c49e72f16f04d724082cdece4a3ea2953c (diff)
downloadmeta-openembedded-2478dd3d5684d00c762428578e9774bea7c647c6.tar.gz
pm-qa: update git fetch protocol
Apparently the git repo in the SRC_URI stopped supporting git protocol. Switch to https to be able to fetch the source successfully. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-test/pm-qa/pm-qa_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-test/pm-qa/pm-qa_git.bb b/meta-oe/recipes-test/pm-qa/pm-qa_git.bb
index d7e9618985..1574bf0ce9 100644
--- a/meta-oe/recipes-test/pm-qa/pm-qa_git.bb
+++ b/meta-oe/recipes-test/pm-qa/pm-qa_git.bb
@@ -11,7 +11,7 @@ BRANCH ?= "master"
11SRCREV = "05710ec5032be4c8edafb4109d4d908d31243906" 11SRCREV = "05710ec5032be4c8edafb4109d4d908d31243906"
12 12
13SRC_URI = " \ 13SRC_URI = " \
14 git://git.linaro.org/power/pm-qa.git;protocol=git;branch=${BRANCH} \ 14 git://git.linaro.org/power/pm-qa.git;protocol=https;branch=${BRANCH} \
15 file://0001-fix-build-with-gcc-15-Wincompatible-pointer-types-er.patch \ 15 file://0001-fix-build-with-gcc-15-Wincompatible-pointer-types-er.patch \
16" 16"
17 17