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-graphics | |
| 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-graphics')
4 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-graphics/libfakekey/libfakekey_git.bb b/meta/recipes-graphics/libfakekey/libfakekey_git.bb index 5d94be52b4..c9c828a8c4 100644 --- a/meta/recipes-graphics/libfakekey/libfakekey_git.bb +++ b/meta/recipes-graphics/libfakekey/libfakekey_git.bb | |||
| @@ -13,7 +13,7 @@ SECTION = "x11/wm" | |||
| 13 | SRCREV = "7ad885912efb2131e80914e964d5e635b0d07b40" | 13 | SRCREV = "7ad885912efb2131e80914e964d5e635b0d07b40" |
| 14 | PV = "0.3+git${SRCPV}" | 14 | PV = "0.3+git${SRCPV}" |
| 15 | 15 | ||
| 16 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master" | 16 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master;protocol=https" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | 19 | ||
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb b/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb index b01b332a55..bf3f5c005d 100644 --- a/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb +++ b/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb | |||
| @@ -17,7 +17,7 @@ DEPENDS = "virtual/libx11 libxext" | |||
| 17 | 17 | ||
| 18 | #SRCREV for 1.12 | 18 | #SRCREV for 1.12 |
| 19 | SRCREV = "e846ee434f8e23d9db38af13c523f791495e0e87" | 19 | SRCREV = "e846ee434f8e23d9db38af13c523f791495e0e87" |
| 20 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master" | 20 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master;protocol=https" |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
| 23 | 23 | ||
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb index 8e9de0914e..880d4ed666 100644 --- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb +++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb | |||
| @@ -11,7 +11,7 @@ SECTION = "x11/wm" | |||
| 11 | DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf libxcursor libxfixes" | 11 | DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf libxcursor libxfixes" |
| 12 | 12 | ||
| 13 | SRCREV = "ce8c1053270d960a7235ab5c3435f707541810a4" | 13 | SRCREV = "ce8c1053270d960a7235ab5c3435f707541810a4" |
| 14 | SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager;branch=master \ | 14 | SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager;branch=master;protocol=https \ |
| 15 | file://kbdconfig" | 15 | file://kbdconfig" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb b/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb index 09fbc9b798..b65a3bea56 100644 --- a/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb +++ b/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb | |||
| @@ -10,7 +10,7 @@ SECTION = "x11/base" | |||
| 10 | SRCREV = "23c8af5ba4a1b7efbaf0bbca59a65ff7e10a1a06" | 10 | SRCREV = "23c8af5ba4a1b7efbaf0bbca59a65ff7e10a1a06" |
| 11 | PV = "0.1.1+git${SRCPV}" | 11 | PV = "0.1.1+git${SRCPV}" |
| 12 | 12 | ||
| 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_COMMITS = "1" | 14 | UPSTREAM_CHECK_COMMITS = "1" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
