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