diff options
author | Angus Ainslie <nytowl@openmoko.org> | 2009-04-21 10:09:10 -0600 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-04-24 17:23:56 +0200 |
commit | 8b680b2a9afd563a87273bb7eae51a00be1b5092 (patch) | |
tree | 262f9149a34a1dd439b4612ec6c889ff90c8bc61 | |
parent | f39b6e0d805fc55cd7bcc6edd03f81bd2441301a (diff) |
python-evas: make sure all headers are staged for dependencies
-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 \ |