Thanks.
I am trying now.


On Mon, Oct 24, 2016 at 10:47 AM, Geunsik Lim <lee...@gmail.com> wrote:

> I recommend that you try to use a up-to-date '*.xml' from
> http://download.tizen.org/snapshots/tizen/common/latest/
> builddata/manifest/
> $ curl http://download.tizen.org/snapshots/tizen/common/latest/
> builddata/manifest/tizen-common_20161021.3_arm-wayland.xml >
> .repo/manifests/common/projects.xml
>
> Or, you can fix this issue by modifying incorrect path of the project
> (e.g. tizen-platform-wrapper) as following after checking a correct path of
> the project
> at https://review.tizen.org/gerrit/#/admin/projects/
>
> $ vi .repo/manifests/common/projects.xml
> * before:
> <project name="platform/core/appfw/tizen-platform-wrapper"
>  path="platform/core/appfw/tizen-platform-wrapper"  revision="
> e866508e4b35f0fc3b16eb2107dbb3dba42ac23e"/>
>
> * after:
> <project name="platform/core/system/tizen-platform-wrapper"
> path="platform/core/system/tizen-platform-wrapper" revision="
> e866508e4b35f0fc3b16eb2107dbb3dba42ac23e"/>
>
>
> * Reference:
> https://source.tizen.org/documentation/developer-guide/
> getting-started-guide/cloning-tizen-source
>
> 2. Replace latest manifest with snapshot manifest and make proper
> modification by executing one of the following two sets of commands, as
> appropriate:
> Tizen Common
> $ wget <Snapshot_Manifest_URL> -O .repo/manifests/common/projects.xml
> $ sed -i '3,4d' .repo/manifests/common/projects.xml
>
>
>
>
> --
> http://leemgs.fedorapeople.org
> Don't try to avoid pain if you fail.
> If you decided to face the challenges in life,
> you can gain a lot by giving your best.
> Cheolsang Jeong's Book & life
> --
>
_______________________________________________
General mailing list
General@lists.tizen.org
https://lists.tizen.org/listinfo/general

Reply via email to