mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +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:
@@ -4,7 +4,7 @@ LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=1bcba08f67cdb56f34021557898e4b5a"
|
||||
DEPENDS = "virtual/libx11 libxi libxrandr"
|
||||
|
||||
PV = "0.7.5+git${SRCPV}"
|
||||
PV = "0.7.5+git"
|
||||
PR = "r6"
|
||||
|
||||
inherit autotools pkgconfig features_check
|
||||
|
||||
Reference in New Issue
Block a user