mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
recipes/classes/scripts: Drop SRCPV usage in OE-Core
Now that SRCPV isn't needed we can simplify things in a few places... (From OE-Core rev: 843f82a246a535c353e08072f252d1dc78217872) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/intel/${BPN};branch=main;protocol=https"
|
||||
SRCREV = "c0673962a8ec1624b5189dc1d24f33fe4f06785a"
|
||||
S = "${WORKDIR}/git"
|
||||
BASEVER = "3.6"
|
||||
PV = "${BASEVER}+git${SRCPV}"
|
||||
PV = "${BASEVER}+git"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user