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