summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/serial-utils
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2024-02-06 14:13:08 +0100
committerKhem Raj <raj.khem@gmail.com>2024-02-09 09:52:12 -0800
commit21f956598ddb1bb08855fbc9a3293acf957154d1 (patch)
tree81f729e5b1f24baa159334f289c2eb15968a4fc6 /meta-oe/recipes-support/serial-utils
parente3489d11504b4ccbd8f7cb3e24c3b9477cf744b7 (diff)
downloadmeta-openembedded-21f956598ddb1bb08855fbc9a3293acf957154d1.tar.gz
recipes: drop ${SRCPV} usage
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 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 2fe61e6f5..41a93f324 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${SRCPV}" 6PV = "1.1+gitr"
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 84bb25e4c..751bdffea 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${SRCPV}" 6PV = "1.1+gitr"
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 \