From 871de520093ef7e472c1949f335245a89ac7e3eb Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 30 Mar 2016 19:47:26 +0200 Subject: angstrom-lxde-image.bb: don't install a second icon theme pcman-fm and gtk RRECOMMEND adwaita. Do not install them and keep the lxde-icon-theme Signed-off-by: Max Krummenacher --- recipes/images/angstrom-lxde-image.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes/images/angstrom-lxde-image.bb b/recipes/images/angstrom-lxde-image.bb index ee439e1..4587cbb 100644 --- a/recipes/images/angstrom-lxde-image.bb +++ b/recipes/images/angstrom-lxde-image.bb @@ -55,11 +55,12 @@ IMAGE_BROWSER = "firefox" #keep the rootfs size small IMAGE_BROWSER_colibri-vf = "webkitgtk-bin" -#don't install some id databases -#currently having more than one BAD_RECOMMENDATIONS and having -#a package which exists in more than one compatible feed does not work +# don't install some packages bloating the vybrid image BAD_RECOMMENDATIONS_append_colibri-vf = " udev-hwdb cpufrequtils" +# don't install a second icon theme +BAD_RECOMMENDATIONS_append = " adwaita-icon-theme adwaita-icon-theme-symbolic" + # this would pull in a large amount of gst-plugins, we only add a selected few # gstreamer1.0-plugins-base-meta # gstreamer1.0-plugins-good-meta -- cgit v1.2.3