All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Upgrades: GLib & friends
@ 2015-11-05 13:27 Jussi Kukkonen
  2015-11-05 13:29 ` [PATCH 1/6] glib-2.0: Upgrade 2.44.1 -> 2.46.1 Jussi Kukkonen
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Jussi Kukkonen @ 2015-11-05 13:27 UTC (permalink / raw)
  To: openembedded-core

GLib 2.46 made custem memory allocation functions no-ops: This leads to
a warning "custom memory allocation vtable not supported" on Qemu
startup. This should be a cosmetic issue (as custom allocators didn't
really work before either) and is already fixed in upstream Qemu.


The following changes since commit fc45deac89ef63ca1c44e763c38ced7dfd72cbe1:

  build-appliance-image: Update to jethro head revision (2015-11-03 14:03:03 +0000)

are available in the git repository at:

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

Jussi Kukkonen (6):
  glib-2.0: Upgrade 2.44.1 -> 2.46.1
  glib-networking: Upgrade 2.44.0 -> 2.46.1
  atk: Upgrade 2.16.0 -> 2.18.0
  atk-spi2-core: Upgrade 2.16.0 -> 2.18.1
  at-spi2-atk: Upgrade 2.16.0 -> 2.18.1
  libsoup-2.4: Upgrade 2.50.0 -> 2.52.1

 ...on-t-depend-on-a-data-file-that-s-not-bui.patch | 38 ++++++++++++++++++++++
 .../{glib-2.0_2.44.1.bb => glib-2.0_2.46.1.bb}     |  5 +--
 ...working_2.44.0.bb => glib-networking_2.46.1.bb} |  4 +--
 ...at-spi2-atk_2.16.0.bb => at-spi2-atk_2.18.1.bb} |  4 +--
 ...-spi2-core_2.16.0.bb => at-spi2-core_2.18.1.bb} |  4 +--
 .../atk/{atk_2.16.0.bb => atk_2.18.0.bb}           |  4 +--
 ...libsoup-2.4_2.50.0.bb => libsoup-2.4_2.52.1.bb} |  6 ++--
 7 files changed, 53 insertions(+), 12 deletions(-)
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0001-gio-tests-Don-t-depend-on-a-data-file-that-s-not-bui.patch
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.44.1.bb => glib-2.0_2.46.1.bb} (78%)
 rename meta/recipes-core/glib-networking/{glib-networking_2.44.0.bb => glib-networking_2.46.1.bb} (88%)
 rename meta/recipes-support/atk/{at-spi2-atk_2.16.0.bb => at-spi2-atk_2.18.1.bb} (82%)
 rename meta/recipes-support/atk/{at-spi2-core_2.16.0.bb => at-spi2-core_2.18.1.bb} (84%)
 rename meta/recipes-support/atk/{atk_2.16.0.bb => atk_2.18.0.bb} (78%)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.50.0.bb => libsoup-2.4_2.52.1.bb} (82%)

-- 
2.1.4



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

end of thread, other threads:[~2015-11-09  9:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-05 13:27 [PATCH 0/6] Upgrades: GLib & friends Jussi Kukkonen
2015-11-05 13:29 ` [PATCH 1/6] glib-2.0: Upgrade 2.44.1 -> 2.46.1 Jussi Kukkonen
2015-11-06 20:39   ` Burton, Ross
2015-11-05 13:29 ` [PATCH 2/6] glib-networking: Upgrade 2.44.0 " Jussi Kukkonen
2015-11-05 13:29 ` [PATCH 3/6] atk: Upgrade 2.16.0 -> 2.18.0 Jussi Kukkonen
2015-11-05 13:29 ` [PATCH 4/6] atk-spi2-core: Upgrade 2.16.0 -> 2.18.1 Jussi Kukkonen
2015-11-05 13:29 ` [PATCH 5/6] at-spi2-atk: " Jussi Kukkonen
2015-11-05 13:29 ` [PATCH 6/6] libsoup-2.4: Upgrade 2.50.0 -> 2.52.1 Jussi Kukkonen
2015-11-06 20:38 ` [PATCH 0/6] Upgrades: GLib & friends Burton, Ross
2015-11-08 10:19   ` Jussi Kukkonen
2015-11-09  9:40     ` Burton, Ross

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.