diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-02 23:06:48 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-03 06:57:49 -0700 |
| commit | b402a3076fbafe05d0b8621e50603b65c3fe8147 (patch) | |
| tree | 4cf5c1f27d02abeba179d3f9ae5273178212594a /meta-networking/recipes-connectivity/nanomsg | |
| parent | 175765fdf30200314d19bc8f11f4ede9b820dad6 (diff) | |
| download | meta-openembedded-b402a3076fbafe05d0b8621e50603b65c3fe8147.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: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/nanomsg')
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb b/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb index 750b252106..3c2ab980e5 100644 --- a/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb +++ b/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=587b3fd7fd291e418ff4d2b8f3904755" | |||
| 9 | 9 | ||
| 10 | SECTION = "libs/networking" | 10 | SECTION = "libs/networking" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/nanomsg/nanomsg.git;protocol=https" | 12 | SRC_URI = "git://github.com/nanomsg/nanomsg.git;protocol=https;branch=master" |
| 13 | SRCREV = "1749fd7b039165a91b8d556b4df18e3e632ad830" | 13 | SRCREV = "1749fd7b039165a91b8d556b4df18e3e632ad830" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
diff --git a/meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb b/meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb index 1ffd8918a4..ab2907110d 100644 --- a/meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb +++ b/meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb | |||
| @@ -5,7 +5,7 @@ SECTION = "libs/networking" | |||
| 5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a41e579bb4326c21c774f8e51e41d8a3" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a41e579bb4326c21c774f8e51e41d8a3" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/nanomsg/nng.git" | 8 | SRC_URI = "git://github.com/nanomsg/nng.git;branch=master;protocol=https" |
| 9 | SRCREV = "169221da8d53b2ca4fda76f894bee8505887a7c6" | 9 | SRCREV = "169221da8d53b2ca4fda76f894bee8505887a7c6" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
diff --git a/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb b/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb index 176fa3bed2..b52154025b 100644 --- a/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb +++ b/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb | |||
| @@ -7,7 +7,7 @@ DEPENDS = "nng" | |||
| 7 | SRCREV = "cc5d2641babab165d8a9943817c46d36c6dc17c2" | 7 | SRCREV = "cc5d2641babab165d8a9943817c46d36c6dc17c2" |
| 8 | PV = "1.3.0" | 8 | PV = "1.3.0" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/cwzx/nngpp" | 10 | SRC_URI = "git://github.com/cwzx/nngpp;branch=master;protocol=https" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
