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-connectivity | |
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-connectivity')
-rw-r--r-- | meta/recipes-connectivity/neard/neard_0.18.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/neard/neard_0.18.bb b/meta/recipes-connectivity/neard/neard_0.18.bb index 23e999acc4..dbd6e3841a 100644 --- a/meta/recipes-connectivity/neard/neard_0.18.bb +++ b/meta/recipes-connectivity/neard/neard_0.18.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ | |||
8 | 8 | ||
9 | DEPENDS = "dbus glib-2.0 libnl" | 9 | DEPENDS = "dbus glib-2.0 libnl" |
10 | 10 | ||
11 | SRC_URI = "git://git.kernel.org/pub/scm/network/nfc/neard.git;protocol=git;branch=master \ | 11 | SRC_URI = "git://git.kernel.org/pub/scm/network/nfc/neard.git;protocol=https;branch=master \ |
12 | file://neard.in \ | 12 | file://neard.in \ |
13 | file://Makefile.am-fix-parallel-issue.patch \ | 13 | file://Makefile.am-fix-parallel-issue.patch \ |
14 | file://Makefile.am-do-not-ship-version.h.patch \ | 14 | file://Makefile.am-do-not-ship-version.h.patch \ |