Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 01/10] adwaita-icon-theme: upgrade to version 3.28.0
@ 2018-04-04 15:32 Maxin B. John
  2018-04-04 15:32 ` [PATCH 02/10] at-spi2-core: upgrade to version 2.28.0 Maxin B. John
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Maxin B. John @ 2018-04-04 15:32 UTC (permalink / raw)
  To: openembedded-core

Refresh the following patch:
        0001-Don-t-use-AC_CANONICAL_HOST.patch

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 .../0001-Don-t-use-AC_CANONICAL_HOST.patch                 | 14 +++++++-------
 ...a-icon-theme_3.26.1.bb => adwaita-icon-theme_3.28.0.bb} |  4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)
 rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.26.1.bb => adwaita-icon-theme_3.28.0.bb} (93%)

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
index 96ec96b..b5992eb 100644
--- 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
@@ -1,7 +1,7 @@
-From 88ed996cc9e2b296cacfdbeece4be28a90bab511 Mon Sep 17 00:00:00 2001
+From 9661951838773251d0a914e897e8a0d95ce027f6 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 1/2] Don't use AC_CANONICAL_HOST
+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).
@@ -13,13 +13,13 @@ Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
  configure.ac | 1 -
  1 file changed, 1 deletion(-)
 
-Index: adwaita-icon-theme-3.26.1/configure.ac
-===================================================================
---- adwaita-icon-theme-3.26.1.orig/configure.ac
-+++ adwaita-icon-theme-3.26.1/configure.ac
+diff --git a/configure.ac b/configure.ac
+index fb787dc..5caef0c 100644
+--- a/configure.ac
++++ b/configure.ac
 @@ -3,7 +3,6 @@ AC_PREREQ(2.53)
  
- AC_INIT([adwaita-icon-theme], [3.26.1],
+ AC_INIT([adwaita-icon-theme], [3.28.0],
          [http://bugzilla.gnome.org/enter_bug.cgi?product=adwaita-icon-theme])
 -AC_CANONICAL_HOST
  AC_CONFIG_MACRO_DIR([m4])
diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.26.1.bb b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.28.0.bb
similarity index 93%
rename from meta/recipes-gnome/gnome/adwaita-icon-theme_3.26.1.bb
rename to meta/recipes-gnome/gnome/adwaita-icon-theme_3.28.0.bb
index 6437d5e..40dd35b 100644
--- a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.26.1.bb
+++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.28.0.bb
@@ -15,8 +15,8 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \
            file://0001-Run-installation-commands-as-shell-jobs.patch \
            "
 
-SRC_URI[md5sum] = "3ef87e789711e5130792d4b5366c005d"
-SRC_URI[sha256sum] = "28ba7392c7761996efd780779167ea6c940eedfb1bf37cfe9bccb7021f54d79d"
+SRC_URI[md5sum] = "b25b2d82cbebf2cc9cd469457b604f2c"
+SRC_URI[sha256sum] = "7aae8c1dffd6772fd1a21a3d365a0ea28b7c3988bdbbeafbf8742cda68242150"
 
 do_install_append() {
 	# Build uses gtk-encode-symbolic-svg to create png versions:
-- 
2.4.0



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

* [PATCH 02/10] at-spi2-core: upgrade to version 2.28.0
  2018-04-04 15:32 [PATCH 01/10] adwaita-icon-theme: upgrade to version 3.28.0 Maxin B. John
@ 2018-04-04 15:32 ` Maxin B. John
  2018-04-04 15:32 ` [PATCH 03/10] atk: upgrade to version 2.28.1 Maxin B. John
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 14+ messages in thread
From: Maxin B. John @ 2018-04-04 15:32 UTC (permalink / raw)
  To: openembedded-core

1. convert to meson build
2. Remove the following patch made obsolete by moving to meson:
        0001-build-Add-with-systemduserunitdir.patch

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 .../0001-build-Add-with-systemduserunitdir.patch   | 52 ----------------------
 ...-spi2-core_2.26.2.bb => at-spi2-core_2.28.0.bb} | 12 +++--
 2 files changed, 5 insertions(+), 59 deletions(-)
 delete mode 100644 meta/recipes-support/atk/at-spi2-core/0001-build-Add-with-systemduserunitdir.patch
 rename meta/recipes-support/atk/{at-spi2-core_2.26.2.bb => at-spi2-core_2.28.0.bb} (61%)

diff --git a/meta/recipes-support/atk/at-spi2-core/0001-build-Add-with-systemduserunitdir.patch b/meta/recipes-support/atk/at-spi2-core/0001-build-Add-with-systemduserunitdir.patch
deleted file mode 100644
index 1f8c9f3..0000000
--- a/meta/recipes-support/atk/at-spi2-core/0001-build-Add-with-systemduserunitdir.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-From fa376762b92404b9e3c430054b8c3341ca0fdd8b Mon Sep 17 00:00:00 2001
-From: Jussi Kukkonen <jussi.kukkonen@intel.com>
-Date: Tue, 21 Jun 2016 16:00:02 +0300
-Subject: [PATCH] build: Add --with-systemduserunitdir
-
-Default to "pkg-config --variable=systemduserunitdir systemd" but
-allow overriding the value.
-
-Upstream-Status: Submitted [https://bugzilla.gnome.org/show_bug.cgi?id=767911]
-Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
-
----
- bus/Makefile.am | 2 +-
- configure.ac    | 9 +++++++++
- 2 files changed, 10 insertions(+), 1 deletion(-)
-
-diff --git a/bus/Makefile.am b/bus/Makefile.am
-index 688f82a..10cde62 100644
---- a/bus/Makefile.am
-+++ b/bus/Makefile.am
-@@ -29,7 +29,7 @@ org.a11y.Bus.service: org.a11y.Bus.service.in
- EXTRA_DIST += org.a11y.Bus.service.in
- CLEANFILES += org.a11y.Bus.service
- 
--systemd_userdir = $(prefix)/lib/systemd/user
-+systemd_userdir = $(systemduserunitdir)
- systemd_user_DATA = at-spi-dbus-bus.service
- at-spi-dbus-bus.service: at-spi-dbus-bus.service.in Makefile
- 	$(AM_V_GEN) $(SED) -e $(substitutions) $< > $@.tmp && mv $@.tmp $@
-diff --git a/configure.ac b/configure.ac
-index 8c4fca2..1415cca 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -146,6 +146,15 @@ else
- fi
- AC_SUBST(DBUS_SERVICES_DIR)
- 
-+AC_ARG_WITH([systemduserunitdir],
-+            AS_HELP_STRING([--with-systemduserunitdir=DIR],
-+                           [Directory for systemd service files]),
-+            [],
-+            [with_systemduserunitdir=$($PKG_CONFIG --variable=systemduserunitdir systemd)])
-+AC_SUBST([systemduserunitdir], [$with_systemduserunitdir])
-+
-+AC_PATH_PROG(GLIB_MKENUMS, glib-mkenums)
-+
- GOBJECT_INTROSPECTION_CHECK([1.32.0])
- 
- AC_SUBST(LIBTOOL_EXPORT_OPTIONS)
--- 
-2.14.1
-
diff --git a/meta/recipes-support/atk/at-spi2-core_2.26.2.bb b/meta/recipes-support/atk/at-spi2-core_2.28.0.bb
similarity index 61%
rename from meta/recipes-support/atk/at-spi2-core_2.26.2.bb
rename to meta/recipes-support/atk/at-spi2-core_2.28.0.bb
index 521ee3b..604b97f 100644
--- a/meta/recipes-support/atk/at-spi2-core_2.26.2.bb
+++ b/meta/recipes-support/atk/at-spi2-core_2.28.0.bb
@@ -6,21 +6,19 @@ 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 \
-           file://0001-build-Add-with-systemduserunitdir.patch \
            "
 
-SRC_URI[md5sum] = "4a042e4c801fdb793788b749eab21485"
-SRC_URI[sha256sum] = "c80e0cdf5e3d713400315b63c7deffa561032a6c37289211d8afcfaa267c2615"
+SRC_URI[md5sum] = "9c42f79636ed1c0e908b7483d789b32e"
+SRC_URI[sha256sum] = "42a2487ab11ce43c288e73b2668ef8b1ab40a0e2b4f94e80fca04ad27b6f1c87"
 
 DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst"
 
-inherit autotools gtk-doc gettext systemd pkgconfig distro_features_check upstream-version-is-even gobject-introspection
+inherit meson gtk-doc gettext systemd pkgconfig distro_features_check upstream-version-is-even gobject-introspection
 # depends on virtual/libx11
 REQUIRED_DISTRO_FEATURES = "x11"
 
-EXTRA_OECONF = " \
-                --with-systemduserunitdir=${systemd_user_unitdir} \
-                --with-dbus-daemondir=${bindir}"
+EXTRA_OEMESON = " -Dsystemd_user_dir=${systemd_user_unitdir} \
+                  -Ddbus_daemon=${bindir}"
 
 FILES_${PN} += "${datadir}/dbus-1/services/*.service \
                 ${datadir}/dbus-1/accessibility-services/*.service \
-- 
2.4.0



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

* [PATCH 03/10] atk: upgrade to version 2.28.1
  2018-04-04 15:32 [PATCH 01/10] adwaita-icon-theme: upgrade to version 3.28.0 Maxin B. John
  2018-04-04 15:32 ` [PATCH 02/10] at-spi2-core: upgrade to version 2.28.0 Maxin B. John
