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 /recipes/python | |
parent | f39b6e0d805fc55cd7bcc6edd03f81bd2441301a (diff) |
python-evas: make sure all headers are staged for dependencies
Diffstat (limited to 'recipes/python')
-rw-r--r-- | recipes/python/python-evas_svn.bb | 1 |
1 files changed, 1 insertions, 0 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 } |