blob: 14d530911f656d0a4b65bb16e9720d08e5bd0807 (
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}"
PR = "r0"
do_stage() {
distutils_stage_all
}
|