Revert "Add gst-record argument to weston option" 73/21373/2
authorHarunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Thu, 23 May 2019 06:33:03 +0000 (15:33 +0900)
committerHarunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Mon, 27 May 2019 01:57:47 +0000 (10:57 +0900)
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>
meta-agl-profile-graphical/classes/agl-graphical.bbclass

index 0004d9c..e99a441 100644 (file)
@@ -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}"