[oe-commits] [meta-openembedded] 08/20: libvncserver: set PV in the recipe

git at git.openembedded.org git at git.openembedded.org
Sun Jun 16 15:31:25 UTC 2019


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch warrior-next
in repository meta-openembedded.

commit 14934c44a7ec13ada8b08840fba3b7fec909c354
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Tue Jun 11 16:55:03 2019 +0000

    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 at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb
index 6a806ff..bc47a3f 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list