diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-03 04:07:09 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-03 16:16:11 +0100 |
commit | 4037943fc2bcdbbadd523a892be17c5179636e77 (patch) | |
tree | ab508d2969953b10ecdd098f1291ff399fb05835 /packages/images/fso-console-image.bb | |
parent | 8156545fea7df858b61a98dd8cba2c1bd2d1754c (diff) |
fso-[console-]image: WIP towards using more tasks
Diffstat (limited to 'packages/images/fso-console-image.bb')
-rw-r--r-- | packages/images/fso-console-image.bb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/packages/images/fso-console-image.bb b/packages/images/fso-console-image.bb index 2c168b7e19..04d9d23afc 100644 --- a/packages/images/fso-console-image.bb +++ b/packages/images/fso-console-image.bb @@ -1,13 +1,12 @@ #------------------------------------------------------ -# freesmartphone.org Console Image Recipe +# FSO compliant Console Image Recipe #------------------------------------------------------ require fso-image.bb IMAGE_INSTALL = "\ - ${BASE_INSTALL} \ - ${AUDIO_INSTALL} \ - ${TOOLS_INSTALL} \ - ${PYTHON_INSTALL} \ - frameworkd \ + task-base \ + task-fso-compliance \ + task-cli-tools \ + task-cli-tools-python \ " |