From: Eduardo Lima (Etrunko) <[email protected]> * Update PV * New recipes for python-efl-utils and python-ethumb * Add new recipes to task-python-efl
Signed-off-by: Eduardo Lima (Etrunko) <[email protected]> --- recipes/python/python-elementary_svn.bb | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/recipes/python/python-elementary_svn.bb b/recipes/python/python-elementary_svn.bb index 4d2a105..da5ee68 100644 --- a/recipes/python/python-elementary_svn.bb +++ b/recipes/python/python-elementary_svn.bb @@ -1,4 +1,8 @@ require python-efl.inc SRCREV = "${EFL_SRCREV}" DEPENDS += "elementary" -RDEPENDS_${PN} += "python-evas python-ecore python-edje" +RDEPENDS_${PN} += "python-evas python-ecore python-edje" + +do_stage() { + distutils_stage_all +} -- 1.7.3.1 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
