All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Version upgrades
@ 2017-05-31 11:22 Jussi Kukkonen
  2017-05-31 11:23 ` [PATCH 01/10] glib-2.0: Upgrade 2.50.3 -> 2.52.2 Jussi Kukkonen
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Jussi Kukkonen @ 2017-05-31 11:22 UTC (permalink / raw)
  To: openembedded-core

Fairly uneventful version updates in and around the GNOME stack.

Thanks,
 Jussi



The following changes since commit bd063fa288b49b6e3ea77982d0ccc46610feb1ad:

  tune-mips32*.inc: use consistent comments across all three .inc files (2017-05-30 10:15:20 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib jku/updates
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/updates

Jussi Kukkonen (10):
  glib-2.0: Upgrade 2.50.3 -> 2.52.2
  libsoup-2.4: Upgrade 2.56.0 -> 2.58.1
  atk: Upgrade 2.22 -> 2.24
  atk-spi2-core: Upgrade 2.24.0 -> 2.24.1
  at-spi2-atk: Upgrade 2.24.0 -> 2.24.1
  adwaita-icon-theme: Upgrade 3.22.0 -> 3.24.0
  libepoxy: Upgrade 1.4.1 -> 1.4.2
  librsvg: Upgrade 2.40.16 -> 2.40.17
  gtk+3: Upgrade 3.22.8 -> 3.22.15
  gnome-themes-standard: Upgrade 3.22.2 -> 3.22.3

 .../glib-2.0/glib-2.0/fix-conflicting-rand.patch   | 35 ----------------------
 .../glib-2.0/glib-2.0/glib-gettextize-dir.patch    | 24 ---------------
 .../{glib-2.0_2.50.3.bb => glib-2.0_2.52.2.bb}     |  8 ++---
 meta/recipes-core/glib-2.0/glib.inc                |  1 +
 .../0001-Don-t-use-AC_CANONICAL_HOST.patch         | 29 ++++++++++++++++++
 ...heme_3.22.0.bb => adwaita-icon-theme_3.24.0.bb} |  5 ++--
 ...d_3.22.2.bb => gnome-themes-standard_3.22.3.bb} |  4 +--
 .../gtk+/{gtk+3_3.22.8.bb => gtk+3_3.22.15.bb}     |  4 +--
 ..._3.22.8.bb => gtk-icon-utils-native_3.22.15.bb} |  4 +--
 .../{librsvg_2.40.16.bb => librsvg_2.40.17.bb}     |  7 +++--
 .../{libepoxy_1.4.1.bb => libepoxy_1.4.2.bb}       |  4 +--
 ...at-spi2-atk_2.24.0.bb => at-spi2-atk_2.24.1.bb} |  4 +--
 ...-spi2-core_2.24.0.bb => at-spi2-core_2.24.1.bb} |  4 +--
 .../atk/{atk_2.22.0.bb => atk_2.24.0.bb}           |  4 +--
 ...libsoup-2.4_2.56.0.bb => libsoup-2.4_2.58.1.bb} |  4 +--
 15 files changed, 56 insertions(+), 85 deletions(-)
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/fix-conflicting-rand.patch
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.50.3.bb => glib-2.0_2.52.2.bb} (70%)
 create mode 100644 meta/recipes-gnome/gnome/adwaita-icon-theme/0001-Don-t-use-AC_CANONICAL_HOST.patch
 rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.22.0.bb => adwaita-icon-theme_3.24.0.bb} (89%)
 rename meta/recipes-gnome/gnome/{gnome-themes-standard_3.22.2.bb => gnome-themes-standard_3.22.3.bb} (91%)
 rename meta/recipes-gnome/gtk+/{gtk+3_3.22.8.bb => gtk+3_3.22.15.bb} (84%)
 rename meta/recipes-gnome/gtk+/{gtk-icon-utils-native_3.22.8.bb => gtk-icon-utils-native_3.22.15.bb} (93%)
 rename meta/recipes-gnome/librsvg/{librsvg_2.40.16.bb => librsvg_2.40.17.bb} (84%)
 rename meta/recipes-graphics/libepoxy/{libepoxy_1.4.1.bb => libepoxy_1.4.2.bb} (81%)
 rename meta/recipes-support/atk/{at-spi2-atk_2.24.0.bb => at-spi2-atk_2.24.1.bb} (81%)
 rename meta/recipes-support/atk/{at-spi2-core_2.24.0.bb => at-spi2-core_2.24.1.bb} (88%)
 rename meta/recipes-support/atk/{atk_2.22.0.bb => atk_2.24.0.bb} (79%)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.56.0.bb => libsoup-2.4_2.58.1.bb} (89%)

-- 
2.1.4



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH 01/10] glib-2.0: Upgrade 2.50.3 -> 2.52.2
  2017-05-31 11:22 [PATCH 00/10] Version upgrades Jussi Kukkonen
@ 2017-05-31 11:23 ` Jussi Kukkonen
  2017-05-31 11:23 ` [PATCH 02/10] libsoup-2.4: Upgrade 2.56.0 -> 2.58.1 Jussi Kukkonen
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Jussi Kukkonen @ 2017-05-31 11:23 UTC (permalink / raw)
  To: openembedded-core

Remove upstreamed patches (thanks Ross).

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
 .../glib-2.0/glib-2.0/fix-conflicting-rand.patch   | 35 ----------------------
 .../glib-2.0/glib-2.0/glib-gettextize-dir.patch    | 24 ---------------
 .../{glib-2.0_2.50.3.bb => glib-2.0_2.52.2.bb}     |  8 ++---
 meta/recipes-core/glib-2.0/glib.inc                |  1 +
 4 files changed, 4 insertions(+), 64 deletions(-)
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/fix-conflicting-rand.patch
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.50.3.bb => glib-2.0_2.52.2.bb} (70%)

diff --git a/meta/recipes-core/glib-2.0/glib-2.0/fix-conflicting-rand.patch b/meta/recipes-core/glib-2.0/glib-2.0/fix-conflicting-rand.patch
deleted file mode 100644
index 1571112..0000000
--- a/meta/recipes-core/glib-2.0/glib-2.0/fix-conflicting-rand.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-Rename 'rand' variable to avoid conflict.
-
-Upstream-Status: pending
-Signed-off-by: Björn Stenberg <bjst@enea.com>
-
-diff -u glib-2.34.3/tests/refcount/signals.c~ glib-2.34.3/tests/refcount/signals.c
---- glib-2.34.3/tests/refcount/signals.c	2012-11-26 17:52:48.000000000 +0100
-+++ glib-2.34.3/tests/refcount/signals.c	2013-02-08 14:24:10.052477546 +0100
-@@ -9,7 +9,7 @@
- #define MY_IS_TEST_CLASS(tclass)   (G_TYPE_CHECK_CLASS_TYPE ((tclass), G_TYPE_TEST))
- #define MY_TEST_GET_CLASS(test)    (G_TYPE_INSTANCE_GET_CLASS ((test), G_TYPE_TEST, GTestClass))
- 
--static GRand *rand;
-+static GRand *grand;
- 
- typedef struct _GTest GTest;
- typedef struct _GTestClass GTestClass;
-@@ -84,7 +84,7 @@
-       NULL
-     };
- 
--    rand = g_rand_new();
-+    grand = g_rand_new();
- 
-     test_type = g_type_register_static (G_TYPE_OBJECT, "GTest",
-         &test_info, 0);
-@@ -218,7 +218,7 @@
- static void
- my_test_do_prop (GTest * test)
- {
--  test->value = g_rand_int (rand);
-+  test->value = g_rand_int (grand);
-   g_object_notify (G_OBJECT (test), "test-prop");
- }
- 
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch b/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
deleted file mode 100644
index ee43511..0000000
--- a/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-# an very old patch cherry-picked in every glib-2.0 patch directory. The earliest container
-# for it is 2.6.5 in OE. The earliest commit for it is c8e5702127e507e82e6f68a4b8c546803accea9d
-# in OE side which ports from previous bitkeeper SCM. In OE side it's only used til 2.12.4.
-#
-# keep it since it's always cleaner to not hardcode destination path. Use @datadir@ is more
-# portable here. mark for upstream
-#
-# by Kevin Tian <kevin.tian@intel.com>, 06/25/2010
-# Rebased by Dongxiao Xu <dongxiao.xu@intel.com>, 11/16/2010
-
-Upstream-Status: Inappropriate [configuration]
-
-diff -ruN glib-2.27.3-orig/glib-gettextize.in glib-2.27.3/glib-gettextize.in
---- glib-2.27.3-orig/glib-gettextize.in	2009-04-01 07:04:20.000000000 +0800
-+++ glib-2.27.3/glib-gettextize.in	2010-11-16 12:55:06.874605916 +0800
-@@ -52,7 +52,7 @@
- datadir=@datadir@
- datarootdir=@datarootdir@
- 
--gettext_dir=$prefix/share/glib-2.0/gettext
-+gettext_dir=@datadir@/glib-2.0/gettext
- 
- while test $# -gt 0; do
-   case "$1" in
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.50.3.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.52.2.bb
similarity index 70%
rename from meta/recipes-core/glib-2.0/glib-2.0_2.50.3.bb
rename to meta/recipes-core/glib-2.0/glib-2.0_2.52.2.bb
index 22ea347..6f01aef 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.50.3.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.52.2.bb
@@ -6,7 +6,6 @@ SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 
 SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
            file://configure-libtool.patch \
-           file://fix-conflicting-rand.patch \
            file://run-ptest \
            file://ptest-paths.patch \
            file://uclibc_musl_translation.patch \
@@ -18,8 +17,7 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
            file://0001-Test-for-pthread_getname_np-before-using-it.patch \
            "
 
-SRC_URI_append_class-native = " file://glib-gettextize-dir.patch \
-                                file://relocate-modules.patch"
+SRC_URI_append_class-native = " file://relocate-modules.patch"
 
-SRC_URI[md5sum] = "381ab22934f296750d036aa55a397ded"
-SRC_URI[sha256sum] = "82ee94bf4c01459b6b00cb9db0545c2237921e3060c0b74cff13fbc020cfd999"
+SRC_URI[md5sum] = "ec099bce26ce6a85104ed1d89bb45856"
+SRC_URI[sha256sum] = "f00e5d9e2a2948b1da25fcba734a6b7a40f556de8bc9f528a53f6569969ac5d0"
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index e8cdefd..2caa341 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -65,6 +65,7 @@ FILES_${PN}-dev += "${libdir}/glib-2.0/include \
                     ${bindir}/glib-compile-resources \
                     ${datadir}/glib-2.0/gettext/po/Makefile.in.in \
                     ${datadir}/glib-2.0/schemas/gschema.dtd \
+                    ${datadir}/glib-2.0/valgrind/glib.supp \
                     ${datadir}/gettext/its"
 FILES_${PN}-dbg += "${datadir}/glib-2.0/gdb ${datadir}/gdb"
 FILES_${PN}-codegen = "${datadir}/glib-2.0/codegen/*.py \
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 02/10] libsoup-2.4: Upgrade 2.56.0 -> 2.58.1
  2017-05-31 11:22 [PATCH 00/10] Version upgrades Jussi Kukkonen
  2017-05-31 11:23 ` [PATCH 01/10] glib-2.0: Upgrade 2.50.3 -> 2.52.2 Jussi Kukkonen
