aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-elementary_svn.bb
blob: 08def2ae4911b23e3078fda3acd76148d5a93548 (plain)
1
2
3
4
5
6
7
8
9
10
11
require python-efl.inc
DEPENDS += "elementary"
RDEPENDS += "python-evas python-ecore python-edje" 
PV = "0.1+svnr${SRCREV}"
PR = "ml1"

SRC_URI += "file://py_elm.patch;patch=1"

do_stage() {         
	distutils_stage_all 
}