aboutsummaryrefslogtreecommitdiffstats
path: root/meta-application-manager/recipes-application-framework/pkgmgr/pkgmgr.inc
AgeCommit message (Collapse)AuthorFilesLines
2016-10-12Fix build errors of appcoreKazumasa Mitsunari1-1/+0
Sometimes build errors were occuerd about appcore-efl dependencies. That is because elementary is no longer built due to removing efl dependencies, but appcore-efl.pc.in includes elementary. In addition I removed some unnecessary command in recipes. Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
2016-09-23Remove efl dependencies of tizen application managerKazumasa Mitsunari1-0/+1
Removed efl dependencies of tizen application manager. Application could register own event callback function to efl, but AGL has to collaborate with other runtime engine cores. So temporarily disconnected efl event delivery. However, the efl dependencies of amhelloworld(sample applicaiton) is not removed. So, if the error about efl dependencies at scratch build, please let me know. Change-Id: I76b1b3a3575db56b651eabbfd0e0da0b42b708f4 Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
2016-09-22Bug fix:Fail to remove db-journal fileKazumasa Mitsunari1-1/+5
* 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-22First version of ported tizen application managerKazumasa Mitsunari1-0/+308
Change-Id: I46735869fe8113be58348d575e01734e498d2de2 Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>