mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 12:41:58 +02:00
WARNING: xserver-common-1.34-r9 do_patch:
Some of the context lines in patches were ignored. This can lead to incorrectly applied patches.
The context lines in the patches can be updated with devtool:
devtool modify <recipe>
devtool finish --force-patch-refresh <recipe> <layer_path>
Then the updated patches and the source tree (in devtool's workspace)
should be reviewed to make sure the patches apply in the correct place
and don't introduce duplicate lines (which can, and does happen
when some of the context is ignored). Further information:
http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html
https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450
Details:
Applying patch 0001-Don-t-install-Xsession-or-Xserver.patch
patching file Makefile
Hunk #1 succeeded at 20 with fuzz 1.
and others
Signed-off-by: Armin Kuster <akuster808@gmail.com>
27 lines
764 B
Diff
27 lines
764 B
Diff
From 5236209e30e0f45113e140f0667c8ffcfe621536 Mon Sep 17 00:00:00 2001
|
|
From: Javier Viguera <javier.viguera@digi.com>
|
|
Date: Wed, 26 Nov 2014 09:24:44 +0100
|
|
Subject: [PATCH] xserver-common: disable TCP connections
|
|
|
|
Upstream-Status: Inappropriate [configuration]
|
|
|
|
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
|
|
|
|
---
|
|
X11/xserver-common | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/X11/xserver-common b/X11/xserver-common
|
|
index 017e5ae..4dc48c4 100644
|
|
--- a/X11/xserver-common
|
|
+++ b/X11/xserver-common
|
|
@@ -44,7 +44,7 @@ SCREEN_SIZE=`fallback_screen_arg`
|
|
export USER=root
|
|
export XSERVER_DEFAULT_ORIENTATION=normal
|
|
|
|
-ARGS="-br -pn $INPUT_EXTRA_ARGS"
|
|
+ARGS="-br -pn -nolisten tcp $INPUT_EXTRA_ARGS"
|
|
DPI="100"
|
|
MOUSE=""
|
|
KDRIVEARGS=""
|