summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb (renamed from meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.0.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.0.bb b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb
index c5268fd2b3..47f59c69cf 100644
--- a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.0.bb
+++ b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb
@@ -15,7 +15,7 @@ REQUIRED_DISTRO_FEATURES = "x11 pam"
15 15
16B = "${S}" 16B = "${S}"
17 17
18SRCREV = "4a09a96661624dff14662d6e9849e06a6c70ae03" 18SRCREV = "1b4af5c586eb7a30a38c82fd088c1fa47a83e72f"
19 19
20SRC_URI = "git://github.com/TigerVNC/tigervnc.git;branch=1.14-branch;protocol=https \ 20SRC_URI = "git://github.com/TigerVNC/tigervnc.git;branch=1.14-branch;protocol=https \
21 file://0001-do-not-build-tests-sub-directory.patch \ 21 file://0001-do-not-build-tests-sub-directory.patch \
@@ -25,10 +25,10 @@ SRC_URI = "git://github.com/TigerVNC/tigervnc.git;branch=1.14-branch;protocol=ht
25 25
26# Keep sync with xorg-server in oe-core 26# Keep sync with xorg-server in oe-core
27XORG_PN ?= "xorg-server" 27XORG_PN ?= "xorg-server"
28XORG_PV ?= "21.1.13" 28XORG_PV ?= "21.1.15"
29SRC_URI += "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${XORG_PV}.tar.xz;name=xorg" 29SRC_URI += "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${XORG_PV}.tar.xz;name=xorg"
30XORG_S = "${UNPACKDIR}/${XORG_PN}-${XORG_PV}" 30XORG_S = "${UNPACKDIR}/${XORG_PN}-${XORG_PV}"
31SRC_URI[xorg.sha256sum] = "b45a02d5943f72236a360d3cc97e75134aa4f63039ff88c04686b508a3dc740c" 31SRC_URI[xorg.sha256sum] = "841c82901282902725762df03adbbcd68153d4cdfb0d61df0cfd73ad677ae089"
32 32
33# It is the directory containing the Xorg source for the 33# It is the directory containing the Xorg source for the
34# machine on which you are building TigerVNC. 34# machine on which you are building TigerVNC.