Update 6.5 edje-cc
authorsangwook lee <sangwook96.lee@samsung.com>
Fri, 14 Jan 2022 06:13:20 +0000 (15:13 +0900)
committersangwook lee <sangwook96.lee@samsung.com>
Fri, 14 Jan 2022 06:13:20 +0000 (15:13 +0900)
Change-Id: Iab155a95656e7da9c1546fb57ec310d903c40290
Signed-off-by: sangwook lee <sangwook96.lee@samsung.com>
script/rootstrap_plugin_gen_1.0.sh

index aeb9eb2fd81a7da5ae04abacd0f03096bebad0db..abcd2d2a0713e801882d0fb9681b298588c098e6 100755 (executable)
@@ -137,7 +137,8 @@ xmlstarlet ed -L -s "/extension/rootstrap/toolchain[last()]" -t attr -n "version
 xmlstarlet ed -L -s "/extension/rootstrap" -t elem -n "tool" -v "" $PLUGIN_FILENAME
 xmlstarlet ed -L -s "/extension/rootstrap/tool[last()]" -t attr -n "name" -v "EDJE_CC" $PLUGIN_FILENAME
 xmlstarlet ed -L -s "/extension/rootstrap/tool[last()]" -t attr -n "version" -v "" $PLUGIN_FILENAME
-xmlstarlet ed -L -s "/extension/rootstrap/tool[last()]" -t attr -n "path" -v "#{SBI_HOME}/../../platforms/tizen-${PLATFORM_VERSION}/common/efl-tool/efl-tools/bin/edje_cc" $PLUGIN_FILENAME
+#xmlstarlet ed -L -s "/extension/rootstrap/tool[last()]" -t attr -n "path" -v "#{SBI_HOME}/../../platforms/tizen-${PLATFORM_VERSION}/common/efl-tool/efl-tools/bin/edje_cc" $PLUGIN_FILENAME
+xmlstarlet ed -L -s "/extension/rootstrap/tool[last()]" -t attr -n "path" -v "#{SBI_HOME}/../../platforms/tizen-6.5/common/efl-tool/efl-tools/bin/edje_cc" $PLUGIN_FILENAME
 
 if [ "$INTERNAL" = true ]; then
 xmlstarlet ed -L -s "/extension/rootstrap" -t elem -n "property" -v "" $PLUGIN_FILENAME