From 4037943fc2bcdbbadd523a892be17c5179636e77 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Mon, 3 Nov 2008 04:07:09 +0100 Subject: fso-[console-]image: WIP towards using more tasks --- packages/images/fso-console-image.bb | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'packages/images/fso-console-image.bb') 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 \ " -- cgit v1.2.3