From 913ef0cc3d1644d5179bae347d8abef6c63222b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Tue, 29 Jul 2014 14:17:45 +0200 Subject: [PATCH] weston-common: remove unnecessary patch MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- recipes-tizen/weston-common/weston-common-extraconf.inc | 2 -- .../weston-common/weston-common/0005-fix_weston_start.patch | 13 ------------- 2 files changed, 15 deletions(-) delete mode 100644 recipes-tizen/weston-common/weston-common/0005-fix_weston_start.patch diff --git a/recipes-tizen/weston-common/weston-common-extraconf.inc b/recipes-tizen/weston-common/weston-common-extraconf.inc index 1e7aa32..d4d8b2f 100644 --- a/recipes-tizen/weston-common/weston-common-extraconf.inc +++ b/recipes-tizen/weston-common/weston-common-extraconf.inc @@ -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 index 3622d61..0000000 --- a/recipes-tizen/weston-common/weston-common/0005-fix_weston_start.patch +++ /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 -- 2.7.4