From ea9c6e8982d13f1d0220dba0214a622c9b802887 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 6 Feb 2024 15:27:58 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../neatvnc/{neatvnc_0.7.1.bb => neatvnc_0.7.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/neatvnc/{neatvnc_0.7.1.bb => neatvnc_0.7.2.bb} (95%) diff --git a/meta-oe/recipes-graphics/neatvnc/neatvnc_0.7.1.bb b/meta-oe/recipes-graphics/neatvnc/neatvnc_0.7.2.bb similarity index 95% rename from meta-oe/recipes-graphics/neatvnc/neatvnc_0.7.1.bb rename to meta-oe/recipes-graphics/neatvnc/neatvnc_0.7.2.bb index 99e63318a1..152409de18 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" SRC_URI = "git://github.com/any1/neatvnc;branch=v0.7;protocol=https" -SRCREV = "b5b330b22c6a0fdeb718a9e7ee0732cc406863fa" +SRCREV = "14619e6281136a02e376ad23e3cfaedc8de00ffb" S = "${WORKDIR}/git"