summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-graphical/classes
diff options
context:
space:
mode:
authorHarunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>2019-05-23 15:33:03 +0900
committerHarunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>2019-05-27 10:57:47 +0900
commitdc526ff342e488730f29386c93d43d846357155d (patch)
treeefe40124849297e502f9801331191c61e2b228e6 /meta-agl-profile-graphical/classes
parent01fc2156dd1ffc90776369e1c4ab5acf0f221ed0 (diff)
Revert "Add gst-record argument to weston option"
Bug-AGL : SPEC-2420 This reverts commit b4cd3148e509f566b1a28a02a5f1032ad48aad8c. After weston 6.0 or later, remoting plugin is used instead of current gst-record. The argumant "--gst-record" is not necessary. Change-Id: I580c2acb63a86b2780f0b1b0ba4b4cb357669f39 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Diffstat (limited to 'meta-agl-profile-graphical/classes')
-rw-r--r--meta-agl-profile-graphical/classes/agl-graphical.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-graphical/classes/agl-graphical.bbclass b/meta-agl-profile-graphical/classes/agl-graphical.bbclass
index 0004d9c1a..e99a441b7 100644
--- a/meta-agl-profile-graphical/classes/agl-graphical.bbclass
+++ b/meta-agl-profile-graphical/classes/agl-graphical.bbclass
@@ -1,7 +1,7 @@
WESTONTTY ??= "1"
WESTONUSER ??= "display"
WESTONGROUP ??= "display"
-WESTONARGS ?= "--idle-time=0 --tty=${WESTONTTY} ${@bb.utils.contains("DISTRO_FEATURES", "gst-record", "--gst-record", "",d)}"
+WESTONARGS ?= "--idle-time=0 --tty=${WESTONTTY}"
WESTONLAUNCHARGS ??= "--tty /dev/tty${WESTONTTY} --user ${WESTONUSER}"
DISPLAY_XDG_RUNTIME_DIR ??= "/run/platform/${WESTONUSER}"