diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2018-01-30 12:37:59 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2018-03-22 09:20:18 +0100 |
commit | 2bcbb214c421a991a10153abe9e2e3de3f917fff (patch) | |
tree | 502353d39b66d383ab9d9cc084999efd4a5ebf14 /recipes-images | |
parent | c7348b19c059ad5bafb3d930011fe2eb62374253 (diff) |
images: remove adwaita-icon-theme from bad_recommends
gpicview has an RDEPENDS on adwaita-icon-theme. Having adwaita-icon-theme
in BAD_RECOMMENDS prevents gpicview from being installed.
(Because gpicview itself is pulled in through a RRECOMMENDS)
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-images')
-rw-r--r-- | recipes-images/images/angstrom-lxde-image.bb | 3 | ||||
-rw-r--r-- | recipes-images/images/angstrom-lxqt-image.bb | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/recipes-images/images/angstrom-lxde-image.bb b/recipes-images/images/angstrom-lxde-image.bb index 8c630ef..6e23039 100644 --- a/recipes-images/images/angstrom-lxde-image.bb +++ b/recipes-images/images/angstrom-lxde-image.bb @@ -44,9 +44,6 @@ IMAGE_BROWSER_colibri-vf = "" # 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 diff --git a/recipes-images/images/angstrom-lxqt-image.bb b/recipes-images/images/angstrom-lxqt-image.bb index a987e42..b239eb7 100644 --- a/recipes-images/images/angstrom-lxqt-image.bb +++ b/recipes-images/images/angstrom-lxqt-image.bb @@ -48,9 +48,6 @@ IMAGE_BROWSER_colibri-vf = "" # 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 |