@ 2018-04-04 15:32 ` Maxin B. John
  2018-04-04 15:32 ` [PATCH 04/10] at-spi2-atk: upgrade to version 2.26.2 Maxin B. John
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 14+ messages in thread
From: Maxin B. John @ 2018-04-04 15:32 UTC (permalink / raw)
  To: openembedded-core

convert to meson build

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-support/atk/{atk_2.26.1.bb => atk_2.28.1.bb} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta/recipes-support/atk/{atk_2.26.1.bb => atk_2.28.1.bb} (75%)

diff --git a/meta/recipes-support/atk/atk_2.26.1.bb b/meta/recipes-support/atk/atk_2.28.1.bb
similarity index 75%
rename from meta/recipes-support/atk/atk_2.26.1.bb
rename to meta/recipes-support/atk/atk_2.28.1.bb
index 685b599..bb47916 100644
--- a/meta/recipes-support/atk/atk_2.26.1.bb
+++ b/meta/recipes-support/atk/atk_2.28.1.bb
@@ -10,10 +10,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
 
 DEPENDS = "glib-2.0"
 
+GNOMEBASEBUILDCLASS = "meson"
 inherit gnomebase gtk-doc gettext upstream-version-is-even gobject-introspection
 
-SRC_URI[archive.md5sum] = "7cddcc313b9a3efd19b2ddf079ba68f5"
-SRC_URI[archive.sha256sum] = "ef00ff6b83851dddc8db38b4d9faeffb99572ba150b0664ee02e46f015ea97cb"
+SRC_URI[archive.md5sum] = "dfb5e7474220afa3f4ca7e45af9f3a11"
+SRC_URI[archive.sha256sum] = "cd3a1ea6ecc268a2497f0cd018e970860de24a6d42086919d6bf6c8e8d53f4fc"
 
 BBCLASSEXTEND = "native"
 
