From 21f956598ddb1bb08855fbc9a3293acf957154d1 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 6 Feb 2024 14:13:08 +0100 Subject: 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 --- meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb | 2 +- meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-oe/recipes-test') 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" -- cgit v1.2.3-54-g00ecf