aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test
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-test
parente3489d11504b4ccbd8f7cb3e24c3b9477cf744b7 (diff)
downloadmeta-openembedded-contrib-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-test')
-rw-r--r--meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb2
-rw-r--r--meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb b/meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb
index 7461fcc4d7..6c94e9e275 100644
--- a/meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb
+++ b/meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb
@@ -7,7 +7,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRCREV = "a01cc69ee9536f90e57c61a198f2d1944d3d4313"
-PV .= "+git${SRCPV}"
+PV .= "+git"
SRC_URI = "git://git.cryptomilk.org/projects/cmocka.git;protocol=https;branch=stable-1.1 \
file://0001-include-Check-for-previous-declaration-of-uintptr_t.patch \
file://run-ptest \
diff --git a/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb b/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb
index 7abdcb2523..e909676abc 100644
--- a/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb
+++ b/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSES/MIT;md5=544799d0b492f119fa04641d1b8868ed"
SRC_URI = "git://github.com/cbrake/linux-serial-test.git;protocol=https;branch=master"
-PV = "0+git${SRCPV}"
+PV = "0+git"
SRCREV = "2ee61484167eab846f7b7c565284d7c350d738d3"
S = "${WORKDIR}/git"