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