-- 
2.4.0



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

* [PATCH 04/10] at-spi2-atk: upgrade to version 2.26.2
  2018-04-04 15:32 [PATCH 01/10] adwaita-icon-theme: upgrade to version 3.28.0 Maxin B. John
  2018-04-04 15:32 ` [PATCH 02/10] at-spi2-core: upgrade to version 2.28.0 Maxin B. John
  2018-04-04 15:32 ` [PATCH 03/10] atk: upgrade to version 2.28.1 Maxin B. John
@ 2018-04-04 15:32 ` Maxin B. John
  2018-04-06 15:05   ` Richard Purdie
  2018-04-04 15:32 ` [PATCH 05/10] ofono: upgrade to version 1.23 Maxin B. John
                   ` (5 subsequent siblings)
  8 siblings, 1 reply; 14+ messages in thread
From: Maxin B. John @ 2018-04-04 15:32 UTC (permalink / raw)
  To: openembedded-core

1. convert to meson build
2. inherit gnomebase and associated cleanup
3. add libxml2 to DEPENDS list

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 .../atk/{at-spi2-atk_2.26.1.bb => at-spi2-atk_2.26.2.bb}     | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)
 rename meta/recipes-support/atk/{at-spi2-atk_2.26.1.bb => at-spi2-atk_2.26.2.bb} (53%)

