mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
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>
This commit is contained in:
@@ -11,7 +11,7 @@ BRANCH ?= "master"
|
|||||||
SRCREV = "05710ec5032be4c8edafb4109d4d908d31243906"
|
SRCREV = "05710ec5032be4c8edafb4109d4d908d31243906"
|
||||||
|
|
||||||
SRC_URI = " \
|
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 \
|
file://0001-fix-build-with-gcc-15-Wincompatible-pointer-types-er.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user