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-protocols | |
| 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-protocols')
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-protocols/babeld/babeld_1.9.1.bb b/meta-networking/recipes-protocols/babeld/babeld_1.9.1.bb index 6dd15ad9fc..fdcd906516 100644 --- a/meta-networking/recipes-protocols/babeld/babeld_1.9.1.bb +++ b/meta-networking/recipes-protocols/babeld/babeld_1.9.1.bb | |||
| @@ -12,7 +12,7 @@ SECTION = "net" | |||
| 12 | LICENSE = "MIT" | 12 | LICENSE = "MIT" |
| 13 | LIC_FILES_CHKSUM = "file://LICENCE;md5=411a48ac3c2e9e0911b8dd9aed26f754" | 13 | LIC_FILES_CHKSUM = "file://LICENCE;md5=411a48ac3c2e9e0911b8dd9aed26f754" |
| 14 | 14 | ||
| 15 | SRC_URI = "git://github.com/jech/babeld.git;protocol=git" | 15 | SRC_URI = "git://github.com/jech/babeld.git;protocol=https;branch=master" |
| 16 | SRCREV = "0835d5d894ea016ab7b81562466cade2c51a12d4" | 16 | SRCREV = "0835d5d894ea016ab7b81562466cade2c51a12d4" |
| 17 | 17 | ||
| 18 | UPSTREAM_CHECK_GITTAGREGEX = "babeld-(?P<pver>\d+(\.\d+)+)" | 18 | UPSTREAM_CHECK_GITTAGREGEX = "babeld-(?P<pver>\d+(\.\d+)+)" |
diff --git a/meta-networking/recipes-protocols/openflow/openflow.inc b/meta-networking/recipes-protocols/openflow/openflow.inc index cccbfa19a6..ab538c620e 100644 --- a/meta-networking/recipes-protocols/openflow/openflow.inc +++ b/meta-networking/recipes-protocols/openflow/openflow.inc | |||
| @@ -11,7 +11,7 @@ LICENSE = "GPLv2" | |||
| 11 | 11 | ||
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=e870c934e2c3d6ccf085fd7cf0a1e2e2" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=e870c934e2c3d6ccf085fd7cf0a1e2e2" |
| 13 | 13 | ||
| 14 | SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git" | 14 | SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git;branch=master" |
| 15 | 15 | ||
| 16 | DEPENDS = "virtual/libc" | 16 | DEPENDS = "virtual/libc" |
| 17 | 17 | ||
diff --git a/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb b/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb index b02e183db7..181698d778 100644 --- a/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb +++ b/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb | |||
| @@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
| 8 | LICENSE = "GPLv2" | 8 | LICENSE = "GPLv2" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/xelerance/xl2tpd.git" | 11 | SRC_URI = "git://github.com/xelerance/xl2tpd.git;branch=master;protocol=https" |
| 12 | SRCREV = "ba619c79c4790c78c033df0abde4a9a5de744a08" | 12 | SRCREV = "ba619c79c4790c78c033df0abde4a9a5de744a08" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
