diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-08-28 11:58:12 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-09-01 14:23:28 -0700 |
commit | 500a032003bbae6d79dd2758750c0f09fe5ebf35 (patch) | |
tree | 35e672ae41d5866ba17fd16047170668114beccc /recipes | |
parent | c31313b1750557cdbe3c7f533fea9defcb3c6636 (diff) |
task-demo-x11.bb: Replace non existing libgles-omap3-demos with libgles-omap3-x11demos
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/tasks/task-demo-x11.bb | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/recipes/tasks/task-demo-x11.bb b/recipes/tasks/task-demo-x11.bb index 39b68e7b43..e3426582b1 100644 --- a/recipes/tasks/task-demo-x11.bb +++ b/recipes/tasks/task-demo-x11.bb @@ -8,7 +8,7 @@ ECONFIG ?= "places e-wm-config-angstrom e-wm-config-angstrom-touchscreen e-wm-co RDEPENDS_${PN} = "\ task-base-extended \ - task-gstreamer-ti \ + task-gstreamer-ti \ angstrom-x11-base-depends \ angstrom-gpe-task-base \ angstrom-gpe-task-settings \ @@ -20,16 +20,15 @@ RDEPENDS_${PN} = "\ firefox midori \ hicolor-icon-theme gnome-icon-theme \ mplayer \ - angstrom-gnome-icon-theme-enable \ - picodlp-control \ - connman-gnome \ - gnome-bluetooth \ - alsa-utils-aplay \ - alsa-utils-alsamixer \ + angstrom-gnome-icon-theme-enable \ + picodlp-control \ + connman-gnome \ + gnome-bluetooth \ + alsa-utils-aplay \ + alsa-utils-alsamixer \ libgles-omap3 \ - libgles-omap3-demos \ + libgles-omap3-x11demos \ libgles-omap3-tests \ - bc-cat-omap3-module-tests \ " # Install all kernel modules |