mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01: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:
@@ -8,7 +8,7 @@ DEPENDS = "dbus"
|
||||
|
||||
# Note: this is intentionally not the latest version in the original .bb
|
||||
SRCREV = "1a3e1343761b30750bed70e0fd688f6d3c7b3717"
|
||||
PV = "0.1+git${SRCPV}"
|
||||
PV = "0.1+git"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/dbus-wait;branch=master"
|
||||
|
||||
@@ -8,7 +8,7 @@ DEPENDS = "dbus"
|
||||
|
||||
# Note: this is intentionally not the latest version in the original .bb
|
||||
SRCREV = "6cc6077a36fe2648a5f993fe7c16c9632f946517"
|
||||
PV = "0.1+git${SRCPV}"
|
||||
PV = "0.1+git"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/dbus-wait;branch=master"
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
|
||||
@@ -2,4 +2,4 @@ require gitunpackoffline.inc
|
||||
|
||||
TAGVALUE = "2.11"
|
||||
|
||||
PV = "0.0+git${SRCPV}"
|
||||
PV = "0.0+git"
|
||||
|
||||
Reference in New Issue
Block a user