diff options
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/tigervnc/files/0001-tigervnc-remove-includedir.patch | 16 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/tigervnc/files/0005-Remove-INITARGS-from-xserver119.patch.patch | 27 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/tigervnc/tigervnc_1.9.0.bb (renamed from meta-oe/recipes-graphics/tigervnc/tigervnc_1.8.0.bb) | 11 |
3 files changed, 13 insertions, 41 deletions
diff --git a/meta-oe/recipes-graphics/tigervnc/files/0001-tigervnc-remove-includedir.patch b/meta-oe/recipes-graphics/tigervnc/files/0001-tigervnc-remove-includedir.patch index 12c437629..f0056d656 100644 --- a/meta-oe/recipes-graphics/tigervnc/files/0001-tigervnc-remove-includedir.patch +++ b/meta-oe/recipes-graphics/tigervnc/files/0001-tigervnc-remove-includedir.patch | |||
@@ -1,6 +1,6 @@ | |||
1 | From 4b423cd2e5e4296abca3be553bf64d8cc287180a Mon Sep 17 00:00:00 2001 | 1 | From 47f175618a0b0817714ea557c9e93f22f327421e Mon Sep 17 00:00:00 2001 |
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
3 | Date: Thu, 20 Jul 2017 17:09:05 +0800 | 3 | Date: Tue, 31 Jul 2018 16:39:52 +0800 |
4 | Subject: [PATCH 1/4] tigervnc: remove includedir | 4 | Subject: [PATCH 1/4] tigervnc: remove includedir |
5 | 5 | ||
6 | Upstream-Status: Pending | 6 | Upstream-Status: Pending |
@@ -15,28 +15,28 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | |||
15 | 1 file changed, 3 insertions(+), 3 deletions(-) | 15 | 1 file changed, 3 insertions(+), 3 deletions(-) |
16 | 16 | ||
17 | diff --git a/unix/xserver/hw/vnc/Makefile.am b/unix/xserver/hw/vnc/Makefile.am | 17 | diff --git a/unix/xserver/hw/vnc/Makefile.am b/unix/xserver/hw/vnc/Makefile.am |
18 | index 0d6a4ac..854f078 100644 | 18 | index 470424b..ee18bf9 100644 |
19 | --- a/unix/xserver/hw/vnc/Makefile.am | 19 | --- a/unix/xserver/hw/vnc/Makefile.am |
20 | +++ b/unix/xserver/hw/vnc/Makefile.am | 20 | +++ b/unix/xserver/hw/vnc/Makefile.am |
21 | @@ -22,7 +22,7 @@ libvnccommon_la_SOURCES = $(HDRS) \ | 21 | @@ -23,7 +23,7 @@ libvnccommon_la_SOURCES = $(HDRS) \ |
22 | 22 | ||
23 | libvnccommon_la_CPPFLAGS = -DVENDOR_RELEASE="$(VENDOR_RELEASE)" \ | 23 | libvnccommon_la_CPPFLAGS = -DVENDOR_RELEASE="$(VENDOR_RELEASE)" -I$(TIGERVNC_SRCDIR)/unix/common \ |
24 | -DVENDOR_STRING="\"$(VENDOR_STRING)\"" -I$(TIGERVNC_SRCDIR)/common -UHAVE_CONFIG_H \ | 24 | -DVENDOR_STRING="\"$(VENDOR_STRING)\"" -I$(TIGERVNC_SRCDIR)/common -UHAVE_CONFIG_H \ |
25 | - -I$(TIGERVNC_SRCDIR)/unix/vncconfig $(XVNC_CPPFLAGS) ${XSERVERLIBS_CFLAGS} -I$(includedir) \ | 25 | - -I$(TIGERVNC_SRCDIR)/unix/vncconfig $(XVNC_CPPFLAGS) ${XSERVERLIBS_CFLAGS} -I$(includedir) \ |
26 | + -I$(TIGERVNC_SRCDIR)/unix/vncconfig $(XVNC_CPPFLAGS) ${XSERVERLIBS_CFLAGS} \ | 26 | + -I$(TIGERVNC_SRCDIR)/unix/vncconfig $(XVNC_CPPFLAGS) ${XSERVERLIBS_CFLAGS} \ |
27 | -I$(top_srcdir)/include | 27 | -I$(top_srcdir)/include |
28 | 28 | ||
29 | bin_PROGRAMS = Xvnc | 29 | bin_PROGRAMS = Xvnc |
30 | @@ -42,7 +42,7 @@ Xvnc_CPPFLAGS = $(XVNC_CPPFLAGS) -DTIGERVNC -DNO_MODULE_EXTS \ | 30 | @@ -43,7 +43,7 @@ Xvnc_CPPFLAGS = $(XVNC_CPPFLAGS) -DTIGERVNC -DNO_MODULE_EXTS \ |
31 | -UHAVE_CONFIG_H \ | 31 | -UHAVE_CONFIG_H \ |
32 | -DXFree86Server -DVENDOR_RELEASE="$(VENDOR_RELEASE)" \ | 32 | -DXFree86Server -DVENDOR_RELEASE="$(VENDOR_RELEASE)" \ |
33 | -DVENDOR_STRING="\"$(VENDOR_STRING)\"" -I$(TIGERVNC_SRCDIR)/common \ | 33 | -DVENDOR_STRING="\"$(VENDOR_STRING)\"" -I$(TIGERVNC_SRCDIR)/common -I$(TIGERVNC_SRCDIR)/unix/common \ |
34 | - -I$(top_srcdir)/include ${XSERVERLIBS_CFLAGS} -I$(includedir) | 34 | - -I$(top_srcdir)/include ${XSERVERLIBS_CFLAGS} -I$(includedir) |
35 | + -I$(top_srcdir)/include ${XSERVERLIBS_CFLAGS} | 35 | + -I$(top_srcdir)/include ${XSERVERLIBS_CFLAGS} |
36 | 36 | ||
37 | Xvnc_LDADD = $(XVNC_LIBS) libvnccommon.la $(COMMON_LIBS) \ | 37 | Xvnc_LDADD = $(XVNC_LIBS) libvnccommon.la $(COMMON_LIBS) \ |
38 | $(XSERVER_LIBS) $(XSERVER_SYS_LIBS) $(XVNC_SYS_LIBS) -lX11 | 38 | $(XSERVER_LIBS) $(XSERVER_SYS_LIBS) $(XVNC_SYS_LIBS) -lX11 |
39 | @@ -62,7 +62,7 @@ libvnc_la_CPPFLAGS = $(XVNC_CPPFLAGS) -I$(TIGERVNC_SRCDIR)/common -UHAVE_CONFIG_ | 39 | @@ -64,7 +64,7 @@ libvnc_la_CPPFLAGS = $(XVNC_CPPFLAGS) -I$(TIGERVNC_SRCDIR)/common -UHAVE_CONFIG_ |
40 | -I$(top_srcdir)/hw/xfree86/os-support \ | 40 | -I$(top_srcdir)/hw/xfree86/os-support \ |
41 | -I$(top_srcdir)/hw/xfree86/os-support/bus \ | 41 | -I$(top_srcdir)/hw/xfree86/os-support/bus \ |
42 | -I$(top_srcdir)/include \ | 42 | -I$(top_srcdir)/include \ |
diff --git a/meta-oe/recipes-graphics/tigervnc/files/0005-Remove-INITARGS-from-xserver119.patch.patch b/meta-oe/recipes-graphics/tigervnc/files/0005-Remove-INITARGS-from-xserver119.patch.patch deleted file mode 100644 index 2f342c683..000000000 --- a/meta-oe/recipes-graphics/tigervnc/files/0005-Remove-INITARGS-from-xserver119.patch.patch +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | From e4ec992984983ac9107efae1f1cc552007e4229e Mon Sep 17 00:00:00 2001 | ||
2 | From: Vishal Biswas <vshlbiswas@ymail.com> | ||
3 | Date: Mon, 8 May 2017 11:06:11 +0530 | ||
4 | Subject: [PATCH] Remove INITARGS from xserver119.patch | ||
5 | |||
6 | Upstream-Status: Backport | ||
7 | |||
8 | --- | ||
9 | unix/xserver119.patch | 2 +- | ||
10 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
11 | |||
12 | diff --git a/unix/xserver119.patch b/unix/xserver119.patch | ||
13 | index 614f104..7adf314 100644 | ||
14 | --- a/unix/xserver119.patch | ||
15 | +++ b/unix/xserver119.patch | ||
16 | @@ -66,7 +66,7 @@ diff -up xserver/mi/miinitext.c.xserver116-rebased xserver/mi/miinitext.c | ||
17 | #include "globals.h" | ||
18 | |||
19 | +#ifdef TIGERVNC | ||
20 | -+extern void vncExtensionInit(INITARGS); | ||
21 | ++extern void vncExtensionInit(void); | ||
22 | +#endif | ||
23 | + | ||
24 | /* The following is only a small first step towards run-time | ||
25 | -- | ||
26 | 2.7.4 | ||
27 | |||
diff --git a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.8.0.bb b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.9.0.bb index 469745f2a..f3dc89972 100644 --- a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.8.0.bb +++ b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.9.0.bb | |||
@@ -15,23 +15,22 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
15 | inherit autotools cmake | 15 | inherit autotools cmake |
16 | B = "${S}" | 16 | B = "${S}" |
17 | 17 | ||
18 | SRCREV = "4d6e1b8306a8cca8ad5e15ff8201f6ea24459cfd" | 18 | SRCREV = "6f2301d08e64a965ad36b401ec8dc2b24bc47075" |
19 | 19 | ||
20 | SRC_URI = "git://github.com/TigerVNC/tigervnc.git;branch=1.8-branch \ | 20 | SRC_URI = "git://github.com/TigerVNC/tigervnc.git;branch=1.9-branch \ |
21 | file://0001-tigervnc-remove-includedir.patch \ | 21 | file://0001-tigervnc-remove-includedir.patch \ |
22 | file://0002-do-not-build-tests-sub-directory.patch \ | 22 | file://0002-do-not-build-tests-sub-directory.patch \ |
23 | file://0003-add-missing-dynamic-library-to-FLTK_LIBRARIES.patch \ | 23 | file://0003-add-missing-dynamic-library-to-FLTK_LIBRARIES.patch \ |
24 | file://0004-tigervnc-add-fPIC-option-to-COMPILE_FLAGS.patch \ | 24 | file://0004-tigervnc-add-fPIC-option-to-COMPILE_FLAGS.patch \ |
25 | file://0005-Remove-INITARGS-from-xserver119.patch.patch \ | ||
26 | " | 25 | " |
27 | 26 | ||
28 | # Keep sync with xorg-server in oe-core | 27 | # Keep sync with xorg-server in oe-core |
29 | XORG_PN ?= "xorg-server" | 28 | XORG_PN ?= "xorg-server" |
30 | XORG_PV ?= "1.19.3" | 29 | XORG_PV ?= "1.19.6" |
31 | SRC_URI += "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${XORG_PV}.tar.bz2;name=xorg" | 30 | SRC_URI += "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${XORG_PV}.tar.bz2;name=xorg" |
32 | XORG_S = "${WORKDIR}/${XORG_PN}-${XORG_PV}" | 31 | XORG_S = "${WORKDIR}/${XORG_PN}-${XORG_PV}" |
33 | SRC_URI[xorg.md5sum] = "015d2fc4b9f2bfe7a626edb63a62c65e" | 32 | SRC_URI[xorg.md5sum] = "3e47777ff034a331aed2322b078694a8" |
34 | SRC_URI[xorg.sha256sum] = "677a8166e03474719238dfe396ce673c4234735464d6dadf2959b600d20e5a98" | 33 | SRC_URI[xorg.sha256sum] = "a732502f1db000cf36a376cd0c010ffdbf32ecdd7f1fa08ba7f5bdf9601cc197" |
35 | 34 | ||
36 | # It is the directory containing the Xorg source for the | 35 | # It is the directory containing the Xorg source for the |
37 | # machine on which you are building TigerVNC. | 36 | # machine on which you are building TigerVNC. |