mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00: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:
@@ -5,7 +5,7 @@ LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=39346640a23c701e4f459e05f56f4449"
|
||||
|
||||
SRCREV = "fc7c43d138185028b6ac14c83f6492fce26eca95"
|
||||
PV = "0.1+git${SRCPV}"
|
||||
PV = "0.1+git"
|
||||
|
||||
SRC_URI = "git://github.com/ahcbb6/baremetal-helloqemu.git;protocol=https;branch=master"
|
||||
UPSTREAM_VERSION_UNKNOWN="1"
|
||||
|
||||
Reference in New Issue
Block a user