diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-12-15 23:40:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-17 09:56:14 +0000 |
commit | 53d17b5fb148f1f36fd9c34736c13b8de390aef9 (patch) | |
tree | 6f20ad566fac6246a93b23259ddf69967f08dd14 | |
parent | c3183a69c4d03884c7544534191d202bd2488c10 (diff) | |
download | poky-53d17b5fb148f1f36fd9c34736c13b8de390aef9.tar.gz |
repo: update 2.18 -> 2.19
(From OE-Core rev: 1764fd43e8b9836f0163bb4dbcf087e93eb098fe)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/repo/repo_2.19.bb (renamed from meta/recipes-devtools/repo/repo_2.18.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/repo/repo_2.18.bb b/meta/recipes-devtools/repo/repo_2.19.bb index bf5e8d0429..730540cfa0 100644 --- a/meta/recipes-devtools/repo/repo_2.18.bb +++ b/meta/recipes-devtools/repo/repo_2.19.bb | |||
@@ -9,10 +9,10 @@ SECTION = "console/utils" | |||
9 | LICENSE = "Apache-2.0" | 9 | LICENSE = "Apache-2.0" |
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
11 | 11 | ||
12 | SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main" | 12 | SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \ |
13 | SRCREV = "4a478edb443864561089b2699c9e65c85fc5e036" | 13 | file://0001-python3-shebang.patch \ |
14 | 14 | " | |
15 | SRC_URI += "file://0001-python3-shebang.patch" | 15 | SRCREV = "2a089cfee4a3eb0c28cfb441861fc1fcb05797d3" |
16 | 16 | ||
17 | MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git" | 17 | MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git" |
18 | 18 | ||