summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/x11vnc/files
Commit message (Collapse)AuthorAgeFilesLines
* x11vnc: Fix CVE-2020-29074Lee Chee Yang2023-09-221-0/+27
| | | | | Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* x11vnc: Update to latest on masterKhem Raj2020-08-134-264/+0
| | | | | | | Drop already upstreamed patches Drop unused remove-redundant-RPATH.patch patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* x11vnc: fix xfc NULL pointer dereferenceJonathan Liu2020-05-091-0/+30
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* x11vnc: Fix build for 32bit arches with 64bit time_tKhem Raj2019-12-011-0/+111
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* x11vnc: patch: don't install Xdummy when configured --without-xJean-Francois Dagenais2019-02-121-0/+37
| | | | There is just no point in Xdummy if x11 is not in DISTRO_FEATURES.
* x11vnc: uprev to 0.9.16Jean-Francois Dagenais2019-02-112-27/+3
|
* x11vnc: remove redundant RPATH to fix QA issueHongxu Jia2016-07-291-0/+86
| | | | | | | | | | | | | The useless rpath caused oe QA issue: ... |ERROR: QA Issue: x11vnc: work/i586-poky-linux/x11vnc/0.9.13-r0/packages-split/ x11vnc/usr/bin/x11vnc contains probably-redundant RPATH /usr/lib [useless-rpaths] ... In oe build, it is unnecessary and redundant to pass "-R/usr/lib" to the linker. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* x11vnc: move recipe from oe-coreIoan-Adrian Ratiu2015-12-182-0/+49
x11vnc will be configured to use the external libvncserver which is added to meta-oe. Since oe-core recipes should not depend on meta-oe recipes, we move x11vnc to meta-oe. Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>