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-support/dos2unix | |
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-support/dos2unix')
-rw-r--r-- | meta/recipes-support/dos2unix/dos2unix_7.4.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/dos2unix/dos2unix_7.4.4.bb b/meta/recipes-support/dos2unix/dos2unix_7.4.4.bb index d8ebeb6402..506faf5a6d 100644 --- a/meta/recipes-support/dos2unix/dos2unix_7.4.4.bb +++ b/meta/recipes-support/dos2unix/dos2unix_7.4.4.bb | |||
@@ -8,7 +8,7 @@ SECTION = "support" | |||
8 | LICENSE = "BSD-2-Clause" | 8 | LICENSE = "BSD-2-Clause" |
9 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=37f72246ce2aa2fce9482c10b1f2b502" | 9 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=37f72246ce2aa2fce9482c10b1f2b502" |
10 | 10 | ||
11 | SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix;branch=master" | 11 | SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix;branch=master;protocol=https" |
12 | UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P<pver>(\d+(\.\d+)+))" | 12 | UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P<pver>(\d+(\.\d+)+))" |
13 | 13 | ||
14 | SRCREV = "b56a58584d3fef0720425ae154c2a4d80e6af6c5" | 14 | SRCREV = "b56a58584d3fef0720425ae154c2a4d80e6af6c5" |