summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-05-22 17:06:34 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-22 11:21:43 -0700
commit99f4962fa384b2163b9540e2d67983d272d49d9f (patch)
tree76845a99fea054bce1df3ead9dd6580338b94877 /meta-oe
parentbfd1582c46896802c24a870201c0e67772e740c1 (diff)
downloadmeta-openembedded-99f4962fa384b2163b9540e2d67983d272d49d9f.tar.gz
tigervnc: Fix do_configure Error
update version of xorg-xserver according to oe-core WARNING: tigervnc-1.16.2-r0 do_configure: TigerVNC xorg-server version (21.1.21) is different from oe-core's xorg-xserver version (21.1.22) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-graphics/tigervnc/tigervnc_1.16.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.16.2.bb b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.16.2.bb
index c9b0cd2404..a35ab2e3da 100644
--- a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.16.2.bb
+++ b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.16.2.bb
@@ -26,10 +26,10 @@ SRC_URI = "git://github.com/TigerVNC/tigervnc.git;branch=1.16-branch;protocol=ht
26 26
27# Keep sync with xorg-server in oe-core 27# Keep sync with xorg-server in oe-core
28XORG_PN ?= "xorg-server" 28XORG_PN ?= "xorg-server"
29XORG_PV ?= "21.1.21" 29XORG_PV ?= "21.1.22"
30SRC_URI += "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${XORG_PV}.tar.xz;name=xorg" 30SRC_URI += "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${XORG_PV}.tar.xz;name=xorg"
31XORG_S = "${UNPACKDIR}/${XORG_PN}-${XORG_PV}" 31XORG_S = "${UNPACKDIR}/${XORG_PN}-${XORG_PV}"
32SRC_URI[xorg.sha256sum] = "c0cbe5545b3f645bae6024b830d1d1154a956350683a4e52b2fff5b0fa1ab519" 32SRC_URI[xorg.sha256sum] = "1a242c8917c49ba29ccc1f6021613d8a2b9805dd0d271a66ae9d09f4b0bb06b3"
33 33
34# It is the directory containing the Xorg source for the 34# It is the directory containing the Xorg source for the
35# machine on which you are building TigerVNC. 35# machine on which you are building TigerVNC.