diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-11-07 11:09:24 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-11-17 12:26:21 -0800 |
| commit | 59bff77ad0b3a66417194670de25f60183a4f6bb (patch) | |
| tree | 35f979cd0f44769b8eee775c0e61f35e0de03352 /meta-networking/recipes-daemons | |
| parent | 7889158dcd187546fc5e99fd81d0779cad3e8d17 (diff) | |
| download | meta-openembedded-59bff77ad0b3a66417194670de25f60183a4f6bb.tar.gz | |
recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons')
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-networking/recipes-daemons/atftp/atftp_0.7.2.bb b/meta-networking/recipes-daemons/atftp/atftp_0.7.2.bb index ff9084dbf6..ddddb1b07a 100644 --- a/meta-networking/recipes-daemons/atftp/atftp_0.7.2.bb +++ b/meta-networking/recipes-daemons/atftp/atftp_0.7.2.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
| 6 | 6 | ||
| 7 | SRCREV = "52b71f0831dcbde508bd3a961d84abb80a62480f" | 7 | SRCREV = "52b71f0831dcbde508bd3a961d84abb80a62480f" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://git.code.sf.net/p/atftp/code \ | 9 | SRC_URI = "git://git.code.sf.net/p/atftp/code;branch=master \ |
| 10 | file://atftpd.init \ | 10 | file://atftpd.init \ |
| 11 | file://atftpd.service \ | 11 | file://atftpd.service \ |
| 12 | " | 12 | " |
diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb index d3983eb1ae..db5f94444f 100644 --- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb +++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3f55e0974e3d6db00ca6f57f2d206396" | |||
| 7 | 7 | ||
| 8 | SRCREV = "e41cfb986c1b1935770de554872247453fdbb079" | 8 | SRCREV = "e41cfb986c1b1935770de554872247453fdbb079" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/cyrusimap/cyrus-sasl;protocol=https \ | 10 | SRC_URI = "git://github.com/cyrusimap/cyrus-sasl;protocol=https;branch=master \ |
| 11 | file://avoid-to-call-AC_TRY_RUN.patch \ | 11 | file://avoid-to-call-AC_TRY_RUN.patch \ |
| 12 | file://Fix-hardcoded-libdir.patch \ | 12 | file://Fix-hardcoded-libdir.patch \ |
| 13 | file://debian_patches_0014_avoid_pic_overwrite.diff \ | 13 | file://debian_patches_0014_avoid_pic_overwrite.diff \ |
diff --git a/meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.1.3.bb b/meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.1.3.bb index 4a9cf9db40..7cf8cfa94c 100644 --- a/meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.1.3.bb +++ b/meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.1.3.bb | |||
| @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
| 14 | 14 | ||
| 15 | SRCREV ?= "34e3ffb194f6fa3028c0eb2ff57e7db2d1026771" | 15 | SRCREV ?= "34e3ffb194f6fa3028c0eb2ff57e7db2d1026771" |
| 16 | 16 | ||
| 17 | SRC_URI = "git://github.com/open-iscsi/open-iscsi \ | 17 | SRC_URI = "git://github.com/open-iscsi/open-iscsi;branch=master;protocol=https \ |
| 18 | file://0001-Makefile-Do-not-set-Werror.patch \ | 18 | file://0001-Makefile-Do-not-set-Werror.patch \ |
| 19 | file://initd.debian \ | 19 | file://initd.debian \ |
| 20 | file://99_iscsi-initiator-utils \ | 20 | file://99_iscsi-initiator-utils \ |
diff --git a/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.0.1.bb b/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.0.1.bb index 61d656b7ca..d5296f6a96 100644 --- a/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.0.1.bb +++ b/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.0.1.bb | |||
| @@ -13,7 +13,7 @@ RDEPENDS_${PN} = "python3-pygobject python3-dbus" | |||
| 13 | REQUIRED_DISTRO_FEATURES = "systemd" | 13 | REQUIRED_DISTRO_FEATURES = "systemd" |
| 14 | 14 | ||
| 15 | SRCREV = "333ef1ed1d7c7c17264fcf7629e5c2f78ab4112c" | 15 | SRCREV = "333ef1ed1d7c7c17264fcf7629e5c2f78ab4112c" |
| 16 | SRC_URI = "git://gitlab.com/craftyguy/networkd-dispatcher;protocol=https" | 16 | SRC_URI = "git://gitlab.com/craftyguy/networkd-dispatcher;protocol=https;branch=master" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | 19 | ||
