diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-18 15:47:44 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-18 15:47:44 +0200 |
commit | b04cfda1e8ac08bb812d7dc2ff099bf42eb716ba (patch) | |
tree | 3709d454141b06606f6f521236196e3557b3d7ad /recipes/tasks | |
parent | 66acf1e6c52fd1a6dc73d9a9a920a4fd8aef4059 (diff) |
task-beagleboard-demo: add more e-wm configs
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/task-beagleboard-demo.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/tasks/task-beagleboard-demo.bb b/recipes/tasks/task-beagleboard-demo.bb index 1d5f3f8305..0f24dc9a23 100644 --- a/recipes/tasks/task-beagleboard-demo.bb +++ b/recipes/tasks/task-beagleboard-demo.bb @@ -1,10 +1,10 @@ DESCRIPTION = "Task for Beagleboard-demo-image" -PR = "r9" +PR = "r10" inherit task -ECONFIG ?= "places e-wm-config-angstrom e-wm-config-default" +ECONFIG ?= "places e-wm-config-angstrom e-wm-config-angstrom-touchscreen e-wm-config-angstrom-widescreen e-wm-config-default" RDEPENDS_${PN} = "\ task-proper-tools \ |