aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2019-06-11 16:55:03 +0000
committerArmin Kuster <akuster808@gmail.com>2019-06-16 08:15:18 -0700
commit14934c44a7ec13ada8b08840fba3b7fec909c354 (patch)
treed5253892d976c22655a812877603c7f531ae635f
parentd3e23c402f04910baba59dc3d05186e345111655 (diff)
downloadmeta-openembedded-14934c44a7ec13ada8b08840fba3b7fec909c354.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: Armin Kuster <akuster808@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"