All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] package upgrades
@ 2012-07-04 18:17 Laurentiu Palcu
  2012-07-04 18:17 ` [PATCH 1/8] directfb: upgrade to 1.6.1 Laurentiu Palcu
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Laurentiu Palcu @ 2012-07-04 18:17 UTC (permalink / raw)
  To: openembedded-core

Hi all.

This is another set of package upgrades. All packages were compiled successfully
for all architectures. Basic sanity tests for DirectFB were performed using
core-image-gtk-directfb on qemux86. The rest of the packages were tested with
core-image-sato on qemux86.

Thanks,
Laurentiu

The following changes since commit ee89e38d478b5f9e13dd87c9333f9c4d56d51e3e:

  prexport.bbclass: Fix typo in warning: "AUROPR" -> "AUTOPR". (2012-07-04 17:40:38 +0100)

are available in the git repository at:

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

Laurentiu Palcu (8):
  directfb: upgrade to 1.6.1
  directfb-examples: upgrade to 1.6.0
  libx11: upgrade to 1.5.0
  libx11-trim: upgrade to 1.5.0
  libx11-diet: upgrade to 1.5.0
  libxi: upgrade to 1.6.1
  xinput: upgrade to 1.6.0
  pixman: upgrade to 0.26.2

 ...xamples_1.5.3.bb => directfb-examples_1.6.0.bb} |    4 +-
 meta/recipes-graphics/directfb/directfb.inc        |    4 +-
 .../directfb/fix-compilation-with-zlib.patch       |   29 +++++
 ...se-ARM-assembler-for-atomic-operations-on.patch |   27 ----
 ...ibdirect-remove-include-of-linux-config.h.patch |   29 -----
 meta/recipes-graphics/directfb/directfb_1.5.3.bb   |   23 ----
 meta/recipes-graphics/directfb/directfb_1.6.1.bb   |   23 ++++
 meta/recipes-graphics/xorg-app/xinput_1.5.3.bb     |   14 --
 meta/recipes-graphics/xorg-app/xinput_1.6.0.bb     |   15 +++
 ...quest-as-substitute-for-GetReq-GetReqExtr.patch |  137 --------------------
 .../keysymdef_include.patch                        |    0
 .../makekeys_crosscompile.patch                    |    0
 .../x11_disable_makekeys.patch                     |   13 +-
 .../X18NCMSstubs.diff                              |    2 +-
 .../fix-disable-xlocale.diff                       |    0
 .../fix-utf8-wrong-define.patch                    |    0
 .../keysymdef_include.patch                        |    0
 .../x11_disable_makekeys.patch                     |   13 +-
 .../{libx11-diet_1.4.4.bb => libx11-diet_1.5.0.bb} |    4 +-
 .../keysymdef_include.patch                        |    0
 .../makekeys_crosscompile.patch                    |    0
 .../x11_disable_makekeys.patch                     |   20 +--
 .../{libx11-trim_1.4.4.bb => libx11-trim_1.5.0.bb} |    6 +-
 .../xorg-lib/{libx11_1.4.4.bb => libx11_1.5.0.bb}  |    7 +-
 .../xorg-lib/{libxi_1.4.5.bb => libxi_1.6.1.bb}    |    4 +-
 .../{pixman_0.25.2.bb => pixman_0.26.2.bb}         |    9 +-
 26 files changed, 114 insertions(+), 269 deletions(-)
 rename meta/recipes-graphics/directfb/{directfb-examples_1.5.3.bb => directfb-examples_1.6.0.bb} (77%)
 create mode 100644 meta/recipes-graphics/directfb/directfb/fix-compilation-with-zlib.patch
 delete mode 100644 meta/recipes-graphics/directfb/directfb/libdirect-Use-ARM-assembler-for-atomic-operations-on.patch
 delete mode 100644 meta/recipes-graphics/directfb/directfb/libdirect-remove-include-of-linux-config.h.patch
 delete mode 100644 meta/recipes-graphics/directfb/directfb_1.5.3.bb
 create mode 100644 meta/recipes-graphics/directfb/directfb_1.6.1.bb
 delete mode 100644 meta/recipes-graphics/xorg-app/xinput_1.5.3.bb
 create mode 100644 meta/recipes-graphics/xorg-app/xinput_1.6.0.bb
 delete mode 100644 meta/recipes-graphics/xorg-lib/libx11-1.4.4/0001-Add-_XGetRequest-as-substitute-for-GetReq-GetReqExtr.patch
 rename meta/recipes-graphics/xorg-lib/{libx11-1.4.4 => libx11-1.5.0}/keysymdef_include.patch (100%)
 rename meta/recipes-graphics/xorg-lib/{libx11-1.4.4 => libx11-1.5.0}/makekeys_crosscompile.patch (100%)
 rename meta/recipes-graphics/xorg-lib/{libx11-1.4.4 => libx11-1.5.0}/x11_disable_makekeys.patch (74%)
 rename meta/recipes-graphics/xorg-lib/{libx11-diet-1.4.4 => libx11-diet-1.5.0}/X18NCMSstubs.diff (99%)
 rename meta/recipes-graphics/xorg-lib/{libx11-diet-1.4.4 => libx11-diet-1.5.0}/fix-disable-xlocale.diff (100%)
 rename meta/recipes-graphics/xorg-lib/{libx11-diet-1.4.4 => libx11-diet-1.5.0}/fix-utf8-wrong-define.patch (100%)
 rename meta/recipes-graphics/xorg-lib/{libx11-diet-1.4.4 => libx11-diet-1.5.0}/keysymdef_include.patch (100%)
 rename meta/recipes-graphics/xorg-lib/{libx11-trim-1.4.4 => libx11-diet-1.5.0}/x11_disable_makekeys.patch (74%)
 rename meta/recipes-graphics/xorg-lib/{libx11-diet_1.4.4.bb => libx11-diet_1.5.0.bb} (86%)
 rename meta/recipes-graphics/xorg-lib/{libx11-trim-1.4.4 => libx11-trim-1.5.0}/keysymdef_include.patch (100%)
 rename meta/recipes-graphics/xorg-lib/{libx11-trim-1.4.4 => libx11-trim-1.5.0}/makekeys_crosscompile.patch (100%)
 rename meta/recipes-graphics/xorg-lib/{libx11-diet-1.4.4 => libx11-trim-1.5.0}/x11_disable_makekeys.patch (62%)
 rename meta/recipes-graphics/xorg-lib/{libx11-trim_1.4.4.bb => libx11-trim_1.5.0.bb} (79%)
 rename meta/recipes-graphics/xorg-lib/{libx11_1.4.4.bb => libx11_1.5.0.bb} (67%)
 rename meta/recipes-graphics/xorg-lib/{libxi_1.4.5.bb => libxi_1.6.1.bb} (82%)
 rename meta/recipes-graphics/xorg-lib/{pixman_0.25.2.bb => pixman_0.26.2.bb} (75%)

-- 
1.7.9.5




^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH 0/8] Package upgrades
@ 2013-05-10 15:04 Laurentiu Palcu
  0 siblings, 0 replies; 13+ messages in thread
From: Laurentiu Palcu @ 2013-05-10 15:04 UTC (permalink / raw)
  To: openembedded-core

Hi all,

This patchset contains some X related package upgrades. Basic functional tests
were done with a qemux86 core-image-sato image and on a lenovo ideapad
s10-3t netbook.

Also, all packages were build tested for all architectures (with the exception
of xf86-video-intel and xf86-video-vmware).

Thanks,
Laurentiu

The following changes since commit 88a7b041fbf2583472aa9408a33dd8881223a0c1:

  bitbake: pysh: Say what kind of token isn't implemented (2013-05-10 13:35:10 +0100)

are available in the git repository at:

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

Laurentiu Palcu (8):
  xf86-video-vmware: upgrade to 13.0.1
  xf86-video-intel: upgrade to 2.21.6
  xf86-input-keyboard: upgrade to 1.7.0
  xf86-input-mouse: upgrade to 1.9.0
  xf86-input-synaptics: upgrade to 1.7.0
  xf86-input-evdev: upgrade to 2.8.0
  xproto: upgrade to 7.0.24
  libdrm: upgrade to 2.4.44

 meta/recipes-graphics/drm/libdrm.inc               |    1 +
 .../recipes-graphics/drm/libdrm/installtests.patch |   26 --------
 .../drm/{libdrm_2.4.42.bb => libdrm_2.4.44.bb}     |    6 +-
 ...ut-evdev_2.7.3.bb => xf86-input-evdev_2.8.0.bb} |    6 +-
 ...board_1.6.2.bb => xf86-input-keyboard_1.7.0.bb} |    6 +-
 ...ut-mouse_1.8.1.bb => xf86-input-mouse_1.9.0.bb} |    6 +-
 ...tics_1.6.3.bb => xf86-input-synaptics_1.7.0.bb} |    8 +--
 ...-intel_2.21.3.bb => xf86-video-intel_2.21.6.bb} |    6 +-
 .../xf86-video-vmware/Kill-mibstore.patch          |   63 --------------------
 ...mware_13.0.0.bb => xf86-video-vmware_13.0.1.bb} |    8 +--
 .../{xproto_7.0.23.bb => xproto_7.0.24.bb}         |    5 +-
 11 files changed, 18 insertions(+), 123 deletions(-)
 rename meta/recipes-graphics/drm/{libdrm_2.4.42.bb => libdrm_2.4.44.bb} (43%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-evdev_2.7.3.bb => xf86-input-evdev_2.8.0.bb} (81%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-keyboard_1.6.2.bb => xf86-input-keyboard_1.7.0.bb} (70%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-mouse_1.8.1.bb => xf86-input-mouse_1.9.0.bb} (73%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-synaptics_1.6.3.bb => xf86-input-synaptics_1.7.0.bb} (70%)
 rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.21.3.bb => xf86-video-intel_2.21.6.bb} (84%)
 delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-vmware/Kill-mibstore.patch
 rename meta/recipes-graphics/xorg-driver/{xf86-video-vmware_13.0.0.bb => xf86-video-vmware_13.0.1.bb} (65%)
 rename meta/recipes-graphics/xorg-proto/{xproto_7.0.23.bb => xproto_7.0.24.bb} (72%)

-- 
1.7.9.5




^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH 0/8] Package Upgrades
@ 2015-04-20  8:09 Robert Yang
  0 siblings, 0 replies; 13+ messages in thread
From: Robert Yang @ 2015-04-20  8:09 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 97d56a5b8e4f15eb32095f242eb2fd62fc5d85f2:

  gmp: remove referencing paths from the build host (2015-04-19 13:34:06 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/PUs
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/PUs

Robert Yang (8):
  cracklib: 2.9.2 -> 2.9.3
  directfb: 1.7.6 -> 1.7.7
  ccache: 3.1.9 -> 3.1.11
  dbus-glib: 0.102 -> 0.104
  cryptodev: 1.6 -> 1.7
  liberror-perl: 0.17022 -> 0.17023
  pax-utils: 0.9.2 -> 1.0.3
  lz4: r127 -> r128

 meta/recipes-core/dbus/dbus-glib_0.102.bb          |    5 --
 meta/recipes-core/dbus/dbus-glib_0.104.bb          |    4 +
 .../ccache/{ccache_3.1.9.bb => ccache_3.1.11.bb}   |    4 +-
 .../{pax-utils_0.9.2.bb => pax-utils_1.0.3.bb}     |    4 +-
 ...or-perl_0.17022.bb => liberror-perl_0.17023.bb} |    5 +-
 .../{cracklib_2.9.2.bb => cracklib_2.9.3.bb}       |    6 +-
 meta/recipes-graphics/directfb/directfb_1.7.6.bb   |    8 --
 meta/recipes-graphics/directfb/directfb_1.7.7.bb   |    8 ++
 ...yptodev-linux_1.6.bb => cryptodev-linux_1.7.bb} |    4 +-
 ...todev-module_1.6.bb => cryptodev-module_1.7.bb} |    1 -
 ...yptodev-tests_1.6.bb => cryptodev-tests_1.7.bb} |    0
 .../{cryptodev_1.6.inc => cryptodev_1.7.inc}       |    4 +-
 ...pile-and-install-rules-for-cryptodev-test.patch |   23 +++---
 ...-rc1-Linux-kernel-the-INIT_COMPLETION-mac.patch |   86 --------------------
 .../recipes-support/lz4/{lz4_svn.bb => lz4_git.bb} |   12 +--
 15 files changed, 40 insertions(+), 134 deletions(-)
 delete mode 100644 meta/recipes-core/dbus/dbus-glib_0.102.bb
 create mode 100644 meta/recipes-core/dbus/dbus-glib_0.104.bb
 rename meta/recipes-devtools/ccache/{ccache_3.1.9.bb => ccache_3.1.11.bb} (45%)
 rename meta/recipes-devtools/pax-utils/{pax-utils_0.9.2.bb => pax-utils_1.0.3.bb} (83%)
 rename meta/recipes-devtools/perl/{liberror-perl_0.17022.bb => liberror-perl_0.17023.bb} (83%)
 rename meta/recipes-extended/cracklib/{cracklib_2.9.2.bb => cracklib_2.9.3.bb} (90%)
 delete mode 100644 meta/recipes-graphics/directfb/directfb_1.7.6.bb
 create mode 100644 meta/recipes-graphics/directfb/directfb_1.7.7.bb
 rename meta/recipes-kernel/cryptodev/{cryptodev-linux_1.6.bb => cryptodev-linux_1.7.bb} (92%)
 rename meta/recipes-kernel/cryptodev/{cryptodev-module_1.6.bb => cryptodev-module_1.7.bb} (85%)
 rename meta/recipes-kernel/cryptodev/{cryptodev-tests_1.6.bb => cryptodev-tests_1.7.bb} (100%)
 rename meta/recipes-kernel/cryptodev/{cryptodev_1.6.inc => cryptodev_1.7.inc} (66%)
 delete mode 100644 meta/recipes-kernel/cryptodev/files/0002-In-the-3.13-rc1-Linux-kernel-the-INIT_COMPLETION-mac.patch
 rename meta/recipes-support/lz4/{lz4_svn.bb => lz4_git.bb} (66%)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH 0/8] package upgrades
@ 2018-04-09 11:55 Maxin B. John
  0 siblings, 0 replies; 13+ messages in thread
From: Maxin B. John @ 2018-04-09 11:55 UTC (permalink / raw)
  To: openembedded-core

Package upgrades

Maxin B. John (8):
  libatomic-ops: upgrade to version 7.6.4
  bluez5: upgrade to version 5.49
  libsolv: upgrade to version 0.6.34
  ruby: upgrade to version 2.5.1
  gtk+3: upgrade to version 3.22.29
  gsettings-desktop-schemas: upgrade to version 3.28.0
  puzzles: upgrade to latest commit
  gtk-icon-utils-native: upgrade to version 3.22.29

 meta/recipes-connectivity/bluez5/bluez5.inc                          | 1 +
 meta/recipes-connectivity/bluez5/{bluez5_5.48.bb => bluez5_5.49.bb}  | 5 +++--
 meta/recipes-devtools/ruby/ruby.inc                                  | 2 +-
 meta/recipes-devtools/ruby/{ruby_2.5.0.bb => ruby_2.5.1.bb}          | 4 ++--
 .../libsolv/{libsolv_0.6.33.bb => libsolv_0.6.34.bb}                 | 2 +-
 ...desktop-schemas_3.24.1.bb => gsettings-desktop-schemas_3.28.0.bb} | 4 ++--
 meta/recipes-gnome/gtk+/{gtk+3_3.22.28.bb => gtk+3_3.22.29.bb}       | 4 ++--
 ...icon-utils-native_3.22.28.bb => gtk-icon-utils-native_3.22.29.bb} | 4 ++--
 meta/recipes-sato/puzzles/puzzles_git.bb                             | 2 +-
 .../libatomic-ops/{libatomic-ops_7.6.2.bb => libatomic-ops_7.6.4.bb} | 2 +-
 10 files changed, 16 insertions(+), 14 deletions(-)
 rename meta/recipes-connectivity/bluez5/{bluez5_5.48.bb => bluez5_5.49.bb} (87%)
 rename meta/recipes-devtools/ruby/{ruby_2.5.0.bb => ruby_2.5.1.bb} (90%)
 rename meta/recipes-extended/libsolv/{libsolv_0.6.33.bb => libsolv_0.6.34.bb} (94%)
 rename meta/recipes-gnome/gsettings-desktop-schemas/{gsettings-desktop-schemas_3.24.1.bb => gsettings-desktop-schemas_3.28.0.bb} (70%)
 rename meta/recipes-gnome/gtk+/{gtk+3_3.22.28.bb => gtk+3_3.22.29.bb} (83%)
 rename meta/recipes-gnome/gtk+/{gtk-icon-utils-native_3.22.28.bb => gtk-icon-utils-native_3.22.29.bb} (94%)
 rename meta/recipes-support/libatomic-ops/{libatomic-ops_7.6.2.bb => libatomic-ops_7.6.4.bb} (91%)

-- 
2.4.0



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

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

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-04 18:17 [PATCH 0/8] package upgrades Laurentiu Palcu
2012-07-04 18:17 ` [PATCH 1/8] directfb: upgrade to 1.6.1 Laurentiu Palcu
2012-07-04 18:17 ` [PATCH 2/8] directfb-examples: upgrade to 1.6.0 Laurentiu Palcu
2012-07-04 18:17 ` [PATCH 3/8] libx11: upgrade to 1.5.0 Laurentiu Palcu
2012-07-04 18:17 ` [PATCH 4/8] libx11-trim: " Laurentiu Palcu
2012-07-04 18:17 ` [PATCH 5/8] libx11-diet: " Laurentiu Palcu
2012-07-04 18:17 ` [PATCH 6/8] libxi: upgrade to 1.6.1 Laurentiu Palcu
2012-07-04 18:17 ` [PATCH 7/8] xinput: upgrade to 1.6.0 Laurentiu Palcu
2012-07-04 18:17 ` [PATCH 8/8] pixman: upgrade to 0.26.2 Laurentiu Palcu
2012-07-09 17:32 ` [PATCH 0/8] package upgrades Saul Wold
  -- strict thread matches above, loose matches on Subject: below --
2013-05-10 15:04 [PATCH 0/8] Package upgrades Laurentiu Palcu
2015-04-20  8:09 [PATCH 0/8] Package Upgrades Robert Yang
2018-04-09 11:55 [PATCH 0/8] package upgrades Maxin B. John

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.