weston-common: remove unnecessary patch 96/25096/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 29 Jul 2014 12:17:45 +0000 (14:17 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 29 Jul 2014 12:21:34 +0000 (14:21 +0200)
This patch added the CAP_SYS_ADMIN capability to configure the tty
which is not needed anymore.

Change-Id: If03fa67229a5d08826aac296c3b71baf76430ff5
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/weston-common/weston-common-extraconf.inc
recipes-tizen/weston-common/weston-common/0005-fix_weston_start.patch [deleted file]

index 1e7aa32..d4d8b2f 100644 (file)
@@ -1,4 +1,3 @@
-
 inherit useradd
 
 FILESEXTRAPATHS_append := "${THISDIR}/weston-common"
@@ -7,7 +6,6 @@ SRC_URI += "file://0001-Yocto-correct-paths-to-ln-and-chmod.patch"
 SRC_URI += "file://0002-Add-a-script-to-export-UID.patch"
 SRC_URI += "file://0003-Automatically-restart-display-manager.patch"
 SRC_URI += "file://0004-Modifications-for-yocto-build.patch"
-SRC_URI += "file://0005-fix_weston_start.patch"
 
 USERADD_PACKAGES = "${PN}"
 
diff --git a/recipes-tizen/weston-common/weston-common/0005-fix_weston_start.patch b/recipes-tizen/weston-common/weston-common/0005-fix_weston_start.patch
deleted file mode 100644 (file)
index 3622d61..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/display-manager-run.service b/display-manager-run.service
-index 2242f04..dff3897 100644
---- a/display-manager-run.service
-+++ b/display-manager-run.service
-@@ -10,7 +10,7 @@ EnvironmentFile=/etc/sysconfig/weston
- #adding the capability to configure ttys
- #may be needed if the user 'display' doesn't own the tty
--#CapabilityBoundingSet=CAP_SYS_TTY_CONFIG 
-+CapabilityBoundingSet=CAP_SYS_TTY_CONFIG CAP_SYS_ADMIN
- [Install]
- WantedBy=graphical.target