diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-19 18:53:22 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-19 19:49:46 +0100 |
commit | 7b52a85404242ff5975177beef43e5f573d3e5bc (patch) | |
tree | 92d076584703ec89c3c33b80ab35d7b924bc77ec /recipes/tasks | |
parent | 177e01f452107ade6c8f6b5832ea89c8e16c1c8d (diff) |
tasks: remove etk/epsilon from task recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/task-efl.bb | 4 | ||||
-rw-r--r-- | recipes/tasks/task-openmoko-feed.bb | 4 | ||||
-rw-r--r-- | recipes/tasks/task-python-efl-examples.bb | 4 | ||||
-rw-r--r-- | recipes/tasks/task-python-efl.bb | 4 | ||||
-rw-r--r-- | recipes/tasks/task-shr-feed.bb | 6 |
5 files changed, 6 insertions, 16 deletions
diff --git a/recipes/tasks/task-efl.bb b/recipes/tasks/task-efl.bb index 20c8954754..00236a4050 100644 --- a/recipes/tasks/task-efl.bb +++ b/recipes/tasks/task-efl.bb @@ -9,13 +9,11 @@ RDEPENDS = "\ edje \ emotion \ esmart \ - epsilon \ edbus \ efreet \ ewl \ - etk \ epdf \ " -PR = "r0" +PR = "r1" ALLOW_EMPTY = "1" diff --git a/recipes/tasks/task-openmoko-feed.bb b/recipes/tasks/task-openmoko-feed.bb index 670af8eafe..9c7d8c5fd9 100644 --- a/recipes/tasks/task-openmoko-feed.bb +++ b/recipes/tasks/task-openmoko-feed.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Openmoko: Misc. Feed Items" SECTION = "openmoko/base" LICENSE = "MIT" -PR = "r61" +PR = "r62" inherit task @@ -13,7 +13,7 @@ RDEPENDS_task-openmoko-feed = "\ ppp \ bluez-hcidump \ bootchart \ - eet evas ecore embryo epsilon edje efreet emotion epdf \ + eet evas ecore embryo edje efreet emotion epdf \ exhibit edje-viewer \ free42-vga \ gpe-filemanager gpe-gallery gpe-timesheet gpe-todo gpe-contacts \ diff --git a/recipes/tasks/task-python-efl-examples.bb b/recipes/tasks/task-python-efl-examples.bb index 34efbeab6b..d882ceccc4 100644 --- a/recipes/tasks/task-python-efl-examples.bb +++ b/recipes/tasks/task-python-efl-examples.bb @@ -6,10 +6,8 @@ RDEPENDS = "\ python-ecore-examples \ python-emotion-examples \ python-edje-examples \ - python-etk-examples \ - python-epsilon-examples \ python-math python-textutils \ " -PR = "ml4" +PR = "ml4.1" ALLOW_EMPTY = "1" diff --git a/recipes/tasks/task-python-efl.bb b/recipes/tasks/task-python-efl.bb index 70c1adfebd..79d50c7a16 100644 --- a/recipes/tasks/task-python-efl.bb +++ b/recipes/tasks/task-python-efl.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Python Bindings to the Enlightenment Foundation Libraries" LICENSE = "MIT" SECTION = "devel/python" -PR = "ml4" +PR = "ml4.1" ALLOW_EMPTY = "1" @@ -11,8 +11,6 @@ RDEPENDS = "\ python-edje \ python-elementary \ python-emotion \ - python-etk \ - python-epsilon \ python-edbus \ " diff --git a/recipes/tasks/task-shr-feed.bb b/recipes/tasks/task-shr-feed.bb index 0564341006..eba0fb6492 100644 --- a/recipes/tasks/task-shr-feed.bb +++ b/recipes/tasks/task-shr-feed.bb @@ -1,5 +1,5 @@ DESCRIPTION = "SHR Feed" -PR = "r48" +PR = "r49" PV = "1.0" LICENSE = "GPL" @@ -36,13 +36,10 @@ RDEPENDS_${PN} += "\ mpd \ mplayer \ navit \ -# omview depends on deprecated (now broken) epsilon -# omview \ orrery \ python-elementary \ pythm \ python-wifi \ - omoney \ openmoko-agpsui \ openvpn \ pyphonelog \ @@ -67,7 +64,6 @@ RDEPENDS_${PN} += "\ python-pygame \ mokoko \ # exhibit \ - edje-viewer \ obexpush \ obexftp \ obex-data-server \ |