diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-04 17:06:05 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-05 11:07:25 +0100 |
| commit | 1285f78ce861a92dbb99f476b49499574259e615 (patch) | |
| tree | 7158a1c6d29be4ef9a6bba68a5d4f098aa947f3c /meta/recipes-sato | |
| parent | 3a89e9a056a946c03083d3cb8e5870ed67b1b99c (diff) | |
| download | poky-1285f78ce861a92dbb99f476b49499574259e615.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: 139102a73d4151f4748b4a861bd4ab28dda7dab7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
9 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb index d870ab211b..490bd582b2 100644 --- a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb +++ b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS = "gconf gtk+3" | |||
| 10 | RDEPENDS:${PN} = "settings-daemon" | 10 | RDEPENDS:${PN} = "settings-daemon" |
| 11 | 11 | ||
| 12 | SRCREV = "7182e603357250952aa24d90f6d89345f93da7ce" | 12 | SRCREV = "7182e603357250952aa24d90f6d89345f93da7ce" |
| 13 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master \ | 13 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master;protocol=https \ |
| 14 | file://no-handed.patch" | 14 | file://no-handed.patch" |
| 15 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | 15 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" |
| 16 | PV = "0.2+git${SRCPV}" | 16 | PV = "0.2+git${SRCPV}" |
diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb index 9d3a2eca33..3777f05b5a 100644 --- a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb +++ b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb | |||
| @@ -12,7 +12,7 @@ DEPENDS = "gtk+3 startup-notification dbus" | |||
| 12 | SECTION = "x11/wm" | 12 | SECTION = "x11/wm" |
| 13 | 13 | ||
| 14 | SRCREV = "0fd6a0c3f3b7bbf4f4b46190d71f7aef35d6bbfd" | 14 | SRCREV = "0fd6a0c3f3b7bbf4f4b46190d71f7aef35d6bbfd" |
| 15 | SRC_URI = "git://git.yoctoproject.org/${BPN}-2;branch=master \ | 15 | SRC_URI = "git://git.yoctoproject.org/${BPN}-2;branch=master;protocol=https \ |
| 16 | file://vfolders/ \ | 16 | file://vfolders/ \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb index b1724675ba..6b70948f16 100644 --- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb +++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb | |||
| @@ -13,7 +13,7 @@ DEPENDS = "libfakekey expat libxft" | |||
| 13 | 13 | ||
| 14 | #SRCREV for 0.1.1 | 14 | #SRCREV for 0.1.1 |
| 15 | SRCREV = "630d89068dc0a1e9199306d405cb32f892dfa4d3" | 15 | SRCREV = "630d89068dc0a1e9199306d405cb32f892dfa4d3" |
| 16 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=matchbox-keyboard-0-1 \ | 16 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=matchbox-keyboard-0-1;protocol=https \ |
| 17 | file://0001-desktop-file-Hide-the-keyboard-from-app-list.patch \ | 17 | file://0001-desktop-file-Hide-the-keyboard-from-app-list.patch \ |
| 18 | file://80matchboxkeyboard.sh" | 18 | file://80matchboxkeyboard.sh" |
| 19 | 19 | ||
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb index 29a1a36e12..b71d1e5cd9 100644 --- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb +++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb | |||
| @@ -22,7 +22,7 @@ RPROVIDES:${PN} = "matchbox-panel" | |||
| 22 | RREPLACES:${PN} = "matchbox-panel" | 22 | RREPLACES:${PN} = "matchbox-panel" |
| 23 | RCONFLICTS:${PN} = "matchbox-panel" | 23 | RCONFLICTS:${PN} = "matchbox-panel" |
| 24 | 24 | ||
| 25 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master \ | 25 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=https;branch=master \ |
| 26 | file://0001-applets-systray-Allow-icons-to-be-smaller.patch \ | 26 | file://0001-applets-systray-Allow-icons-to-be-smaller.patch \ |
| 27 | " | 27 | " |
| 28 | 28 | ||
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 | ||
diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb index bc4024736f..c60a11c3c0 100644 --- a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb +++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb | |||
| @@ -2,7 +2,7 @@ require matchbox-theme-sato.inc | |||
| 2 | 2 | ||
| 3 | # SRCREV tagged 0.2 | 3 | # SRCREV tagged 0.2 |
| 4 | SRCREV = "df085ba9cdaeaf2956890b0e29d7ea1779bf6c78" | 4 | SRCREV = "df085ba9cdaeaf2956890b0e29d7ea1779bf6c78" |
| 5 | SRC_URI = "git://git.yoctoproject.org/matchbox-sato;branch=master" | 5 | SRC_URI = "git://git.yoctoproject.org/matchbox-sato;branch=master;protocol=https" |
| 6 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | 6 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" |
| 7 | 7 | ||
| 8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index 87b6fac024..4b04588682 100644 --- a/meta/recipes-sato/puzzles/puzzles_git.bb +++ b/meta/recipes-sato/puzzles/puzzles_git.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=92d2b7a2fc96b5f7f17101df7db1fefa" | |||
| 7 | # gtk support includes a bunch of x11 headers | 7 | # gtk support includes a bunch of x11 headers |
| 8 | REQUIRED_DISTRO_FEATURES = "x11" | 8 | REQUIRED_DISTRO_FEATURES = "x11" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://git.tartarus.org/simon/puzzles.git;branch=main" | 10 | SRC_URI = "git://git.tartarus.org/simon/puzzles.git;branch=main;protocol=https" |
| 11 | 11 | ||
| 12 | UPSTREAM_CHECK_COMMITS = "1" | 12 | UPSTREAM_CHECK_COMMITS = "1" |
| 13 | SRCREV = "5a491c5ad333ef34c1e7713f920f51cbb205af60" | 13 | SRCREV = "5a491c5ad333ef34c1e7713f920f51cbb205af60" |
diff --git a/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb b/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb index eea7025c8d..de4ab82484 100644 --- a/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb +++ b/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb | |||
| @@ -11,7 +11,7 @@ DEPENDS = "matchbox-panel-2 gtk+3" | |||
| 11 | 11 | ||
| 12 | # SRCREV tagged 0.3 | 12 | # SRCREV tagged 0.3 |
| 13 | SRCREV = "9250fa5a012d84ff45984e8c4345ee7635227756" | 13 | SRCREV = "9250fa5a012d84ff45984e8c4345ee7635227756" |
| 14 | SRC_URI = "git://git.yoctoproject.org/screenshot;branch=master" | 14 | SRC_URI = "git://git.yoctoproject.org/screenshot;branch=master;protocol=https" |
| 15 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | 15 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb b/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb index 4356930da0..4bdbefcb75 100644 --- a/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb +++ b/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb | |||
| @@ -9,7 +9,7 @@ SECTION = "x11" | |||
| 9 | 9 | ||
| 10 | # SRCREV tagged 0.0.2 | 10 | # SRCREV tagged 0.0.2 |
| 11 | SRCREV = "b2e5da502f8c5ff75e9e6da771372ef8e40fd9a2" | 11 | SRCREV = "b2e5da502f8c5ff75e9e6da771372ef8e40fd9a2" |
| 12 | SRC_URI = "git://git.yoctoproject.org/xsettings-daemon;branch=master \ | 12 | SRC_URI = "git://git.yoctoproject.org/xsettings-daemon;branch=master;protocol=https \ |
| 13 | file://addsoundkeys.patch \ | 13 | file://addsoundkeys.patch \ |
| 14 | file://70settings-daemon.sh \ | 14 | file://70settings-daemon.sh \ |
| 15 | " | 15 | " |
