[oe-commits] [meta-openembedded] 90/94: libvncserver: update to latest commit 1354f7f

git at git.openembedded.org git at git.openembedded.org
Wed Jul 10 16:36:03 UTC 2019


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 27ea5e705990f4e4a45f61109a81c597c10bf152
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Tue Jul 9 23:28:00 2019 -0400

    libvncserver: update to latest commit 1354f7f
    
    Update libvncserver to latest git commit 1354f7f which could help to fix
    do_package error when multilib is enabled:
    
    | Files/directories were installed but not shipped in any package:
    |   /usr/lib/libvncclient.so.0.9.12
    |   /usr/lib/libvncclient.so.1
    |   /usr/lib/libvncclient.so
    |   /usr/lib/libvncserver.so.0.9.12
    |   /usr/lib/libvncserver.so.1
    |   /usr/lib/libvncserver.so
    |   /usr/lib/pkgconfig
    |   /usr/lib/pkgconfig/libvncserver.pc
    |   /usr/lib/pkgconfig/libvncclient.pc
    
    Rename recipe name from _git.bb to _${version}.bb as well.
    
    Signed-off-by: Kai Kang <kai.kang at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../libvncserver/{libvncserver_git.bb => libvncserver_0.9.12.bb}    | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.12.bb
similarity index 90%
rename from meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb
rename to meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.12.bb
index bc47a3f..4e4acb8 100644
--- a/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb
+++ b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.12.bb
@@ -31,7 +31,9 @@ FILES_libvncclient = "${libdir}/libvncclient.*"
 inherit cmake
 
 SRC_URI = "git://github.com/LibVNC/libvncserver"
-SRCREV = "c0a23857a5c42b45b6d22ccf7218becd1fa69402"
-PV = "0.9.12+git${SRCPV}"
+SRCREV = "1354f7f1bb6962dab209eddb9d6aac1f03408110"
+PV .= "+git${SRCPV}"
 
 S = "${WORKDIR}/git"
+
+EXTRA_OECMAKE = "-DMAKE_INSTALL_LIBDIR=${libdir}"

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


More information about the Openembedded-commits mailing list