mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-22 03:22:37 +00:00
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@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
73550ce6a8
commit
27ea5e7059
@ -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}"
|
||||
Loading…
x
Reference in New Issue
Block a user