* [PATCH] hicolor-icon-theme: Deal with "make clean" breakage
@ 2014-10-24 14:56 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-10-24 14:56 UTC (permalink / raw)
To: openembedded-core
hicolor-icon-theme can't cope with a "make clean" so disable that
newly enabled functionality.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.13.bb b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.13.bb
index 9df81cb..9f372c5 100644
--- a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.13.bb
+++ b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.13.bb
@@ -18,6 +18,10 @@ SRC_URI[sha256sum] = "a38b038915480d1ddd4e3c421562560a14d42ace0449a5acc07c50f57f
FILES_${PN} += "${datadir}/icons"
+autotools_preconfigure () {
+ :
+}
+
do_install_append () {
install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-10-24 14:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-24 14:56 [PATCH] hicolor-icon-theme: Deal with "make clean" breakage Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox