blob: ebfe8e2e62bbfac18962594ed4fb2640dba1b2a8 (
plain)
1
2
3
4
5
6
7
8
9
|
require python-efl.inc
DEPENDS += "etk"
RDEPENDS += "python-evas python-ecore python-edje python-numeric python-math etk-themes"
PV = "0.3.0+svnr${SRCREV}"
FILE_PR = "r0"
do_stage() {
distutils_stage_all
}
|