@ 2017-05-31 11:23 ` Jussi Kukkonen
  2017-05-31 11:23 ` [PATCH 03/10] atk: Upgrade 2.22 -> 2.24 Jussi Kukkonen
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Jussi Kukkonen @ 2017-05-31 11:23 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
 .../libsoup/{libsoup-2.4_2.56.0.bb => libsoup-2.4_2.58.1.bb}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.56.0.bb => libsoup-2.4_2.58.1.bb} (89%)

diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.56.0.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.58.1.bb
similarity index 89%
rename from meta/recipes-support/libsoup/libsoup-2.4_2.56.0.bb
rename to meta/recipes-support/libsoup/libsoup-2.4_2.58.1.bb
index a1f294e..5b1273e 100644
--- a/meta/recipes-support/libsoup/libsoup-2.4_2.56.0.bb
+++ b/meta/recipes-support/libsoup/libsoup-2.4_2.58.1.bb
@@ -11,8 +11,8 @@ SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
 
 SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz"
 
-SRC_URI[md5sum] = "465083f74b7bb035959ddb0599313986"
-SRC_URI[sha256sum] = "d8216b71de8247bc6f274ec054c08547b2e04369c1f8add713e9350c8ef81fe5"
+SRC_URI[md5sum] = "91d7a6bf8785d31f4b154a7612e53e62"
+SRC_URI[sha256sum] = "62c669f557de745b7b20ba9d5b74d839c95e4c9cea1a5ab7f3da5531a1aeefb9"
 
 S = "${WORKDIR}/libsoup-${PV}"
 
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 03/10] atk: Upgrade 2.22 -> 2.24
  2017-05-31 11:22 [PATCH 00/10] Version upgrades Jussi Kukkonen
  2017-05-31 11:23 ` [PATCH 01/10] glib-2.0: Upgrade 2.50.3 -> 2.52.2 Jussi Kukkonen
  2017-05-31 11:23 ` [PATCH 02/10] libsoup-2.4: Upgrade 2.56.0 -> 2.58.1 Jussi Kukkonen