diff --git a/meta/recipes-support/atk/at-spi2-atk_2.26.1.bb b/meta/recipes-support/atk/at-spi2-atk_2.26.2.bb
similarity index 53%
rename from meta/recipes-support/atk/at-spi2-atk_2.26.1.bb
rename to meta/recipes-support/atk/at-spi2-atk_2.26.2.bb
index 8617bb8..16d8e45 100644
--- a/meta/recipes-support/atk/at-spi2-atk_2.26.1.bb
+++ b/meta/recipes-support/atk/at-spi2-atk_2.26.2.bb
@@ -3,15 +3,13 @@ HOMEPAGE = "https://wiki.linuxfoundation.org/accessibility/d-bus"
 LICENSE = "LGPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=e9f288ba982d60518f375b5898283886"
 
-MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
+SRC_URI[archive.md5sum] = "355c7916a69513490cb83ad34016b169"
+SRC_URI[archive.sha256sum] = "61891f0abae1689f6617a963105a3f1dcdab5970c4a36ded9c79a7a544b16a6e"
 
-SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "eeec6cead3350dca48a235271c105b3e"
-SRC_URI[sha256sum] = "b4f0c27b61dbffba7a5b5ba2ff88c8cee10ff8dac774fa5b79ce906853623b75"
+DEPENDS = "dbus glib-2.0 glib-2.0-native atk at-spi2-core libxml2"
 
-DEPENDS = "dbus glib-2.0 glib-2.0-native atk at-spi2-core"
-
-inherit autotools pkgconfig distro_features_check upstream-version-is-even
+GNOMEBASEBUILDCLASS = "meson"
+inherit gnomebase distro_features_check upstream-version-is-even
 
 # The at-spi2-core requires x11 in DISTRO_FEATURES
 REQUIRED_DISTRO_FEATURES = "x11"
-- 
2.4.0



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

* [PATCH 05/10] ofono: upgrade to version 1.23
  2018-04-04 15:32 [PATCH 01/10] adwaita-icon-theme: upgrade to version 3.28.0 Maxin B. John
                   ` (2 preceding siblings ...)
  2018-04-04 15:32 ` [PATCH 04/10] at-spi2-atk: upgrade to version 2.26.2 Maxin B. John
@ 2018-04-04 15:32 ` Maxin B. John
  2018-04-04 15:32 ` [PATCH 06/10] vte: upgrade to version 0.52.0 Maxin B. John
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 14+ messages in thread
From: Maxin B. John @ 2018-04-04 15:32 UTC (permalink / raw)
  To: openembedded-core

1.22 -> 1.23

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-connectivity/ofono/ofono_1.22.bb | 9 ---------
 meta/recipes-connectivity/ofono/ofono_1.23.bb | 9 +++++++++
 2 files changed, 9 insertions(+), 9 deletions(-)
 delete mode 100644 meta/recipes-connectivity/ofono/ofono_1.22.bb
 create mode 100644 meta/recipes-connectivity/ofono/ofono_1.23.bb

diff --git a/meta/recipes-connectivity/ofono/ofono_1.22.bb b/meta/recipes-connectivity/ofono/ofono_1.22.bb
deleted file mode 100644
index e57eaa7..0000000
--- a/meta/recipes-connectivity/ofono/ofono_1.22.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-require ofono.inc
-
-SRC_URI  = "\
-  ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
-  file://ofono \
-  file://use-python3.patch \
-"
-SRC_URI[md5sum] = "2a683ab8e98448ad8bc5dc9868d2893e"
-SRC_URI[sha256sum] = "8e34a6696c300c9841b55e8dff640bd3096e49f5dbe55bbebaa69a71676f687e"
diff --git a/meta/recipes-connectivity/ofono/ofono_1.23.bb b/meta/recipes-connectivity/ofono/ofono_1.23.bb
new file mode 100644
index 0000000..e04162c
--- /dev/null
+++ b/meta/recipes-connectivity/ofono/ofono_1.23.bb
@@ -0,0 +1,9 @@
+require ofono.inc
+
+SRC_URI  = "\
+  ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
+  file://ofono \
+  file://use-python3.patch \
+"
+SRC_URI[md5sum] = "27ea2f1a155231af49d520486b8ebc05"
+SRC_URI[sha256sum] = "4dacdc61571aad7ce8b4412ed51d03bec3d4060b93ee68f8c69b26b223bdc975"
-- 
2.4.0



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

