summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libfakekey
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-11 14:31:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-24 13:34:35 +0100
commit843f82a246a535c353e08072f252d1dc78217872 (patch)
treec684c813e6abcea8d71bc858dd976a77775128d0 /meta/recipes-graphics/libfakekey
parenta8e7b0f932b9ea69b3a218fca18041676c65aba0 (diff)
downloadopenembedded-core-843f82a246a535c353e08072f252d1dc78217872.tar.gz
recipes/classes/scripts: Drop SRCPV usage in OE-Core
Now that SRCPV isn't needed we can simplify things in a few places... Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/libfakekey')
-rw-r--r--meta/recipes-graphics/libfakekey/libfakekey_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libfakekey/libfakekey_git.bb b/meta/recipes-graphics/libfakekey/libfakekey_git.bb
index c9c828a8c4..5f902d3a67 100644
--- a/meta/recipes-graphics/libfakekey/libfakekey_git.bb
+++ b/meta/recipes-graphics/libfakekey/libfakekey_git.bb
@@ -11,7 +11,7 @@ DEPENDS = "libxtst"
SECTION = "x11/wm"
SRCREV = "7ad885912efb2131e80914e964d5e635b0d07b40"
-PV = "0.3+git${SRCPV}"
+PV = "0.3+git"
SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master;protocol=https"