diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-02-16 16:21:49 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-02-16 16:21:49 +0000 |
commit | a30a065aa1974fbc8c1fab60dfa403485f44f17d (patch) | |
tree | cf6f7fc4d589f9345231decd38aafdc779f69af0 /packages/python/python-ecore_cvs.bb | |
parent | 16de56e20ea575bd81dab5b8868a18fbf2679777 (diff) |
(python-)efl cvs update and catch up with upstream version changes, add missing dependency in
python-ecore
Diffstat (limited to 'packages/python/python-ecore_cvs.bb')
-rw-r--r-- | packages/python/python-ecore_cvs.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/python/python-ecore_cvs.bb b/packages/python/python-ecore_cvs.bb index 0ec598f5a0..73c4b7ea00 100644 --- a/packages/python/python-ecore_cvs.bb +++ b/packages/python/python-ecore_cvs.bb @@ -1,6 +1,7 @@ require python-efl.inc -DEPENDS += "ecore" -PR = "r5" +DEPENDS += "python-evas ecore" +PV = "0.2.1+cvs${SRCDATE}" +PR = "r0" do_stage() { distutils_stage_all |