summaryrefslogtreecommitdiffstats
path: root/recipes/python/python-ecore_svn.bb
blob: 94daaf1dd4382ff6d487bed26338219788108802 (plain)
1
2
3
4
5
6
7
8
require python-efl.inc
SRCREV = "${EFL_SRCREV}"
DEPENDS += "python-evas ecore"
RDEPENDS += "python-evas"

do_stage() {
    distutils_stage_all
}