mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 20:53:03 +01:00
hicolor-icon-theme: Deal with "make clean" breakage
hicolor-icon-theme can't cope with a "make clean" so disable that newly enabled functionality. (From OE-Core rev: 5b806c773a77a24799096b8c4aedfea6cff509f8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -18,6 +18,11 @@ SRC_URI[sha256sum] = "a38b038915480d1ddd4e3c421562560a14d42ace0449a5acc07c50f57f
|
||||
|
||||
FILES_${PN} += "${datadir}/icons"
|
||||
|
||||
# Disable default since make clean doesn't work
|
||||
autotools_preconfigure () {
|
||||
:
|
||||
}
|
||||
|
||||
do_install_append () {
|
||||
install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user