Message ID | 20250918112347.1331393-3-skandigraun@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-oe,kirkstone,01/10] fb-test: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN status | expand |
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 5cb51cb9eb..c638356369 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" SRCREV = "05710ec5032be4c8edafb4109d4d908d31243906" SRC_URI = " \ - git://git.linaro.org/power/pm-qa.git;protocol=git;branch=${BRANCH} \ + git://git.linaro.org/power/pm-qa.git;protocol=https;branch=${BRANCH} \ file://0001-fix-build-with-gcc-15-Wincompatible-pointer-types-er.patch \ "
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> --- meta-oe/recipes-test/pm-qa/pm-qa_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)