diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-24 15:56:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-30 13:11:52 +0000 |
commit | e962f99ef0046d28c8aa755b2e4c9eaef208be2d (patch) | |
tree | 253360c9e056b8b47bbc8c7adf95c0e2666fc627 | |
parent | b900a8135c1ebfb8dbdf01df256ed324d5ec3ee4 (diff) | |
download | poky-e962f99ef0046d28c8aa755b2e4c9eaef208be2d.tar.gz |
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>
-rw-r--r-- | meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.13.bb | 5 |
1 files changed, 5 insertions, 0 deletions
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 9df81cbb16..af9f2e755a 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 | |||
18 | 18 | ||
19 | FILES_${PN} += "${datadir}/icons" | 19 | FILES_${PN} += "${datadir}/icons" |
20 | 20 | ||
21 | # Disable default since make clean doesn't work | ||
22 | autotools_preconfigure () { | ||
23 | : | ||
24 | } | ||
25 | |||
21 | do_install_append () { | 26 | do_install_append () { |
22 | install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor | 27 | install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor |
23 | } | 28 | } |