Merge "Revert "Add gst-record argument to weston option""
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 28 May 2019 12:52:14 +0000 (12:52 +0000)
committerGerrit Code Review <gerrit@automotivelinux.org>
Tue, 28 May 2019 12:52:14 +0000 (12:52 +0000)
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}"