Remove "app2sd" build dependency
authorJihoon Chung <jihoon.chung@samsaung.com>
Sat, 5 Oct 2013 06:36:32 +0000 (15:36 +0900)
committerHoseon LEE <hoseon46.lee@samsung.com>
Mon, 14 Oct 2013 11:35:05 +0000 (20:35 +0900)
commita3446dc0c390b864417b6d8b665b681e35bafa80
treef6955693e8aaba0389c9bd1fabf61c61f017e621
parent02b5af6b2e849085148da73ab590748e617ac586
Remove "app2sd" build dependency

* app2sd library supports APIs to handle external storage

[Issue#]   LINUXWRT-998
[Problem]  "app2sd" package dependency is no longer necessary.
[Cause]    symlink'ing to external storage is managed by platform level now.
           For this reason, WRT does not need to use "app2sd" package.
[Solution] Deprecate "app2sd" usage
           - Remove "app2sd" dependency.
           - Remove "src/domain/prepare_external_storage.cpp/h" and usage

[Remarks]
- To launch apps installed in external storage, symlink'ing to external storage is mandatory.
- WRT used to create symlink during web app installation time to external storage feature,
  but this is no longer necessary.

[SCMRequest] N/A

Change-Id: Iab51f9cb7a6ab58b5bf0cb7ee2378cfaaac5ddb3
packaging/wrt.spec
src/CMakeLists.txt
src/domain/prepare_external_storage.cpp [deleted file]
src/domain/prepare_external_storage.h [deleted file]
src/wrt-client/wrt-client.cpp