diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-23 11:47:15 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-23 11:47:15 +0000 |
commit | f1d0d79f48ab191a1ed0b5065e39046e1d95fef4 (patch) | |
tree | 860036a8554d604726a256d7408c711df834b7cb /packages/python/python-evas_cvs.bb | |
parent | 2534c12ac4c879178132751e51db09c6e4f22cf9 (diff) | |
parent | 958b8822656bed6e5526f9441fea36570787f9c7 (diff) |
merge of '88dd6a801655485b76bb6d591c1f763d51ff47b8'
and 'ea2a23cae4f4d939a07f699c39b603c4c2559ad1'
Diffstat (limited to 'packages/python/python-evas_cvs.bb')
-rw-r--r-- | packages/python/python-evas_cvs.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/python/python-evas_cvs.bb b/packages/python/python-evas_cvs.bb index 710b626349..ff14d95667 100644 --- a/packages/python/python-evas_cvs.bb +++ b/packages/python/python-evas_cvs.bb @@ -1,7 +1,8 @@ require python-efl.inc - DEPENDS += "evas" +PR = "r2" + do_stage() { distutils_stage_all } |