aboutsummaryrefslogtreecommitdiffstats
path: root/meta-application-manager/recipes-others/tizen-platform-wrapper
AgeCommit message (Collapse)AuthorFilesLines
2016-12-08Update tizen-platform-wrapperYuta Doi1-1/+1
from: 8b5967cd28a02dd169920f84722d5946d76b1690 to : 4bcd721954ccf5120ddf0aa9930f15ca27aa6d88 Change-Id: I9a047f157e1aabe894d4a62aba5039a3b9bec46f Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
2016-09-22Bug fix:Fail to remove db-journal fileKazumasa Mitsunari2-6/+1
* Bug fix In AGL distribution, there are no db-journal file for pkgmgr_* and app_info in /usr/dbspace because sqlite3 maybe delete them. If journal files doesn't exist, creating DB fails and desktop files are not created. So, this commit change not to remove db-journal file if the files doesn't exist. * Refactoring Some recipe was refactored to enable patch from other layer. * Remove unnecessary file * Modify README Add how to set up to enable global user to create surfaces. Change-Id: Id73e9a840cf59e48641a0c53fbaa6d292d576ae2 Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
2016-08-10Correct SRC_URIKazumasa Mitsunari1-2/+3
There were some mistakes to specify source url. SRC_URI is overwritten, but collectly SRC_URI_prepend is correct. The mistakes caused to avoid patching. Change-Id: I2bc6345a89ce3eabb4caa025dfd7558c610a4185 Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
2016-07-29Change patch file of wrapperKazumasa Mitsunari1-1/+1
Change-Id: I6224ea641425a1c037707fe6df3ad0244ec6ef2a Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
2016-07-29Change SRC_URI of tizen-platform-*Kazumasa Mitsunari1-0/+4
Tizen changed the source code repository. This commit changes the repository url. Revision is same. Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
2016-07-22First version of ported tizen application managerKazumasa Mitsunari5-0/+307
Change-Id: I46735869fe8113be58348d575e01734e498d2de2 Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>