From: sangwook lee Date: Wed, 13 Apr 2022 18:41:38 +0000 (+0900) Subject: Update 7.0 edje-cc X-Git-Tag: accepted/tizen/unified/20240719.080553~252 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f256ebe2739de245c072d0be8fd31ac86dd31537;p=platform%2Fhal%2Fbackend%2Frootstrap-data-common.git Update 7.0 edje-cc Change-Id: I717280a94aba744c7bc2e3ed5feec3bae341c66e Signed-off-by: sangwook lee --- diff --git a/script/rootstrap_plugin_gen_1.0.sh b/script/rootstrap_plugin_gen_1.0.sh index abcd2d2..89d2f1d 100755 --- a/script/rootstrap_plugin_gen_1.0.sh +++ b/script/rootstrap_plugin_gen_1.0.sh @@ -138,7 +138,7 @@ xmlstarlet ed -L -s "/extension/rootstrap" -t elem -n "tool" -v "" $PLUGIN_FILEN 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-6.5/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-7.0/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