adwaita-icon-theme: remove scalable icons from the filesystem
These icons have never been included in the filesystem until a recent commit in poky (522b0d8615cdc6645f6dc37a03ea7584f19c7bfc). In total, they take up over 1 MiB and have been causing filesystem tests to fail on the ccimx6ul due to low space. Add a .bbappend to undo the commit's changes in our layer. Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
b5a9af91db
commit
6491b5b00a
|
|
@ -0,0 +1,9 @@
|
||||||
|
# Copyright (C) 2019 Digi International.
|
||||||
|
|
||||||
|
do_install_append() {
|
||||||
|
# We don't use the scalable icons anywhere and they take up over
|
||||||
|
# 1 MiB in the filesystem, so remove them.
|
||||||
|
rm -f ${D}${prefix}/share/icons/Adwaita/scalable/*/*-symbolic*.svg
|
||||||
|
}
|
||||||
|
|
||||||
|
FILES_${PN}-symbolic_remove = "${prefix}/share/icons/Adwaita/scalable/*/*-symbolic*.svg"
|
||||||
Loading…
Reference in New Issue