summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-07-29 10:53:47 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-08-04 11:12:27 +0200
commit728581eaad0cd3dd3c31909b72764aca2a7914ad (patch)
tree86a3abb00ac691f3515d52683d62475f48bdc0c0 /recipes
parent80c8af0ded031d371176bd854a5eeedfa03afdc8 (diff)
angstrom-lxde-image: remove gnome-disk-utility for vf
Don't install gnome-disk-utility on Vybrid based modules to save space.
Diffstat (limited to 'recipes')
-rw-r--r--recipes/images/angstrom-lxde-image.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes/images/angstrom-lxde-image.bb b/recipes/images/angstrom-lxde-image.bb
index 8912608..399f852 100644
--- a/recipes/images/angstrom-lxde-image.bb
+++ b/recipes/images/angstrom-lxde-image.bb
@@ -103,13 +103,19 @@ GSTREAMER_append_mx6 = " \
"
GSTREAMER_colibri-vf = ""
+IMAGE_INSTALL_append_tegra = " \
+ gnome-disk-utility \
+"
+IMAGE_INSTALL_append_mx6 = " \
+ gnome-disk-utility \
+"
+
IMAGE_INSTALL += " \
gconf \
gnome-vfs \
gnome-vfs-plugin-file \
gvfs \
gvfsd-trash \
- gnome-disk-utility \
xdg-utils \
xvinfo \
\