diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-11 10:39:07 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-11 11:40:34 +0100 |
commit | d041e3503c7cbe67ddcfc30e8d6ae37b9b108dc1 (patch) | |
tree | 46f28bd45c55cb307ca174e4f30d9cbaeb744851 /recipes/tasks/task-shr-feed.bb | |
parent | dddc18997561e314abbf50445ddaead739438816 (diff) |
task-shr-feed: add glamo-dri-tests only for om-gta02
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/tasks/task-shr-feed.bb')
-rw-r--r-- | recipes/tasks/task-shr-feed.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/tasks/task-shr-feed.bb b/recipes/tasks/task-shr-feed.bb index 0ffd1c0eee..046c8a1cc8 100644 --- a/recipes/tasks/task-shr-feed.bb +++ b/recipes/tasks/task-shr-feed.bb @@ -133,7 +133,6 @@ RDEPENDS_${PN} += "\ # gpsdrive \ wxwidgets \ x11vnc \ - xf86-video-glamo \ # libswt3.4-gtk-java \ cacao \ # jamvm \ @@ -240,7 +239,6 @@ RDEPENDS_${PN} += "\ bt-configure \ bt-gps \ advancedcaching \ - glamo-dri-tests \ bonnie++ \ reiserfsprogs \ blipomoko \ @@ -276,3 +274,6 @@ RDEPENDS_${PN} += "\ emtooth \ podboy \ " + +# this is only usefull on gta02 and on other devices it's trying to pull mesa-dri (not respecting DEFAULT_PROVIDER for virtual/libgl) +RDEPENDS_${PN}_om-gta02 += "glamo-dri-tests" |