[oe-commits] Richard Purdie : hicolor-icon-theme: Deal with "make clean" breakage

git at git.openembedded.org git at git.openembedded.org
Thu Oct 30 13:04:22 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 5b806c773a77a24799096b8c4aedfea6cff509f8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5b806c773a77a24799096b8c4aedfea6cff509f8

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Oct 24 15:56:49 2014 +0100

hicolor-icon-theme: Deal with "make clean" breakage

hicolor-icon-theme can't cope with a "make clean" so disable that
newly enabled functionality.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.13.bb | 5 +++++
 1 file changed, 5 insertions(+)

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..af9f2e7 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,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
 }



More information about the Openembedded-commits mailing list