meta-tizen: Add second background
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Fri, 30 May 2014 15:37:36 +0000 (17:37 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 17:20:17 +0000 (09:20 -0800)
Change-Id: Ic6e08411b7905280f53a8d736b57ce3d329d2bdc
(From meta-tizen rev: 71e40b62d9cce08b517b641db62fc8c6c4b75c9f)

Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-tizen/recipes-tizen/weston-common/weston-common-extraconf.inc
meta-tizen/recipes-tizen/weston-common/weston-common/0001-Add-a-second-background.patch [new file with mode: 0644]

index e1360a1..4da46ff 100644 (file)
@@ -7,6 +7,7 @@ SRC_URI += "file://0001-Add-a-script-to-export-UID.patch"
 SRC_URI += "file://0001-Automatically-restart-display-manager.patch"
 SRC_URI += "file://0001-Modifications-for-yocto-build.patch"
 SRC_URI += "file://0001-fix_weston_start.patch"
+SRC_URI += "file://0001-Add-a-second-background.patch"
 
 USERADD_PACKAGES = "${PN}"
 
diff --git a/meta-tizen/recipes-tizen/weston-common/weston-common/0001-Add-a-second-background.patch b/meta-tizen/recipes-tizen/weston-common/weston-common/0001-Add-a-second-background.patch
new file mode 100644 (file)
index 0000000..5a75568
--- /dev/null
@@ -0,0 +1,32 @@
+From cf662a8d7cd9f70e820d88779ed794426f62f090 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?K=C3=A9vin=20THIERRY?= <kevin.thierry@open.eurogiciel.org>
+Date: Fri, 30 May 2014 17:33:52 +0200
+Subject: [PATCH] meta-tizen: Add a second background
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Change-Id: Ia473562dc399fa5875b646dc0b6ce563c26efb0e
+Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
+---
+ weston.ini | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/weston.ini b/weston.ini
+index 4e1f36f..a604b54 100644
+--- a/weston.ini
++++ b/weston.ini
+@@ -2,8 +2,8 @@
+ modules=desktop-shell.so
+ [shell]
+-#background-image=/usr/share/backgrounds/gnome/Aqua.jpg
+-background-image=/usr/share/backgrounds/tizen/golfe-morbihan.jpg      
++#background-image=/usr/share/backgrounds/tizen/golfe-morbihan.jpg     
++background-image=/usr/share/backgrounds/tizen/tizen_common.png
+ background-color=0xff002244
+ background-type=scale-crop
+ panel-color=0x95333333
+-- 
+1.8.1.4
+