diff options
-rw-r--r-- | recipes/python/python-evas_svn.bb | 1 | ||||
-rw-r--r-- | recipes/tasks/task-openmoko-feed.bb | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/recipes/python/python-evas_svn.bb b/recipes/python/python-evas_svn.bb index 8a95b4418c..3af7afdf63 100644 --- a/recipes/python/python-evas_svn.bb +++ b/recipes/python/python-evas_svn.bb @@ -3,4 +3,5 @@ DEPENDS += "evas" do_stage() { distutils_stage_all + distutils_stage_headers } diff --git a/recipes/tasks/task-openmoko-feed.bb b/recipes/tasks/task-openmoko-feed.bb index 9a9e385cfa..670af8eafe 100644 --- a/recipes/tasks/task-openmoko-feed.bb +++ b/recipes/tasks/task-openmoko-feed.bb @@ -16,12 +16,16 @@ RDEPENDS_task-openmoko-feed = "\ eet evas ecore embryo epsilon edje efreet emotion epdf \ exhibit edje-viewer \ free42-vga \ - gpe-filemanager gpe-gallery gpe-timesheet gpe-todo \ + gpe-filemanager gpe-gallery gpe-timesheet gpe-todo gpe-contacts \ + leafpad abiword \ + claws-mail claws-plugin-mailmbox claws-plugin-gtkhtml2-viewer claws-plugin-rssyl \ ipkg-link ipkg-utils \ joe \ kbdd \ kexec-tools \ midori \ + dillo \ + fennec \ ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'mplayer', d)} \ mtpaint \ mysql \ |