diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2018-06-25 23:23:03 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2019-03-06 13:44:32 +0100 |
commit | 93049af7ed1b374813a5e0cf1b46505c25d6df41 (patch) | |
tree | 35bf5b4e53caaee2ca7ee8a958a063c5bea745f5 | |
parent | 8fd8b5f807890f9c3ee600d7c57858450b6a1540 (diff) |
lxde-image: drop gvfs and florence3 for now
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r-- | recipes-images/images/angstrom-lxde-image.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-images/images/angstrom-lxde-image.bb b/recipes-images/images/angstrom-lxde-image.bb index f03485a..d8f8014 100644 --- a/recipes-images/images/angstrom-lxde-image.bb +++ b/recipes-images/images/angstrom-lxde-image.bb @@ -246,8 +246,6 @@ RRECOMMENDS_${PN} += " \ IMAGE_INSTALL += " \ eject \ gconf \ - gnome-vfs \ - gnome-vfs-plugin-file \ gvfs \ gvfsd-trash \ xdg-utils \ @@ -279,7 +277,6 @@ IMAGE_INSTALL += " \ libxdamage libxvmc libxinerama \ libxcursor \ \ - florence3 \ bash \ \ ${GSTREAMER} \ @@ -290,6 +287,11 @@ IMAGE_INSTALL += " \ alsa-states \ ${IMAGE_BROWSER} \ " +# gnome-vfs \ +# gnome-vfs-plugin-file \ +# florence3 \ +# + require recipes-images/images/lx.inc require recipes-images/images/tdx-extra.inc |