blob: ad82e04813018aedb479fbb5f754882d2dd65d5d (
plain)
1
2
3
4
5
6
7
8
9
10
|
require python-efl.inc
SRCREV = "${EFL_SRCREV}"
DEPENDS += "elementary"
RDEPENDS += "python-evas python-ecore python-edje"
PV = "0.1+svnr${SRCPV}"
PR = "ml0"
do_stage() {
distutils_stage_all
}
|