summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/serial-utils
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2024-02-06 14:17:12 +0100
committerKhem Raj <raj.khem@gmail.com>2024-02-09 09:52:12 -0800
commitd3d099bda6a48f400547664889a3ccf5a754a593 (patch)
tree4f9809bf09e6dbc4acb8fe0df25031e545e023c8 /meta-oe/recipes-support/serial-utils
parent21f956598ddb1bb08855fbc9a3293acf957154d1 (diff)
downloadmeta-openembedded-d3d099bda6a48f400547664889a3ccf5a754a593.tar.gz
recipes: drop remaining +gitr cases
: drop 'r' from gitr and ${SRCPV} * +git is preferred over +gitr since 2012: https://lists.openembedded.org/g/openembedded-core/topic/72154716#16837 some recipes still use +gitr, because updating it would cause PV going backwards but without share PRservice the version-going-backwards QA issues are quite common and most people probably cannot depend on always-increasing version number already Signed-off-by: Martin Jansa <martin.jansa@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 41a93f324..82994331e 100644
--- a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
+++ b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
@@ -3,7 +3,7 @@ LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07" 3LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07"
4SECTION = "console/network" 4SECTION = "console/network"
5SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec" 5SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
6PV = "1.1+gitr" 6PV = "1.1+git"
7 7
8SRC_URI = "git://github.com/freesmartphone/cornucopia.git;protocol=https;branch=master" 8SRC_URI = "git://github.com/freesmartphone/cornucopia.git;protocol=https;branch=master"
9S = "${WORKDIR}/git/tools/serial_forward" 9S = "${WORKDIR}/git/tools/serial_forward"
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 751bdffea..541ae84a9 100644
--- a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
+++ b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
@@ -3,7 +3,7 @@ LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07" 3LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07"
4SECTION = "console/devel" 4SECTION = "console/devel"
5SRCREV = "07c6fdede0870edc37a8d51d033b6e7e29aa7c91" 5SRCREV = "07c6fdede0870edc37a8d51d033b6e7e29aa7c91"
6PV = "1.1+gitr" 6PV = "1.1+git"
7 7
8SRC_URI = "git://github.com/freesmartphone/cornucopia.git;branch=master;protocol=https \ 8SRC_URI = "git://github.com/freesmartphone/cornucopia.git;branch=master;protocol=https \
9 file://0001-serial_forward-Disable-default-static-linking.patch;striplevel=3 \ 9 file://0001-serial_forward-Disable-default-static-linking.patch;striplevel=3 \