mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +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:
@@ -9,7 +9,7 @@ LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRCREV = "d97db4fae4c1cd099b506970b285dc2afd818ea2"
|
||||
PV = "0.29.2+git${SRCPV}"
|
||||
PV = "0.29.2+git"
|
||||
|
||||
SRC_URI = "git://gitlab.freedesktop.org/pkg-config/pkg-config.git;branch=master;protocol=https \
|
||||
file://pkg-config-esdk.in \
|
||||
|
||||
Reference in New Issue
Block a user