summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome/adwaita-icon-theme_3.24.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-06-13 18:41:40 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-14 14:53:58 +0100
commit231c9fe94d5b65bea345ffe9eb5e68b0db11cb07 (patch)
treefe6c4edad73f58e5100ae861f46c950e398979ba /meta/recipes-gnome/gnome/adwaita-icon-theme_3.24.0.bb
parent44c0e8c804146becba4a4bd207c451f610844082 (diff)
downloadpoky-231c9fe94d5b65bea345ffe9eb5e68b0db11cb07.tar.gz
adwaita-icon-theme: add a patch to speed up the do_install() task
Goes down to 40 seconds from over 4 minutes :) Note that there is no control over the amount of shell jobs; on my machine this is not a problem, but if it's a problem on less capable hardware, we can add some kind of limiter. (From OE-Core rev: cd9af17028c069f52fb0616074170093dd63c143) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome/adwaita-icon-theme_3.24.0.bb')
-rw-r--r--meta/recipes-gnome/gnome/adwaita-icon-theme_3.24.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.24.0.bb b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.24.0.bb
index 5fdc71d1e3..d340536f0f 100644
--- a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.24.0.bb
+++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.24.0.bb
@@ -12,7 +12,8 @@ inherit allarch autotools pkgconfig gettext gtk-icon-cache upstream-version-is-e
12MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" 12MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
13SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \ 13SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \
14 file://0001-Don-t-use-AC_CANONICAL_HOST.patch \ 14 file://0001-Don-t-use-AC_CANONICAL_HOST.patch \
15 " 15 file://0001-Run-installation-commands-as-shell-jobs.patch \
16 "
16 17
17SRC_URI[md5sum] = "3ccac0d600ffc936d2adfb80e9245bc5" 18SRC_URI[md5sum] = "3ccac0d600ffc936d2adfb80e9245bc5"
18SRC_URI[sha256sum] = "ccf79ff3bd340254737ce4d28b87f0ccee4b3358cd3cd5cd11dc7b42f41b272a" 19SRC_URI[sha256sum] = "ccf79ff3bd340254737ce4d28b87f0ccee4b3358cd3cd5cd11dc7b42f41b272a"