This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ fetch_tizen_pkgs()
154
154
done
155
155
}
156
156
157
- Inform " Initialize arm 4.0- base"
158
- fetch_tizen_pkgs_init arm 4.0- base
157
+ Inform " Initialize standard base"
158
+ fetch_tizen_pkgs_init standard base
159
159
Inform " fetch common packages"
160
160
fetch_tizen_pkgs armv7l gcc glibc glibc-devel libicu libicu-devel
161
161
fetch_tizen_pkgs noarch linux-glibc-devel
@@ -164,8 +164,8 @@ fetch_tizen_pkgs armv7l lldb lldb-devel libgcc libstdc++ libstdc++-devel libunwi
164
164
Inform " fetch corefx packages"
165
165
fetch_tizen_pkgs armv7l libcom_err libcom_err-devel zlib zlib-devel libopenssl libopenssl-devel krb5 krb5-devel libcurl libcurl-devel
166
166
167
- Inform " Initialize standard 4.0- unified"
168
- fetch_tizen_pkgs_init standard 4.0- unified
167
+ Inform " Initialize standard unified"
168
+ fetch_tizen_pkgs_init standard unified
169
169
Inform " fetch corefx packages"
170
170
fetch_tizen_pkgs armv7l gssdp gssdp-devel
171
171
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ rootpw tizen
8
8
desktop --autologinuser=root
9
9
user --name root --groups audio,video --password ' tizen'
10
10
11
- repo --name=standard --baseurl=http://download.tizen.org/snapshots/tizen/4.0- unified/latest/repos/standard/packages/ --ssl_verify=no
12
- repo --name=base --baseurl=http://download.tizen.org/snapshots/tizen/4.0- base/latest/repos/arm/packages/ --ssl_verify=no
11
+ repo --name=standard --baseurl=http://download.tizen.org/snapshots/tizen/unified/latest/repos/standard/packages/ --ssl_verify=no
12
+ repo --name=base --baseurl=http://download.tizen.org/snapshots/tizen/base/latest/repos/arm/packages/ --ssl_verify=no
13
13
14
14
%packages
15
15
tar
You can’t perform that action at this time.
0 commit comments