aboutsummaryrefslogtreecommitdiffstats
path: root/meta-application-manager/recipes-application-framework/ail/ail.inc
AgeCommit message (Collapse)AuthorFilesLines
2016-12-20Update ailYuta Doi1-34/+12
from: 6de70f2ffa8664b4b04693e9505566b118dc139a to : 53a8f8cd04813083fb37936b7ffb2caad66c34d2 [NOTE] This commit have been checked compiling, but the command of pkgmgr have been failed because the pkgmgr have not been updeted yet. Change-Id: I7d2c200c6a37b1c5f857b2f47b3ac78a18174bf6 Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
2016-09-22Bug fix:Fail to remove db-journal fileKazumasa Mitsunari1-1/+3
* 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-07-25Change GLOBALUSER to aglglobalappKazumasa Mitsunari1-8/+8
Change GLOBALUSER (is defined in etc/tizen-platform.conf) to aglglobalapp from tizenglobalapp according to AGL platform. Change-Id: I9dc224ced7ef0ff15976860d1c0bc8c7ae402da9 Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
2016-07-22First version of ported tizen application managerKazumasa Mitsunari1-0/+202
Change-Id: I46735869fe8113be58348d575e01734e498d2de2 Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>