[TIC-CORE] Bug-fix: remove invalid options 50/105750/1
authorChulwoo Shin <cw1.shin@samsung.com>
Mon, 19 Dec 2016 10:42:03 +0000 (19:42 +0900)
committerChulwoo Shin <cw1.shin@samsung.com>
Mon, 19 Dec 2016 10:42:03 +0000 (19:42 +0900)
removed invalid comma(,) in MIC2OPtions

Change-Id: I75f896dae8c7bcbd47d0a33c39bdc7f09bc722c7
Signed-off-by: Chulwoo Shin <cw1.shin@samsung.com>
tic/parser/recipe_parser.py

index a2fc3c6..e9049d4 100644 (file)
@@ -84,7 +84,7 @@ def get_default_recipe():
                 Active= True,
                 Platform= 'Emulator64wayland',
                 Part= 'mobile-2parts-emulator',
-                Mic2Options= '-f loop --pack-to=@NAME@.tar.gz,',
+                Mic2Options= '-f loop --pack-to=@NAME@.tar.gz',
                 FileName= 'mobile-emulator64-wayland',
                 Repos=['mobile-emulator64-wayland', 'base_emulator64'],
                 Groups=['Mobile Adaptation Emulator'],