mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +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:
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = " \
|
||||
"
|
||||
|
||||
BASEVER = "4.3.0"
|
||||
PV = "${BASEVER}+git${SRCPV}"
|
||||
PV = "${BASEVER}+git"
|
||||
SRC_URI = "git://sourceware.org/git/newlib-cygwin.git;protocol=https;branch=main"
|
||||
SRCREV="9e09d6ed83cce4777a5950412647ccc603040409"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user