diff options
author | Elena Grandi <elena.valhalla@gmail.com> | 2009-07-01 10:52:58 +0200 |
---|---|---|
committer | Elena Grandi <elena.valhalla@gmail.com> | 2009-07-01 10:52:58 +0200 |
commit | ff806d26a17abb2ef743325bcd2b8a2319e648de (patch) | |
tree | 4c6de07907337e05353bcdae135c8589c4c582a7 /recipes | |
parent | 5ffd81ea6e75aecbfe1ed994d3f593039b7b24aa (diff) |
sugar-image: updated to use the task-sugar-sucrose recipe
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/images/sugar-image.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/images/sugar-image.bb b/recipes/images/sugar-image.bb index 247927543b..e4513f6fe5 100644 --- a/recipes/images/sugar-image.bb +++ b/recipes/images/sugar-image.bb @@ -1,5 +1,6 @@ XSERVER ?= "xserver-kdrive-fbdev" SPLASH ?= ' ${@base_contains("MACHINE_FEATURES", "screen", "psplash-angstrom", "",d)}' +ANGSTROM_EXTRA_INSTALL += "" export IMAGE_BASENAME = "sugar-image" @@ -10,7 +11,7 @@ IMAGE_INSTALL = "\ angstrom-x11-base-depends \ angstrom-gpe-task-base \ angstrom-gpe-task-settings \ - sugar-sucrose \ + task-sugar-sucrose \ ${SPLASH} \ ${ANGSTROM_EXTRA_INSTALL}" |