summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2023-09-22 17:59:41 +0800
committerKhem Raj <raj.khem@gmail.com>2023-09-22 07:36:16 -0700
commit658fb2a8efcc3f78d37a91ec23a60d7e2786d4a5 (patch)
tree5384c362c610fab2ebd4d592a4c9736850c508d2 /meta-oe/recipes-graphics
parentdbdea59838054f9c908533d486cf3c0c2897c791 (diff)
downloadmeta-openembedded-658fb2a8efcc3f78d37a91ec23a60d7e2786d4a5.tar.gz
libvncserver: update to 0.9.14
0.9.14 represents a gradual improvement over 0.9.13 with lots of developments all over the place. 40 issues and pull requests were closed/merged with this release. Highlights on the LibVNCServer side are a refined multi-threaded implementation, support for Unicode clipboard data Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r--meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.14.bb (renamed from meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.14.bb
index 93f695173..50bdad57d 100644
--- a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb
+++ b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.14.bb
@@ -45,7 +45,7 @@ FILES:libvncclient = "${libdir}/libvncclient.*"
45inherit cmake 45inherit cmake
46 46
47SRC_URI = "git://github.com/LibVNC/libvncserver;branch=master;protocol=https" 47SRC_URI = "git://github.com/LibVNC/libvncserver;branch=master;protocol=https"
48SRCREV = "2aa20dad4c23c18948d3f63b33f9dfec1f837729" 48SRCREV = "10e9eb75f73e973725dc75c373de5d89807af028"
49 49
50S = "${WORKDIR}/git" 50S = "${WORKDIR}/git"
51 51