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-devtools/e2fsprogs | |
| 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-devtools/e2fsprogs')
| -rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc b/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc index f41a5d0b4e..d345b91472 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc | |||
| @@ -19,7 +19,7 @@ LIC_FILES_CHKSUM = "file://NOTICE;md5=d50be0580c0b0a7fbc7a4830bbe6c12b \ | |||
| 19 | SECTION = "base" | 19 | SECTION = "base" |
| 20 | DEPENDS = "util-linux attr autoconf-archive" | 20 | DEPENDS = "util-linux attr autoconf-archive" |
| 21 | 21 | ||
| 22 | SRC_URI = "git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git;branch=master" | 22 | SRC_URI = "git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git;branch=master;protocol=https" |
| 23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
| 24 | 24 | ||
| 25 | inherit autotools gettext texinfo pkgconfig multilib_header update-alternatives ptest | 25 | inherit autotools gettext texinfo pkgconfig multilib_header update-alternatives ptest |
