diff options
author | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2010-02-13 01:25:26 +0100 |
---|---|---|
committer | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2010-02-13 02:05:18 +0100 |
commit | 5635777f38f3d86ff0b3ae9e2e5a518e38c22105 (patch) | |
tree | 1b3b49a6fc05a9b8f27d9483cfcb13f78aeac44e /recipes/images/illume-image.bb | |
parent | 92b4e2562f70af5db556390431477c73e68a7857 (diff) |
illume-image: comment additional phone functionality(zhone already commented)
Phone functionality is already commented in this line:
# ${ZHONE_INSTALL} \
So I commented the remaining phone applications that couldn't work
or were useless without ZHONE_INSTALL
Moreover the image name suggest that the image would be general:
<JaMa> GNUtoo: I agree, with name like this it should stay as general as posible
Diffstat (limited to 'recipes/images/illume-image.bb')
-rw-r--r-- | recipes/images/illume-image.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/images/illume-image.bb b/recipes/images/illume-image.bb index 32776ca8cd..9482257d39 100644 --- a/recipes/images/illume-image.bb +++ b/recipes/images/illume-image.bb @@ -94,7 +94,7 @@ AUDIO_INSTALL = "\ ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugin-mad', d)} \ gst-plugin-modplug \ gst-plugin-sid \ - fso-sounds \ +# fso-sounds \ " GTK_INSTALL = "\ @@ -138,9 +138,9 @@ APPS_INSTALL = "\ elementary-alarm \ expedite \ expedite-themes \ - libefso \ - essential-dialer \ - elementary-sms \ +# libefso \ +# essential-dialer \ +# elementary-sms \ " IMAGE_INSTALL = "\ |