* [PATCH 06/10] vte: upgrade to version 0.52.0
  2018-04-04 15:32 [PATCH 01/10] adwaita-icon-theme: upgrade to version 3.28.0 Maxin B. John
                   ` (3 preceding siblings ...)
  2018-04-04 15:32 ` [PATCH 05/10] ofono: upgrade to version 1.23 Maxin B. John
@ 2018-04-04 15:32 ` Maxin B. John
  2018-04-04 15:32 ` [PATCH 07/10] libusb1: upgrade to version 1.0.22 Maxin B. John
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 14+ messages in thread
From: Maxin B. John @ 2018-04-04 15:32 UTC (permalink / raw)
  To: openembedded-core

Removed configuration option "--disable-test-application"
[unknown-configure-option]

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-support/vte/{vte_0.50.2.bb => vte_0.52.0.bb} | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-support/vte/{vte_0.50.2.bb => vte_0.52.0.bb} (89%)

diff --git a/meta/recipes-support/vte/vte_0.50.2.bb b/meta/recipes-support/vte/vte_0.52.0.bb
similarity index 89%
rename from meta/recipes-support/vte/vte_0.50.2.bb
rename to meta/recipes-support/vte/vte_0.52.0.bb
index 8b9ee33..254d64e 100644
--- a/meta/recipes-support/vte/vte_0.50.2.bb
+++ b/meta/recipes-support/vte/vte_0.52.0.bb
@@ -11,8 +11,8 @@ inherit gnomebase gtk-doc distro_features_check upstream-version-is-even gobject
 SRC_URI += "file://0001-Don-t-enable-stack-protection-by-default.patch \
             ${@bb.utils.contains('PACKAGECONFIG', 'vala', '', 'file://0001-Add-m4-vapigen.m4.patch', d) } \
             "
-SRC_URI[archive.md5sum] = "1912cfd1d9cdd30cebeb908507acadc5"
-SRC_URI[archive.sha256sum] = "79dd316bfaff48f2fb74d066baae0d830e1f44436796fe410a57297e5c5f09cf"
+SRC_URI[archive.md5sum] = "95b0d12864f7374128da33998e756e75"
+SRC_URI[archive.sha256sum] = "d5ae72dddd57af493afa10ca2a290f284e588021b0bd8aaaa63dbb75de7c0567"
 
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 
@@ -38,8 +38,6 @@ PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls"
 
 CFLAGS += "-D_GNU_SOURCE"
 
-EXTRA_OECONF = "--disable-test-application"
-
 # libtool adds "-nostdlib" when g++ is used. This breaks PIE builds.
 # Use libtool-cross (which has a hack to prevent that) instead.
 EXTRA_OEMAKE_class-target = "LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool"
-- 
2.4.0



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

* [PATCH 07/10] libusb1: upgrade to version 1.0.22
  2018-04-04 15:32 [PATCH 01/10] adwaita-icon-theme: upgrade to version 3.28.0 Maxin B. John
                   ` (4 preceding siblings ...)
  2018-04-04 15:32 ` [PATCH 06/10] vte: upgrade to version 0.52.0 Maxin B. John
@ 2018-04-04 15:32 ` Maxin B. John
  2018-04-04 15:32 ` [PATCH 08/10] libsoup-2.4: upgrade to version 2.62.0 Maxin B. John
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 14+ messages in thread
From: Maxin B. John @ 2018-04-04 15:32 UTC (permalink / raw)
  To: openembedded-core

