diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-09-14 22:02:50 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-09-14 22:02:50 +0000 |
commit | f08288008c2468351c3e3a5d8c3f7177f1cb408b (patch) | |
tree | 4901f08555bcab1652a0d180b9c180365436b081 /packages/python/python-etk_svn.bb | |
parent | c77036e3ee8f664cda70b523b12eb8572259af2e (diff) |
python-efl: bump version number, move python-etk to svn build
Diffstat (limited to 'packages/python/python-etk_svn.bb')
-rw-r--r-- | packages/python/python-etk_svn.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/python/python-etk_svn.bb b/packages/python/python-etk_svn.bb new file mode 100644 index 0000000000..14d530911f --- /dev/null +++ b/packages/python/python-etk_svn.bb @@ -0,0 +1,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 +} |