summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/serial-utils
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-02 23:06:48 +0000
committerKhem Raj <raj.khem@gmail.com>2021-11-03 06:57:49 -0700
commitb402a3076fbafe05d0b8621e50603b65c3fe8147 (patch)
tree4cf5c1f27d02abeba179d3f9ae5273178212594a /meta-oe/recipes-support/serial-utils
parent175765fdf30200314d19bc8f11f4ede9b820dad6 (diff)
downloadmeta-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-oe/recipes-support/serial-utils')
-rw-r--r--meta-oe/recipes-support/serial-utils/pty-forward-native.bb2
-rw-r--r--meta-oe/recipes-support/serial-utils/serial-forward_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
index 7f59b3eca..87d9c5290 100644
--- a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
+++ b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
@@ -6,7 +6,7 @@ SECTION = "console/network"
6SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec" 6SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
7PV = "1.1+gitr${SRCPV}" 7PV = "1.1+gitr${SRCPV}"
8 8
9SRC_URI = "git://github.com/freesmartphone/cornucopia.git;protocol=https" 9SRC_URI = "git://github.com/freesmartphone/cornucopia.git;protocol=https;branch=master"
10S = "${WORKDIR}/git/tools/serial_forward" 10S = "${WORKDIR}/git/tools/serial_forward"
11 11
12inherit autotools native 12inherit autotools native
diff --git a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
index 0ef829856..dcad8f710 100644
--- a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
+++ b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
@@ -6,7 +6,7 @@ SECTION = "console/devel"
6SRCREV = "07c6fdede0870edc37a8d51d033b6e7e29aa7c91" 6SRCREV = "07c6fdede0870edc37a8d51d033b6e7e29aa7c91"
7PV = "1.1+gitr${SRCPV}" 7PV = "1.1+gitr${SRCPV}"
8 8
9SRC_URI = "git://github.com/freesmartphone/cornucopia.git \ 9SRC_URI = "git://github.com/freesmartphone/cornucopia.git;branch=master;protocol=https \
10 file://0001-serial_forward-Disable-default-static-linking.patch;striplevel=3 \ 10 file://0001-serial_forward-Disable-default-static-linking.patch;striplevel=3 \
11 " 11 "
12S = "${WORKDIR}/git/tools/serial_forward" 12S = "${WORKDIR}/git/tools/serial_forward"