From 7a2c49b92776d6b1ee88db1e98ce1a886c080911 Mon Sep 17 00:00:00 2001 From: Chulwoo Shin Date: Mon, 19 Dec 2016 19:42:03 +0900 Subject: [PATCH] [TIC-CORE] Bug-fix: remove invalid options removed invalid comma(,) in MIC2OPtions Change-Id: I75f896dae8c7bcbd47d0a33c39bdc7f09bc722c7 Signed-off-by: Chulwoo Shin --- tic/parser/recipe_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tic/parser/recipe_parser.py b/tic/parser/recipe_parser.py index a2fc3c6..e9049d4 100644 --- a/tic/parser/recipe_parser.py +++ b/tic/parser/recipe_parser.py @@ -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'], -- 2.7.4