@ 2017-05-31 11:23 ` Jussi Kukkonen
  2017-05-31 11:23 ` [PATCH 04/10] atk-spi2-core: Upgrade 2.24.0 -> 2.24.1 Jussi Kukkonen
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Jussi Kukkonen @ 2017-05-31 11:23 UTC (permalink / raw)
  To: openembedded-core

Bug fix update.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
 meta/recipes-support/atk/{atk_2.22.0.bb => atk_2.24.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/atk/{atk_2.22.0.bb => atk_2.24.0.bb} (79%)

diff --git a/meta/recipes-support/atk/atk_2.22.0.bb b/meta/recipes-support/atk/atk_2.24.0.bb
similarity index 79%
rename from meta/recipes-support/atk/atk_2.22.0.bb
rename to meta/recipes-support/atk/atk_2.24.0.bb
index bc80f95..d62319c 100644
--- a/meta/recipes-support/atk/atk_2.22.0.bb
+++ b/meta/recipes-support/atk/atk_2.24.0.bb
@@ -12,8 +12,8 @@ DEPENDS = "glib-2.0"
 
 inherit gnomebase gtk-doc gettext upstream-version-is-even gobject-introspection
 
-SRC_URI[archive.md5sum] = "c7f2adcf75e4058727174cde970e9129"
-SRC_URI[archive.sha256sum] = "d349f5ca4974c9c76a4963e5b254720523b0c78672cbc0e1a3475dbd9b3d44b6"
+SRC_URI[archive.md5sum] = "3747a80089dfa3c0bbcf21adfff9968b"
+SRC_URI[archive.sha256sum] = "bb2daa9a808c73a7a79d2983f333e0ba74be42fc51e3ba1faf2551a636487a49"
 
 BBCLASSEXTEND = "native"
 
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 04/10] atk-spi2-core: Upgrade 2.24.0 -> 2.24.1
  2017-05-31 11:22 [PATCH 00/10] Version upgrades Jussi Kukkonen
                   ` (2 preceding siblings ...)
  2017-05-31 11:23 ` [PATCH 03/10] atk: Upgrade 2.22 -> 2.24 Jussi Kukkonen
