diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-18 13:18:26 +0200 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-18 13:49:56 +0200 |
| commit | eb322a5d6958df40a0246039abff4cba883f7d0e (patch) | |
| tree | d4346d84f4b1cfd9c1c34171d23e472d12e36538 | |
| parent | cdaef4097da6def0a35cb8299872c802a909d859 (diff) | |
| download | meta-openembedded-eb322a5d6958df40a0246039abff4cba883f7d0e.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>
| -rw-r--r-- | meta-oe/recipes-test/pm-qa/pm-qa_git.bb | 2 |
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 fc21e6192e..7266e9ae32 100644 --- a/meta-oe/recipes-test/pm-qa/pm-qa_git.bb +++ b/meta-oe/recipes-test/pm-qa/pm-qa_git.bb | |||
| @@ -10,7 +10,7 @@ BRANCH ?= "master" | |||
| 10 | 10 | ||
| 11 | SRCREV = "05710ec5032be4c8edafb4109d4d908d31243906" | 11 | SRCREV = "05710ec5032be4c8edafb4109d4d908d31243906" |
| 12 | 12 | ||
| 13 | SRC_URI = "git://git.linaro.org/power/pm-qa.git;protocol=git;branch=${BRANCH}" | 13 | SRC_URI = "git://git.linaro.org/power/pm-qa.git;protocol=https;branch=${BRANCH}" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
