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

do_stage() {
    distutils_stage_all
}