1.0.21 -> 1.0.22

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-support/libusb/{libusb1_1.0.21.bb => libusb1_1.0.22.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/libusb/{libusb1_1.0.21.bb => libusb1_1.0.22.bb} (86%)

diff --git a/meta/recipes-support/libusb/libusb1_1.0.21.bb b/meta/recipes-support/libusb/libusb1_1.0.22.bb
similarity index 86%
rename from meta/recipes-support/libusb/libusb1_1.0.21.bb
rename to meta/recipes-support/libusb/libusb1_1.0.22.bb
index 1fefd14..766c1c3 100644
--- a/meta/recipes-support/libusb/libusb1_1.0.21.bb
+++ b/meta/recipes-support/libusb/libusb1_1.0.22.bb
@@ -12,8 +12,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.bz2 \
            file://no-dll.patch \
           "
 
-SRC_URI[md5sum] = "1da9ea3c27b3858fa85c5f4466003e44"
-SRC_URI[sha256sum] = "7dce9cce9a81194b7065ee912bcd55eeffebab694ea403ffb91b67db66b1824b"
+SRC_URI[md5sum] = "466267889daead47674df933cea9cacb"
+SRC_URI[sha256sum] = "75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157"
 
 S = "${WORKDIR}/libusb-${PV}"
 
-- 
2.4.0



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

* [PATCH 08/10] libsoup-2.4: upgrade to version 2.62.0
  2018-04-04 15:32 [PATCH 01/10] adwaita-icon-theme: upgrade to version 3.28.0 Maxin B. John
                   ` (5 preceding siblings ...)
  2018-04-04 15:32 ` [PATCH 07/10] libusb1: upgrade to version 1.0.22 Maxin B. John
@ 2018-04-04 15:32 ` Maxin B. John
  2018-04-04 15:32 ` [PATCH 09/10] sqlite3: upgrade to version 3.23.0 Maxin B. John
  2018-04-04 15:32 ` [PATCH 10/10] libevdev: upgrade to version 1.5.9 Maxin B. John
  8 siblings, 0 replies; 14+ messages in thread
From: Maxin B. John @ 2018-04-04 15:32 UTC (permalink / raw)
  To: openembedded-core

2.60.3 -> 2.62.0

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 .../libsoup/{libsoup-2.4_2.60.3.bb => libsoup-2.4_2.62.0.bb}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.60.3.bb => libsoup-2.4_2.62.0.bb} (89%)

diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.60.3.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.62.0.bb
similarity index 89%
rename from meta/recipes-support/libsoup/libsoup-2.4_2.60.3.bb
rename to meta/recipes-support/libsoup/libsoup-2.4_2.62.0.bb
index e2e7ff4..5c9dd19 100644
--- a/meta/recipes-support/libsoup/libsoup-2.4_2.60.3.bb
+++ b/meta/recipes-support/libsoup/libsoup-2.4_2.62.0.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] = "4cf8937d161d3dd71a65f1684e317824"
-SRC_URI[sha256sum] = "1b0dc762f23abe4e0d29b77370e539fd35f31d8e8e0318d6ddccff395be68a22"
+SRC_URI[md5sum] = "750b6f6136e5fdd82ac07f60b4aea575"
+SRC_URI[sha256sum] = "ab7c7ae8d19d0a27ab3b6ae21599cec8c7f7b773b3f2b1090c5daf178373aaac"
 
 S = "${WORKDIR}/libsoup-${PV}"
 
-- 
2.4.0



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

* [PATCH 09/10] sqlite3: upgrade to version 3.23.0
  2018-04-04 15:32 [PATCH 01/10] adwaita-icon-theme: upgrade to version 3.28.0 Maxin B. John
                   ` (6 preceding siblings ...)
  2018-04-04 15:32 ` [PATCH 08/10] libsoup-2.4: upgrade to version 2.62.0 Maxin B. John
@ 2018-04-04 15:32 ` Maxin B. John
  2018-04-04 15:32 ` [PATCH 10/10] libevdev: upgrade to version 1.5.9 Maxin B. John
  8 siblings, 0 replies; 14+ messages in thread
From: Maxin B. John @ 2018-04-04 15:32 UTC (permalink / raw)
  To: openembedded-core

3.22.0 -> 3.23.0

Includes optimizations and fixes for issues detected by OSSFuzz

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-support/sqlite/{sqlite3_3.22.0.bb => sqlite3_3.23.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/sqlite/{sqlite3_3.22.0.bb => sqlite3_3.23.0.bb} (59%)

diff --git a/meta/recipes-support/sqlite/sqlite3_3.22.0.bb b/meta/recipes-support/sqlite/sqlite3_3.23.0.bb
similarity index 59%
rename from meta/recipes-support/sqlite/sqlite3_3.22.0.bb
rename to meta/recipes-support/sqlite/sqlite3_3.23.0.bb
index ef88659..1b7ae9a 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.22.0.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.23.0.bb
@@ -6,5 +6,5 @@ LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed0
 SRC_URI = "\
   http://www.sqlite.org/2018/sqlite-autoconf-${SQLITE_PV}.tar.gz \
   "
-SRC_URI[md5sum] = "96b5648d542e8afa6ab7ffb8db8ddc3d"
-SRC_URI[sha256sum] = "2824ab1238b706bc66127320afbdffb096361130e23291f26928a027b885c612"
+SRC_URI[md5sum] = "6a26a122a18bcd1a6a1c18b4bad64498"
+SRC_URI[sha256sum] = "b7711a1800a071674c2bf76898ae8584fc6c9643cfe933cfc1bc54361e3a6e49"
-- 
2.4.0



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

* [PATCH 10/10] libevdev: upgrade to version 1.5.9
  2018-04-04 15:32 [PATCH 01/10] adwaita-icon-theme: upgrade to version 3.28.0 Maxin B. John
                   ` (7 preceding siblings ...)
  2018-04-04 15:32 ` [PATCH 09/10] sqlite3: upgrade to version 3.23.0 Maxin B. John
@ 2018-04-04 15:32 ` Maxin B. John
  8 siblings, 0 replies; 14+ messages in thread
From: Maxin B. John @ 2018-04-04 15:32 UTC (permalink / raw)
  To: openembedded-core

1.5.8 -> 1.5.9

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 .../recipes-support/libevdev/{libevdev_1.5.8.bb => libevdev_1.5.9.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/libevdev/{libevdev_1.5.8.bb => libevdev_1.5.9.bb} (74%)

diff --git a/meta/recipes-support/libevdev/libevdev_1.5.8.bb b/meta/recipes-support/libevdev/libevdev_1.5.9.bb
similarity index 74%
rename from meta/recipes-support/libevdev/libevdev_1.5.8.bb
rename to meta/recipes-support/libevdev/libevdev_1.5.9.bb
index c138014..f59c60e 100644
--- a/meta/recipes-support/libevdev/libevdev_1.5.8.bb
+++ b/meta/recipes-support/libevdev/libevdev_1.5.9.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=75aae0d38feea6fda97ca381cb9132eb \
 
 SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz"
 
-SRC_URI[md5sum] = "c25a8c3939e4ad59a5e9e5e1e354832d"
-SRC_URI[sha256sum] = "6083d81e46609da8ba80cb826c02d9080764a6dec33c8267ccb7e158833d4c6d"
+SRC_URI[md5sum] = "a1ca11e961c1efed720fac4130881904"
+SRC_URI[sha256sum] = "e1663751443bed9d3e76a4fe2caf6fa866a79705d91cacad815c04e706198a75"
 
 inherit autotools pkgconfig
-- 
2.4.0



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

* Re: [PATCH 04/10] at-spi2-atk: upgrade to version 2.26.2
  2018-04-04 15:32 ` [PATCH 04/10] at-spi2-atk: upgrade to version 2.26.2 Maxin B. John
@ 2018-04-06 15:05   ` Richard Purdie
  2018-04-06 15:14     ` Maxin B. John
  0 siblings, 1 reply; 14+ messages in thread
From: Richard Purdie @ 2018-04-06 15:05 UTC (permalink / raw)
  To: Maxin B. John, openembedded-core

On Wed, 2018-04-04 at 18:32 +0300, Maxin B. John wrote:
> 1. convert to meson build
> 2. inherit gnomebase and associated cleanup
> 3. add libxml2 to DEPENDS list
> 
> Signed-off-by: Maxin B. John <maxin.john@intel.com>

This and atk seem to fail in gir on x32:

https://autobuilder.yocto.io/builders/nightly-x32/builds/916/steps/BuildImages/logs/stdio

Cheers,

Richard


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

* Re: [PATCH 04/10] at-spi2-atk: upgrade to version 2.26.2
  2018-04-06 15:05   ` Richard Purdie
@ 2018-04-06 15:14     ` Maxin B. John
  2018-04-09  6:14       ` Alexander Kanavin
  0 siblings, 1 reply; 14+ messages in thread
From: Maxin B. John @ 2018-04-06 15:14 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-core

Hi RP,

On Fri, Apr 06, 2018 at 04:05:36PM +0100, Richard Purdie wrote:
> On Wed, 2018-04-04 at 18:32 +0300, Maxin B. John wrote:
> > 1. convert to meson build
> > 2. inherit gnomebase and associated cleanup
> > 3. add libxml2 to DEPENDS list
> > 
> > Signed-off-by: Maxin B. John <maxin.john@intel.com>
> 
> This and atk seem to fail in gir on x32:
> 
> https://autobuilder.yocto.io/builders/nightly-x32/builds/916/steps/BuildImages/logs/stdio
>
Will fix it and send the v2.

> Cheers,
> 
> Richard

Cheers,
Maxin


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

* Re: [PATCH 04/10] at-spi2-atk: upgrade to version 2.26.2
  2018-04-06 15:14     ` Maxin B. John
@ 2018-04-09  6:14       ` Alexander Kanavin
  2018-04-09 11:42         ` Maxin B. John
  0 siblings, 1 reply; 14+ messages in thread
From: Alexander Kanavin @ 2018-04-09  6:14 UTC (permalink / raw)
  To: Maxin B. John, Richard Purdie; +Cc: openembedded-core

On 04/06/2018 06:14 PM, Maxin B. John wrote:
>>> 1. convert to meson build
>>> 2. inherit gnomebase and associated cleanup
>>> 3. add libxml2 to DEPENDS list
>>>
>>> Signed-off-by: Maxin B. John <maxin.john@intel.com>
>>
>> This and atk seem to fail in gir on x32:
>>
>> https://autobuilder.yocto.io/builders/nightly-x32/builds/916/steps/BuildImages/logs/stdio
>>
> Will fix it and send the v2.

We disable gobject introspection on x32 (as there is no qemu support). 
For autotools it works automatically (because the class can rely on a 
common configure switch to enable/disable g-i), but here you need to add 
a tweak similar to the one added to json-glib recipe when it was 
converted to meson.

Alex


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

* Re: [PATCH 04/10] at-spi2-atk: upgrade to version 2.26.2
  2018-04-09  6:14       ` Alexander Kanavin
@ 2018-04-09 11:42         ` Maxin B. John
  0 siblings, 0 replies; 14+ messages in thread
From: Maxin B. John @ 2018-04-09 11:42 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: Richard Purdie, openembedded-core

Hi Alex,

On Mon, Apr 09, 2018 at 09:14:59AM +0300, Alexander Kanavin wrote:
> On 04/06/2018 06:14 PM, Maxin B. John wrote:
> >>>1. convert to meson build
> >>>2. inherit gnomebase and associated cleanup
> >>>3. add libxml2 to DEPENDS list
> >>>
> >>>Signed-off-by: Maxin B. John <maxin.john@intel.com>
> >>
> >>This and atk seem to fail in gir on x32:
> >>
> >>https://autobuilder.yocto.io/builders/nightly-x32/builds/916/steps/BuildImages/logs/stdio
> >>
> >Will fix it and send the v2.
> 
> We disable gobject introspection on x32 (as there is no qemu support). For
> autotools it works automatically (because the class can rely on a common
> configure switch to enable/disable g-i), but here you need to add a tweak
> similar to the one added to json-glib recipe when it was converted to meson.

Thanks, it was really helpful.

> Alex

Cheers,
Maxin


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

end of thread, other threads:[~2018-04-09 11:41 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-04 15:32 [PATCH 01/10] adwaita-icon-theme: upgrade to version 3.28.0 Maxin B. John
2018-04-04 15:32 ` [PATCH 02/10] at-spi2-core: upgrade to version 2.28.0 Maxin B. John
2018-04-04 15:32 ` [PATCH 03/10] atk: upgrade to version 2.28.1 Maxin B. John
2018-04-04 15:32 ` [PATCH 04/10] at-spi2-atk: upgrade to version 2.26.2 Maxin B. John
2018-04-06 15:05   ` Richard Purdie
2018-04-06 15:14     ` Maxin B. John
2018-04-09  6:14       ` Alexander Kanavin
2018-04-09 11:42         ` Maxin B. John
2018-04-04 15:32 ` [PATCH 05/10] ofono: upgrade to version 1.23 Maxin B. John
2018-04-04 15:32 ` [PATCH 06/10] vte: upgrade to version 0.52.0 Maxin B. John
2018-04-04 15:32 ` [PATCH 07/10] libusb1: upgrade to version 1.0.22 Maxin B. John
2018-04-04 15:32 ` [PATCH 08/10] libsoup-2.4: upgrade to version 2.62.0 Maxin B. John
2018-04-04 15:32 ` [PATCH 09/10] sqlite3: upgrade to version 3.23.0 Maxin B. John
2018-04-04 15:32 ` [PATCH 10/10] libevdev: upgrade to version 1.5.9 Maxin B. John

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox