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: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Gyorgy Sarvari 2025-09-23 21:46:22 +02:00 committed by Anuj Mittal
parent a8484babb6
commit 693a7500ba
No known key found for this signature in database
GPG Key ID: B749E1556041E1B2

View File

@ -10,7 +10,7 @@ BRANCH ?= "master"
SRCREV = "05710ec5032be4c8edafb4109d4d908d31243906"
SRC_URI = "git://git.linaro.org/power/pm-qa.git;protocol=git;branch=${BRANCH}"
SRC_URI = "git://git.linaro.org/power/pm-qa.git;protocol=https;branch=${BRANCH}"
S = "${WORKDIR}/git"