diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-04 17:06:05 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-05-18 04:29:33 -1000 |
| commit | 10f4547dff89dd89b9dfe7d798431d10c4da00bd (patch) | |
| tree | 35133515c32e7963eeec56c183009a3bedc2b5b4 /meta/recipes-sato/matchbox-terminal | |
| parent | 465036fa0cff44c794527e0d99449e8d7c252944 (diff) | |
| download | poky-10f4547dff89dd89b9dfe7d798431d10c4da00bd.tar.gz | |
recipes: Default to https git protocol where possible
The recommendation from server maintainers is that the https protocol
is both faster and more reliable than the dedicated git protocol at this point.
Switch to it where possible.
(From OE-Core rev: 8f3669f81db8a58f8ed2faef76acab3499f59619)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 139102a73d4151f4748b4a861bd4ab28dda7dab7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-sato/matchbox-terminal')
| -rw-r--r-- | meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb index c45c2d170e..a1f236b40f 100644 --- a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb +++ b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS = "gtk+3 vte" | |||
| 10 | SECTION = "x11/utils" | 10 | SECTION = "x11/utils" |
| 11 | 11 | ||
| 12 | SRCREV = "99e6eb7db1b5fef110973d96194eec992a2515a2" | 12 | SRCREV = "99e6eb7db1b5fef110973d96194eec992a2515a2" |
| 13 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master" | 13 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master;protocol=https" |
| 14 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | 14 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" |
| 15 | PV = "0.2+git${SRCPV}" | 15 | PV = "0.2+git${SRCPV}" |
| 16 | 16 | ||
