diff options
author | Jussi Timperi <jussi.timperi@gmail.com> | 2010-05-30 16:47:53 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-31 08:09:43 +0200 |
commit | 9e1bfaca7c0f11db87e6dfe2c32b376254ce6a77 (patch) | |
tree | 74bc433fb358a30bbb06204052969822da71488a /recipes | |
parent | bc330329c60cfb0f3e3f0dd944cbb97a92a7beca (diff) |
task-shr-feed: add omhacks
Signed-off-by: Jussi Timperi <jussi.timperi@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/tasks/task-shr-feed.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes/tasks/task-shr-feed.bb b/recipes/tasks/task-shr-feed.bb index 79ef8ed156..6c6120aaf9 100644 --- a/recipes/tasks/task-shr-feed.bb +++ b/recipes/tasks/task-shr-feed.bb @@ -1,5 +1,5 @@ DESCRIPTION = "SHR Feed" -PR = "r56" +PR = "r57" PV = "1.0" LICENSE = "GPL" @@ -38,6 +38,7 @@ RDEPENDS_${PN} += "\ mpd \ mplayer \ navit \ + omhacks \ orrery \ python-elementary \ pythm \ @@ -47,8 +48,8 @@ RDEPENDS_${PN} += "\ pyphonelog \ # shr-config \ shr-today \ - shr-theme-neo \ - shr-theme-o2 \ + shr-theme-neo \ + shr-theme-o2 \ shr-theme-niebiee \ shr-theme-sixteen \ # gry should be in image already |