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-graphics/matchbox-wm | |
| 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-graphics/matchbox-wm')
| -rw-r--r-- | meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
