diff options
Diffstat (limited to 'packages/python/python-ecore_svn.bb')
-rw-r--r-- | packages/python/python-ecore_svn.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/python/python-ecore_svn.bb b/packages/python/python-ecore_svn.bb new file mode 100644 index 0000000000..dacf5af3d8 --- /dev/null +++ b/packages/python/python-ecore_svn.bb @@ -0,0 +1,9 @@ +require python-efl.inc +DEPENDS += "python-evas ecore" +RDEPENDS += "python-evas" +PV = "0.2.1+svnr${SRCREV}" +PR = "r2" + +do_stage() { + distutils_stage_all +} |