diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-06 15:27:58 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-09 09:52:08 -0800 |
commit | ea9c6e8982d13f1d0220dba0214a622c9b802887 (patch) | |
tree | 4214b9ded17d7911fc25d343ec878fb50e719e8b /meta-oe/recipes-graphics/neatvnc | |
parent | 70e5584a4d936a244049d418ddc9c0c57c3852f6 (diff) | |
download | meta-openembedded-ea9c6e8982d13f1d0220dba0214a622c9b802887.tar.gz |
neatvnc: upgrade 0.7.1 -> 0.7.2
Changelog:
=============
-Clients are now allowed to request more than 32 encodings (#108)
-Zlib streams are now preserved when a client switches between encodings
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/neatvnc')
-rw-r--r-- | meta-oe/recipes-graphics/neatvnc/neatvnc_0.7.2.bb (renamed from meta-oe/recipes-graphics/neatvnc/neatvnc_0.7.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/neatvnc/neatvnc_0.7.1.bb b/meta-oe/recipes-graphics/neatvnc/neatvnc_0.7.2.bb index 99e63318a..152409de1 100644 --- a/meta-oe/recipes-graphics/neatvnc/neatvnc_0.7.1.bb +++ b/meta-oe/recipes-graphics/neatvnc/neatvnc_0.7.2.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94fc374e7174f41e3afe0f027ee59ff7" | |||
6 | 6 | ||
7 | SRC_URI = "git://github.com/any1/neatvnc;branch=v0.7;protocol=https" | 7 | SRC_URI = "git://github.com/any1/neatvnc;branch=v0.7;protocol=https" |
8 | 8 | ||
9 | SRCREV = "b5b330b22c6a0fdeb718a9e7ee0732cc406863fa" | 9 | SRCREV = "14619e6281136a02e376ad23e3cfaedc8de00ffb" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||