From: sangwook lee Date: Fri, 14 Jan 2022 06:13:20 +0000 (+0900) Subject: Update 6.5 edje-cc X-Git-Tag: accepted/tizen/unified/20240719.080553~258 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=960ca99b3a858f8895423050238f6064d72779da;p=platform%2Fhal%2Fbackend%2Frootstrap-data-common.git Update 6.5 edje-cc Change-Id: Iab155a95656e7da9c1546fb57ec310d903c40290 Signed-off-by: sangwook lee --- diff --git a/script/rootstrap_plugin_gen_1.0.sh b/script/rootstrap_plugin_gen_1.0.sh index aeb9eb2..abcd2d2 100755 --- a/script/rootstrap_plugin_gen_1.0.sh +++ b/script/rootstrap_plugin_gen_1.0.sh @@ -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