@ 2017-05-31 11:23 ` Jussi Kukkonen
  2017-05-31 11:23 ` [PATCH 05/10] at-spi2-atk: " Jussi Kukkonen
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Jussi Kukkonen @ 2017-05-31 11:23 UTC (permalink / raw)
  To: openembedded-core

Tiny bugfix upgrade.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
 .../atk/{at-spi2-core_2.24.0.bb => at-spi2-core_2.24.1.bb}            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/atk/{at-spi2-core_2.24.0.bb => at-spi2-core_2.24.1.bb} (88%)

diff --git a/meta/recipes-support/atk/at-spi2-core_2.24.0.bb b/meta/recipes-support/atk/at-spi2-core_2.24.1.bb
similarity index 88%
rename from meta/recipes-support/atk/at-spi2-core_2.24.0.bb
rename to meta/recipes-support/atk/at-spi2-core_2.24.1.bb
index c3b0c48..b5b71e7 100644
--- a/meta/recipes-support/atk/at-spi2-core_2.24.0.bb
+++ b/meta/recipes-support/atk/at-spi2-core_2.24.1.bb
@@ -9,8 +9,8 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \
            file://0001-build-Add-with-systemduserunitdir.patch \
           "
 
-SRC_URI[md5sum] = "27598276ec58371a6254a4f8b949bf8c"
-SRC_URI[sha256sum] = "6179f314fbd903b3cd3477a57b6b1fecca88b76ce769ce777fda0d3e5f61afcd"
+SRC_URI[md5sum] = "61d0a471e693292934a73f288ebff35c"
+SRC_URI[sha256sum] = "1e90d064b937aacfe79a96232ac7e63d28d716e85bd9ff4333f865305a959b5b"
 
 DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native"
 
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 05/10] at-spi2-atk: Upgrade 2.24.0 -> 2.24.1
  2017-05-31 11:22 [PATCH 00/10] Version upgrades Jussi Kukkonen
                   ` (3 preceding siblings ...)
  2017-05-31 11:23 ` [PATCH 04/10] atk-spi2-core: Upgrade 2.24.0 -> 2.24.1 Jussi Kukkonen
@ 2017-05-31 11:23 ` Jussi Kukkonen
  2017-05-31 11:23 ` [PATCH 06/10] adwaita-icon-theme: Upgrade 3.22.0 -> 3.24.0 Jussi Kukkonen
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Jussi Kukkonen @ 2017-05-31 11:23 UTC (permalink / raw)
  To: openembedded-core

Tiny bug fix upgrade.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
 .../atk/{at-spi2-atk_2.24.0.bb => at-spi2-atk_2.24.1.bb}              | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/atk/{at-spi2-atk_2.24.0.bb => at-spi2-atk_2.24.1.bb} (81%)

