projects
/
platform
/
framework
/
web
/
wrtjs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e2a02e
)
fixup! Revise version for tizen 6.5
18/249918/2
author
Youngsoo Choi
<kenshin.choi@samsung.com>
Wed, 9 Dec 2020 11:17:39 +0000
(
03:17
-0800)
committer
Youngsoo Choi
<kenshin.choi@samsung.com>
Thu, 17 Dec 2020 09:32:38 +0000
(
01:32
-0800)
This revises default version to tizen 6.0.
Change-Id: I211edbc890c90fa32f2fd4ce8de0836aa646609b
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
tizen/build/common.sh
patch
|
blob
|
history
diff --git
a/tizen/build/common.sh
b/tizen/build/common.sh
index a6b2a7bb5f6a1af52e1cfd8d72098a55f3a28585..59196ef9726009a279b74f7c8f6032dd575ff3a9 100755
(executable)
--- a/
tizen/build/common.sh
+++ b/
tizen/build/common.sh
@@
-5,7
+5,7
@@
export TOPDIR=$(readlink -f "${SCRIPTDIR}/../..")
export CHROME_SRC="${TOPDIR}"
export LATEST_TIZEN_VERSION=6.5
-export DEFAULT_TIZEN_VERSION=
$LATEST_TIZEN_VERSION
+export DEFAULT_TIZEN_VERSION=
6.0
if [ "$(echo "$@" | grep -e "--tizen")" != "" ]; then
DEFAULT_TIZEN_VERSION=$(echo $@ | sed -e 's#.*--tizen_\([0-9.]*\).*#\1#')