diff options
author | Jeonghoon Park <jh1979.park@samsung.com> | 2020-12-03 16:21:23 +0900 |
---|---|---|
committer | 박정훈/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 <jh1979.park@samsung.com> | 2020-12-15 13:55:23 +0900 |
commit | ab80bced4e4359485cffd2d5e3ead58abbc3429d (patch) | |
tree | 45371171f88604a557cfea229c82b4d36927f44b | |
parent | 7291b067a855d4133033ab8d2f34858dbee8018b (diff) | |
download | tic-core-ab80bced4e4359485cffd2d5e3ead58abbc3429d.tar.gz tic-core-ab80bced4e4359485cffd2d5e3ead58abbc3429d.tar.bz2 tic-core-ab80bced4e4359485cffd2d5e3ead58abbc3429d.zip |
update the latest repository url for the default recipe
-rw-r--r-- | etc/recipe.yaml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/recipe.yaml.in b/etc/recipe.yaml.in index 9f53e9d..d414489 100644 --- a/etc/recipe.yaml.in +++ b/etc/recipe.yaml.in @@ -44,10 +44,10 @@ Recipe: Repositories: - Name: tizen_unified Options: --ssl_verify=no - Url: http://download.tizen.org/snapshots/tizen/4.0-unified/latest/repos/standard/packages/ + Url: http://download.tizen.org/snapshots/tizen/unified/latest/repos/standard/packages/ - Name: tizen_base Options: --ssl_verify=no - Url: http://download.tizen.org/snapshots/tizen/4.0-base/latest/repos/arm/packages/ + Url: http://download.tizen.org/snapshots/tizen/base/latest/repos/standard/packages/ Partitions: - Name: default-part Contents: | |