aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorAngus Ainslie <nytowl@openmoko.org>2009-04-21 10:09:10 -0600
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-04-24 17:23:56 +0200
commit8b680b2a9afd563a87273bb7eae51a00be1b5092 (patch)
tree262f9149a34a1dd439b4612ec6c889ff90c8bc61 /recipes/python
parentf39b6e0d805fc55cd7bcc6edd03f81bd2441301a (diff)
downloadopenembedded-8b680b2a9afd563a87273bb7eae51a00be1b5092.tar.gz
python-evas: make sure all headers are staged for dependencies
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-evas_svn.bb1
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
}