diff options
Diffstat (limited to 'meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0007-use-own-functions-file-instead-etc-init.d-functions.patch')
-rw-r--r-- | meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0007-use-own-functions-file-instead-etc-init.d-functions.patch | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0007-use-own-functions-file-instead-etc-init.d-functions.patch b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0007-use-own-functions-file-instead-etc-init.d-functions.patch index 8791226cdd..94a35407af 100644 --- a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0007-use-own-functions-file-instead-etc-init.d-functions.patch +++ b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0007-use-own-functions-file-instead-etc-init.d-functions.patch | |||
@@ -1,17 +1,18 @@ | |||
1 | From 63e6b9a54e1f12dbf7ddbfe3376fff4c382421a5 Mon Sep 17 00:00:00 2001 | 1 | From 492c65a32a4ae44c34580ed8ac5d3f50a155cfef Mon Sep 17 00:00:00 2001 |
2 | From: Martin Jansa <Martin.Jansa@gmail.com> | 2 | From: Martin Jansa <Martin.Jansa@gmail.com> |
3 | Date: Wed, 11 Apr 2012 14:36:02 +0200 | 3 | Date: Wed, 11 Apr 2012 14:36:02 +0200 |
4 | Subject: [PATCH 07/12] use own functions file instead /etc/init.d/functions | 4 | Subject: [PATCH] use own functions file instead /etc/init.d/functions |
5 | 5 | ||
6 | * so we don't have to depend on initscripts | 6 | * so we don't have to depend on initscripts |
7 | 7 | ||
8 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | 8 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> |
9 | |||
9 | --- | 10 | --- |
10 | Makefile | 1 + | 11 | Makefile | 1 + |
11 | X11/Xinit.d/11zaurus | 2 +- | 12 | X11/Xinit.d/11zaurus | 2 +- |
12 | X11/Xinit.d/12keymap | 2 +- | 13 | X11/Xinit.d/12keymap | 2 +- |
13 | X11/functions | 11 +++++++++++ | 14 | X11/functions | 11 +++++++++++ |
14 | X11/xserver-common | 2 +- | 15 | X11/xserver-common | 2 +- |
15 | 5 files changed, 15 insertions(+), 3 deletions(-) | 16 | 5 files changed, 15 insertions(+), 3 deletions(-) |
16 | create mode 100644 X11/functions | 17 | create mode 100644 X11/functions |
17 | 18 | ||
@@ -70,7 +71,7 @@ index 0000000..a1311ad | |||
70 | + { gsub(" ", "_", $2); print tolower($2) } ' </proc/cpuinfo | 71 | + { gsub(" ", "_", $2); print tolower($2) } ' </proc/cpuinfo |
71 | +} | 72 | +} |
72 | diff --git a/X11/xserver-common b/X11/xserver-common | 73 | diff --git a/X11/xserver-common b/X11/xserver-common |
73 | index 6d8c9df..de92bb7 100644 | 74 | index bb7c2ff..d622f2a 100644 |
74 | --- a/X11/xserver-common | 75 | --- a/X11/xserver-common |
75 | +++ b/X11/xserver-common | 76 | +++ b/X11/xserver-common |
76 | @@ -30,7 +30,7 @@ if [ -f /etc/profile ]; then | 77 | @@ -30,7 +30,7 @@ if [ -f /etc/profile ]; then |
@@ -82,6 +83,3 @@ index 6d8c9df..de92bb7 100644 | |||
82 | 83 | ||
83 | fallback_screen_arg() { | 84 | fallback_screen_arg() { |
84 | geom=`fbset | grep geometry` | 85 | geom=`fbset | grep geometry` |
85 | -- | ||
86 | 1.7.8.5 | ||
87 | |||