diff --git a/meta/recipes-support/atk/at-spi2-atk_2.24.0.bb b/meta/recipes-support/atk/at-spi2-atk_2.24.1.bb
similarity index 81%
rename from meta/recipes-support/atk/at-spi2-atk_2.24.0.bb
rename to meta/recipes-support/atk/at-spi2-atk_2.24.1.bb
index 98a1c9c..ac55081 100644
--- a/meta/recipes-support/atk/at-spi2-atk_2.24.0.bb
+++ b/meta/recipes-support/atk/at-spi2-atk_2.24.1.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e9f288ba982d60518f375b5898283886"
 MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 
 SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "984f27528b0e3ec1f153a901cd4fe497"
-SRC_URI[sha256sum] = "022d68497c05cc65ba7cd2b166132de9a160c8d90e9200b5faa473ef7e784c61"
+SRC_URI[md5sum] = "79388fbc4dc7f27394556dd389aeb594"
+SRC_URI[sha256sum] = "60dc90ac4f74b8ffe96a9363c25208a443b381bacecfefea6de549f20ed6957d"
 
 DEPENDS = "dbus glib-2.0 glib-2.0-native atk at-spi2-core"
 
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 06/10] adwaita-icon-theme: Upgrade 3.22.0 -> 3.24.0
  2017-05-31 11:22 [PATCH 00/10] Version upgrades Jussi Kukkonen
                   ` (4 preceding siblings ...)
  2017-05-31 11:23 ` [PATCH 05/10] at-spi2-atk: " Jussi Kukkonen
@ 2017-05-31 11:23 ` Jussi Kukkonen
  2017-05-31 11:23 ` [PATCH 07/10] libepoxy: Upgrade 1.4.1 -> 1.4.2 Jussi Kukkonen
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Jussi Kukkonen @ 2017-05-31 11:23 UTC (permalink / raw)
  To: openembedded-core

Add patch to fix allarch-build by removing a useless AC_CANONICAL_HOST.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
 .../0001-Don-t-use-AC_CANONICAL_HOST.patch         | 29 ++++++++++++++++++++++
 ...heme_3.22.0.bb => adwaita-icon-theme_3.24.0.bb} |  5 ++--
 2 files changed, 32 insertions(+), 2 deletions(-)
 create mode 100644 meta/recipes-gnome/gnome/adwaita-icon-theme/0001-Don-t-use-AC_CANONICAL_HOST.patch
 rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.22.0.bb => adwaita-icon-theme_3.24.0.bb} (89%)

diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme/0001-Don-t-use-AC_CANONICAL_HOST.patch b/meta/recipes-gnome/gnome/adwaita-icon-theme/0001-Don-t-use-AC_CANONICAL_HOST.patch
new file mode 100644
index 0000000..e7ac97b
--- /dev/null
+++ b/meta/recipes-gnome/gnome/adwaita-icon-theme/0001-Don-t-use-AC_CANONICAL_HOST.patch
@@ -0,0 +1,29 @@
+From d2b9ad8a80bf9320fe35c9aee8f52e55ebd40e06 Mon Sep 17 00:00:00 2001
+From: Jussi Kukkonen <jussi.kukkonen@intel.com>
+Date: Tue, 30 May 2017 14:55:49 +0300
+Subject: [PATCH] Don't use AC_CANONICAL_HOST
+
+This won't work when building allarch (and is only used to find out if
+target is windows).
+
+Upstream-Status: Inappropriate [embedded specific]
+Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
+---
+ configure.ac | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index d855b7a..6908f59 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -3,7 +3,6 @@ AC_PREREQ(2.53)
+ 
+ AC_INIT([adwaita-icon-theme], [3.24.0],
+         [http://bugzilla.gnome.org/enter_bug.cgi?product=adwaita-icon-theme])
+-AC_CANONICAL_HOST
+ AC_CONFIG_MACRO_DIR([m4])
+ AC_CONFIG_SRCDIR([index.theme.in])
+ 
+-- 
+2.1.4
+
diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.22.0.bb b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.24.0.bb
similarity index 89%
rename from meta/recipes-gnome/gnome/adwaita-icon-theme_3.22.0.bb
rename to meta/recipes-gnome/gnome/adwaita-icon-theme_3.24.0.bb
index 1cbc1e6..5fdc71d 100644
--- a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.22.0.bb
+++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.24.0.bb
@@ -11,10 +11,11 @@ inherit allarch autotools pkgconfig gettext gtk-icon-cache upstream-version-is-e
 
 MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \
+           file://0001-Don-t-use-AC_CANONICAL_HOST.patch \
           "
 
-SRC_URI[md5sum] = "cde51d7dfcbcfa3b8cdc3e5f0df8c799"
-SRC_URI[sha256sum] = "c18bf6e26087d9819a962c77288b291efab25d0419b73d909dd771716a45dcb7"
+SRC_URI[md5sum] = "3ccac0d600ffc936d2adfb80e9245bc5"
+SRC_URI[sha256sum] = "ccf79ff3bd340254737ce4d28b87f0ccee4b3358cd3cd5cd11dc7b42f41b272a"
 
 do_install_append() {
 	# Build uses gtk-encode-symbolic-svg to create png versions:
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 07/10] libepoxy: Upgrade 1.4.1 -> 1.4.2
  2017-05-31 11:22 [PATCH 00/10] Version upgrades Jussi Kukkonen
                   ` (5 preceding siblings ...)
  2017-05-31 11:23 ` [PATCH 06/10] adwaita-icon-theme: Upgrade 3.22.0 -> 3.24.0 Jussi Kukkonen
@ 2017-05-31 11:23 ` Jussi Kukkonen
  2017-05-31 11:23 ` [PATCH 08/10] librsvg: Upgrade 2.40.16 -> 2.40.17 Jussi Kukkonen
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Jussi Kukkonen @ 2017-05-31 11:23 UTC (permalink / raw)
  To: openembedded-core

Mostly a bug fix release

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
 .../libepoxy/{libepoxy_1.4.1.bb => libepoxy_1.4.2.bb}                 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/libepoxy/{libepoxy_1.4.1.bb => libepoxy_1.4.2.bb} (81%)

diff --git a/meta/recipes-graphics/libepoxy/libepoxy_1.4.1.bb b/meta/recipes-graphics/libepoxy/libepoxy_1.4.2.bb
similarity index 81%
rename from meta/recipes-graphics/libepoxy/libepoxy_1.4.1.bb
rename to meta/recipes-graphics/libepoxy/libepoxy_1.4.2.bb
index 4b3f56a..e69e828 100644
--- a/meta/recipes-graphics/libepoxy/libepoxy_1.4.1.bb
+++ b/meta/recipes-graphics/libepoxy/libepoxy_1.4.2.bb
@@ -6,8 +6,8 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=58ef4c80d401e07bd9ee8b6b58cf464b"
 
 SRC_URI = "https://github.com/anholt/${BPN}/releases/download/${PV}/${BP}.tar.xz"
-SRC_URI[md5sum] = "a0dc66910009a99c47c5def50b042d77"
-SRC_URI[sha256sum] = "88c6abf5522fc29bab7d6c555fd51a855cbd9253c4315f8ea44e832baef21aa6"
+SRC_URI[md5sum] = "632fcfd7ae9d21f5a634326d753a89c4"
+SRC_URI[sha256sum] = "bea6fdec3d10939954495da898d872ee836b75c35699074cbf02a64fcb80d5b3"
 UPSTREAM_CHECK_URI = "https://github.com/anholt/libepoxy/releases"
 
 inherit autotools pkgconfig distro_features_check
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 08/10] librsvg: Upgrade 2.40.16 -> 2.40.17
  2017-05-31 11:22 [PATCH 00/10] Version upgrades Jussi Kukkonen
                   ` (6 preceding siblings ...)
  2017-05-31 11:23 ` [PATCH 07/10] libepoxy: Upgrade 1.4.1 -> 1.4.2 Jussi Kukkonen
@ 2017-05-31 11:23 ` Jussi Kukkonen
  2017-05-31 11:23 ` [PATCH 09/10] gtk+3: Upgrade 3.22.8 -> 3.22.15 Jussi Kukkonen
  2017-05-31 11:23 ` [PATCH 10/10] gnome-themes-standard: Upgrade 3.22.2 -> 3.22.3 Jussi Kukkonen
  9 siblings, 0 replies; 11+ messages in thread
From: Jussi Kukkonen @ 2017-05-31 11:23 UTC (permalink / raw)
  To: openembedded-core

Small update with mostly bug fixes.

Add a desktop file for rsvg thumbnailing (it points to
gdk-pixbuf-thumbnailer so there's no binary added).

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
 .../librsvg/{librsvg_2.40.16.bb => librsvg_2.40.17.bb}             | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
 rename meta/recipes-gnome/librsvg/{librsvg_2.40.16.bb => librsvg_2.40.17.bb} (84%)

diff --git a/meta/recipes-gnome/librsvg/librsvg_2.40.16.bb b/meta/recipes-gnome/librsvg/librsvg_2.40.17.bb
similarity index 84%
rename from meta/recipes-gnome/librsvg/librsvg_2.40.16.bb
rename to meta/recipes-gnome/librsvg/librsvg_2.40.17.bb
index 49243c8..74777e9 100644
--- a/meta/recipes-gnome/librsvg/librsvg_2.40.16.bb
+++ b/meta/recipes-gnome/librsvg/librsvg_2.40.17.bb
@@ -14,8 +14,8 @@ inherit autotools pkgconfig gnomebase gtk-doc pixbufcache upstream-version-is-ev
 
 SRC_URI += "file://gtk-option.patch"
 
-SRC_URI[archive.md5sum] = "f474fe37177a2bf8050787df2046095c"
-SRC_URI[archive.sha256sum] = "d48bcf6b03fa98f07df10332fb49d8c010786ddca6ab34cbba217684f533ff2e"
+SRC_URI[archive.md5sum] = "d6fcedf86c5c271abb36da5acc7eb987"
+SRC_URI[archive.sha256sum] = "e6f6c5cbecc405bb945c7cd15061276035ae3173bbb3bb25e8a916779c7f69cc"
 
 CACHED_CONFIGUREVARS = "ac_cv_path_GDK_PIXBUF_QUERYLOADERS=${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders"
 
@@ -38,6 +38,7 @@ PACKAGES =+ "librsvg-gtk rsvg"
 FILES_rsvg = "${bindir}/rsvg* \
 	      ${datadir}/pixmaps/svg-viewer.svg \
 	      ${datadir}/themes"
-FILES_librsvg-gtk = "${libdir}/gdk-pixbuf-2.0/*/*/*.so"
+FILES_librsvg-gtk = "${libdir}/gdk-pixbuf-2.0/*/*/*.so \
+                     ${datadir}/thumbnailers/librsvg.thumbnailer"
 
 PIXBUF_PACKAGES = "librsvg-gtk"
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 09/10] gtk+3: Upgrade 3.22.8 -> 3.22.15
  2017-05-31 11:22 [PATCH 00/10] Version upgrades Jussi Kukkonen
                   ` (7 preceding siblings ...)
  2017-05-31 11:23 ` [PATCH 08/10] librsvg: Upgrade 2.40.16 -> 2.40.17 Jussi Kukkonen
@ 2017-05-31 11:23 ` Jussi Kukkonen
  2017-05-31 11:23 ` [PATCH 10/10] gnome-themes-standard: Upgrade 3.22.2 -> 3.22.3 Jussi Kukkonen
  9 siblings, 0 replies; 11+ messages in thread
From: Jussi Kukkonen @ 2017-05-31 11:23 UTC (permalink / raw)
  To: openembedded-core

A fairly large amount of fixes in these point upgrades.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
 meta/recipes-gnome/gtk+/{gtk+3_3.22.8.bb => gtk+3_3.22.15.bb}         | 4 ++--
 ...k-icon-utils-native_3.22.8.bb => gtk-icon-utils-native_3.22.15.bb} | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-gnome/gtk+/{gtk+3_3.22.8.bb => gtk+3_3.22.15.bb} (84%)
 rename meta/recipes-gnome/gtk+/{gtk-icon-utils-native_3.22.8.bb => gtk-icon-utils-native_3.22.15.bb} (93%)

diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.22.8.bb b/meta/recipes-gnome/gtk+/gtk+3_3.22.15.bb
similarity index 84%
rename from meta/recipes-gnome/gtk+/gtk+3_3.22.8.bb
rename to meta/recipes-gnome/gtk+/gtk+3_3.22.15.bb
index 1cc57f9..35c617c 100644
--- a/meta/recipes-gnome/gtk+/gtk+3_3.22.8.bb
+++ b/meta/recipes-gnome/gtk+/gtk+3_3.22.15.bb
@@ -8,8 +8,8 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar
            file://0003-Add-disable-opengl-configure-option.patch \
            file://0004-configure.ac-Fix-wayland-protocols-path.patch \
           "
-SRC_URI[md5sum] = "b4fb39a829e4425b3fa05adbe7f52fef"
-SRC_URI[sha256sum] = "c7254a88df5c17e9609cee9e848c3d0104512707edad4c3b4f256b131f8d3af1"
+SRC_URI[md5sum] = "9a1177854c4c5609293e017c53bc8950"
+SRC_URI[sha256sum] = "c8a012c2a99132629ab043f764a2b7cb6388483a015cd15c7a4288bec3590fdb"
 
 S = "${WORKDIR}/gtk+-${PV}"
 
diff --git a/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.8.bb b/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.15.bb
similarity index 93%
rename from meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.8.bb
rename to meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.15.bb
index 7283418..d8a0bd0 100644
--- a/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.8.bb
+++ b/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.15.bb
@@ -10,8 +10,8 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 
 SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar.xz \
           file://Remove-Gdk-dependency-from-gtk-encode-symbolic-svg.patch"
-SRC_URI[md5sum] = "b4fb39a829e4425b3fa05adbe7f52fef"
-SRC_URI[sha256sum] = "c7254a88df5c17e9609cee9e848c3d0104512707edad4c3b4f256b131f8d3af1"
+SRC_URI[md5sum] = "9a1177854c4c5609293e017c53bc8950"
+SRC_URI[sha256sum] = "c8a012c2a99132629ab043f764a2b7cb6388483a015cd15c7a4288bec3590fdb"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
                     file://gtk/gtk.h;endline=25;md5=1d8dc0fccdbfa26287a271dce88af737 \
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 10/10] gnome-themes-standard: Upgrade 3.22.2 -> 3.22.3
  2017-05-31 11:22 [PATCH 00/10] Version upgrades Jussi Kukkonen
                   ` (8 preceding siblings ...)
  2017-05-31 11:23 ` [PATCH 09/10] gtk+3: Upgrade 3.22.8 -> 3.22.15 Jussi Kukkonen
@ 2017-05-31 11:23 ` Jussi Kukkonen
  9 siblings, 0 replies; 11+ messages in thread
From: Jussi Kukkonen @ 2017-05-31 11:23 UTC (permalink / raw)
  To: openembedded-core

Just a few bug fixes.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
 ...nome-themes-standard_3.22.2.bb => gnome-themes-standard_3.22.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-gnome/gnome/{gnome-themes-standard_3.22.2.bb => gnome-themes-standard_3.22.3.bb} (91%)

diff --git a/meta/recipes-gnome/gnome/gnome-themes-standard_3.22.2.bb b/meta/recipes-gnome/gnome/gnome-themes-standard_3.22.3.bb
similarity index 91%
rename from meta/recipes-gnome/gnome/gnome-themes-standard_3.22.2.bb
rename to meta/recipes-gnome/gnome/gnome-themes-standard_3.22.3.bb
index 2b3cc97..f75f7c8 100644
--- a/meta/recipes-gnome/gnome/gnome-themes-standard_3.22.2.bb
+++ b/meta/recipes-gnome/gnome/gnome-themes-standard_3.22.3.bb
@@ -16,8 +16,8 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \
           "
 
-SRC_URI[md5sum] = "84624dbcecab7add32672abae030314d"
-SRC_URI[sha256sum] = "b34516cd59b873c187c1897c25bac3b9ce2d30a472f1fd7ae9d7105d93e17da5"
+SRC_URI[md5sum] = "b51c362b157b6407303d44f93c31ee11"
+SRC_URI[sha256sum] = "61dc87c52261cfd5b94d65e8ffd923ddeb5d3944562f84942eeeb197ab8ab56a"
 
 EXTRA_OECONF = "--disable-gtk3-engine"
 
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-05-31 11:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-31 11:22 [PATCH 00/10] Version upgrades Jussi Kukkonen
2017-05-31 11:23 ` [PATCH 01/10] glib-2.0: Upgrade 2.50.3 -> 2.52.2 Jussi Kukkonen
2017-05-31 11:23 ` [PATCH 02/10] libsoup-2.4: Upgrade 2.56.0 -> 2.58.1 Jussi Kukkonen
2017-05-31 11:23 ` [PATCH 03/10] atk: Upgrade 2.22 -> 2.24 Jussi Kukkonen
2017-05-31 11:23 ` [PATCH 04/10] atk-spi2-core: Upgrade 2.24.0 -> 2.24.1 Jussi Kukkonen
2017-05-31 11:23 ` [PATCH 05/10] at-spi2-atk: " Jussi Kukkonen
2017-05-31 11:23 ` [PATCH 06/10] adwaita-icon-theme: Upgrade 3.22.0 -> 3.24.0 Jussi Kukkonen
2017-05-31 11:23 ` [PATCH 07/10] libepoxy: Upgrade 1.4.1 -> 1.4.2 Jussi Kukkonen
2017-05-31 11:23 ` [PATCH 08/10] librsvg: Upgrade 2.40.16 -> 2.40.17 Jussi Kukkonen
2017-05-31 11:23 ` [PATCH 09/10] gtk+3: Upgrade 3.22.8 -> 3.22.15 Jussi Kukkonen
2017-05-31 11:23 ` [PATCH 10/10] gnome-themes-standard: Upgrade 3.22.2 -> 3.22.3 Jussi Kukkonen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.