From: Kévin THIERRY Date: Tue, 29 Jul 2014 12:17:45 +0000 (+0200) Subject: weston-common: remove unnecessary patch X-Git-Tag: rev_0.1~10^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=913ef0cc3d1644d5179bae347d8abef6c63222b4;p=scm%2Fbb%2Fmeta-tizen.git weston-common: remove unnecessary patch 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 --- 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