aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2019-05-11 11:32:41 +0000
committerKhem Raj <raj.khem@gmail.com>2019-05-11 23:35:30 -0700
commit04ff199cb96d31ad99105ea8cc306a80cfe7fb5f (patch)
treec1eb2d67674fdc3d4f4f0b758fe6cbd904859d08
parent1f080b695ec408f5ee05327b8e52ee858cf32df2 (diff)
downloadmeta-openembedded-contrib-04ff199cb96d31ad99105ea8cc306a80cfe7fb5f.tar.gz
libvncserver: set PV in the recipe
* last SRCREV bump commit says: libvncserver: Update to latest commit post 0.9.12 but there is no PV in the recipe, so the version was just: git-r0 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb
index 6a806ffbaf..bc47a3f156 100644
--- a/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb
+++ b/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb
@@ -32,6 +32,6 @@ inherit cmake
SRC_URI = "git://github.com/LibVNC/libvncserver"
SRCREV = "c0a23857a5c42b45b6d22ccf7218becd1fa69402"
-
+PV = "0.9.12+git${SRCPV}"
S = "${WORKDIR}/git"