All of lore.kernel.org
 help / color / mirror / Atom feed
* [zeus 00/17] Patch review
@ 2020-01-03  2:48 Armin Kuster
  2020-01-03  2:48 ` [zeus 01/17] grpc: Define libdir and cmakedir in terms of multilib Armin Kuster
                   ` (17 more replies)
  0 siblings, 18 replies; 21+ messages in thread
From: Armin Kuster @ 2020-01-03  2:48 UTC (permalink / raw)
  To: openembedded-devel

Please have comments back by Saturday.

The following changes since commit fbe4cf8d56eea586c096621e7c913b24bd99c9c6:

  gtkwave: add the libtirpc dependence and config (2019-12-17 21:57:51 -0800)

are available in the Git repository at:

  https://git.openembedded.org/meta-openembedded-contrib stable/zeus-nut
  http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/zeus-nut

Adrian Bunk (3):
  networkmanager: Upgrade 1.18.2 -> 1.18.4
  gpsd: Backport a memory leak fix
  libqmi: Upgrade 1.24.0 -> 1.24.2

Changqing Li (1):
  xfce-dusk-gtk3: correct invalid SRC_URI

Hongxu Jia (1):
  python-more-itertools: downgrade 7.2.0 -> 5.0.0

Kai Kang (1):
  fltk: fix build error when enable package config examples

Khem Raj (9):
  grpc: Define libdir and cmakedir in terms of multilib
  tinyalsa: fix installation libdir path to match multilibs
  libqb: Add --enable-nosection-fallback with mips64/clang
  x11vnc: Fix build for 32bit arches with 64bit time_t
  evtest: Fix build for 32bit arches with 64bit time_t
  lirc: Fix build for 32bit arches with 64bit time_t
  utouch-evemu,utouch-frame: Fix build for 32bit arches with 64bit
    time_t
  directfb: Fix build for 32bit arches with 64bit time_t
  ruli: Fix install step and build samples too

Stefan Agner (1):
  networkmanager: do not deploy unnecessary udev rule file

zhangxiao (1):
  syslog-ng: Fix multilib header conflict - syslog-ng-config.h

 .../recipes-multimedia/tinyalsa/tinyalsa.bb   |   4 +-
 ...L_-path-instead-of-hardcoding-bin-li.patch |  46 +++++
 ...ger_1.18.2.bb => networkmanager_1.18.4.bb} |   9 +-
 .../recipes-devtools/grpc/grpc_1.24.1.bb      |   4 +-
 ...-Fix-build-with-format-string-checks.patch |  29 ++-
 ...ake-space-for-flags-from-environment.patch |  95 +++++++++
 ...v-Mark-prev_addr_list_size-as-unused.patch |  35 ++++
 .../recipes-support/ruli/files/Makefile.patch | 122 ------------
 .../recipes-support/ruli/ruli_0.36.bb         |  23 ++-
 .../{libqmi_1.24.0.bb => libqmi_1.24.2.bb}    |   4 +-
 ...ld-on-32bit-arches-with-64bit-time_t.patch |  40 ++++
 .../recipes-connectivity/lirc/lirc_0.9.4d.bb  |   1 +
 meta-oe/recipes-extended/libqb/libqb_1.0.5.bb |   6 +-
 .../recipes-graphics/directfb/directfb.inc    |   3 +-
 ...ld-on-32bit-arches-with-64bit-time_t.patch | 139 +++++++++++++
 ...ld-on-32bit-arches-with-64bit-time_t.patch | 111 +++++++++++
 .../recipes-graphics/x11vnc/x11vnc_0.9.16.bb  |   5 +-
 .../0001-gps_shm_close-Free-privdata.patch    |  37 ++++
 meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb  |   1 +
 meta-oe/recipes-support/fltk/fltk.bb          |   7 +-
 ...-when-enable-package-config-examples.patch | 182 ++++++++++++++++++
 .../recipes-support/syslog-ng/syslog-ng.inc   |   4 +-
 ...ld-on-32bit-arches-with-64bit-time_t.patch |  76 ++++++++
 .../utouch/utouch-evemu_git.bb                |   4 +-
 ...ld-on-32bit-arches-with-64bit-time_t.patch |  41 ++++
 ...tat.h-for-fixing-build-issue-on-musl.patch |   0
 .../remove-man-page-creation.patch            |   0
 .../utouch/utouch-frame_git.bb                |   1 +
 ...ld-on-32bit-arches-with-64bit-time_t.patch |  41 ++++
 meta-oe/recipes-test/evtest/evtest_1.34.bb    |   6 +-
 .../python/python-more-itertools.inc          |   3 -
 .../python/python-more-itertools_5.0.0.bb     |   7 +
 .../python/python-more-itertools_7.2.0.bb     |   2 -
 .../python/python3-more-itertools_7.2.0.bb    |   3 +
 .../xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb      |   2 +-
 35 files changed, 935 insertions(+), 158 deletions(-)
 create mode 100644 meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa/0001-Use-CMAKE_INSTALL_-path-instead-of-hardcoding-bin-li.patch
 rename meta-networking/recipes-connectivity/networkmanager/{networkmanager_1.18.2.bb => networkmanager_1.18.4.bb} (94%)
 create mode 100644 meta-networking/recipes-support/ruli/files/0001-Make-space-for-flags-from-environment.patch
 create mode 100644 meta-networking/recipes-support/ruli/files/0001-ruli_srv-Mark-prev_addr_list_size-as-unused.patch
 delete mode 100644 meta-networking/recipes-support/ruli/files/Makefile.patch
 rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.24.0.bb => libqmi_1.24.2.bb} (85%)
 create mode 100644 meta-oe/recipes-connectivity/lirc/lirc/0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch
 create mode 100644 meta-oe/recipes-graphics/directfb/directfb/0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch
 create mode 100644 meta-oe/recipes-graphics/x11vnc/files/0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch
 create mode 100644 meta-oe/recipes-navigation/gpsd/gpsd/0001-gps_shm_close-Free-privdata.patch
 create mode 100644 meta-oe/recipes-support/fltk/fltk/0004-Fix-build-error-when-enable-package-config-examples.patch
 create mode 100644 meta-oe/recipes-support/utouch/utouch-evemu/0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch
 create mode 100644 meta-oe/recipes-support/utouch/utouch-frame/0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch
 rename meta-oe/recipes-support/utouch/{files => utouch-frame}/0001-include-sys-stat.h-for-fixing-build-issue-on-musl.patch (100%)
 rename meta-oe/recipes-support/utouch/{files => utouch-frame}/remove-man-page-creation.patch (100%)
 create mode 100644 meta-oe/recipes-test/evtest/evtest/0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch
 create mode 100644 meta-python/recipes-devtools/python/python-more-itertools_5.0.0.bb
 delete mode 100644 meta-python/recipes-devtools/python/python-more-itertools_7.2.0.bb

-- 
2.17.1



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

end of thread, other threads:[~2020-01-03 18:08 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-03  2:48 [zeus 00/17] Patch review Armin Kuster
2020-01-03  2:48 ` [zeus 01/17] grpc: Define libdir and cmakedir in terms of multilib Armin Kuster
2020-01-03  2:48 ` [zeus 02/17] tinyalsa: fix installation libdir path to match multilibs Armin Kuster
2020-01-03  2:49 ` [zeus 03/17] libqb: Add --enable-nosection-fallback with mips64/clang Armin Kuster
2020-01-03  2:49 ` [zeus 04/17] xfce-dusk-gtk3: correct invalid SRC_URI Armin Kuster
2020-01-03  2:49 ` [zeus 05/17] fltk: fix build error when enable package config examples Armin Kuster
2020-01-03  2:49 ` [zeus 06/17] syslog-ng: Fix multilib header conflict - syslog-ng-config.h Armin Kuster
2020-01-03  2:49 ` [zeus 07/17] x11vnc: Fix build for 32bit arches with 64bit time_t Armin Kuster
2020-01-03  2:49 ` [zeus 08/17] evtest: " Armin Kuster
2020-01-03  2:49 ` [zeus 09/17] lirc: " Armin Kuster
2020-01-03  2:49 ` [zeus 10/17] utouch-evemu, utouch-frame: " Armin Kuster
2020-01-03  2:49 ` [zeus 11/17] directfb: " Armin Kuster
2020-01-03  2:49 ` [zeus 12/17] ruli: Fix install step and build samples too Armin Kuster
2020-01-03  2:49 ` [zeus 13/17] networkmanager: Upgrade 1.18.2 -> 1.18.4 Armin Kuster
2020-01-03  2:49 ` [zeus 14/17] networkmanager: do not deploy unnecessary udev rule file Armin Kuster
2020-01-03  2:49 ` [zeus 15/17] gpsd: Backport a memory leak fix Armin Kuster
2020-01-03  2:49 ` [zeus 16/17] python-more-itertools: downgrade 7.2.0 -> 5.0.0 Armin Kuster
2020-01-03  2:49 ` [zeus 17/17] libqmi: Upgrade 1.24.0 -> 1.24.2 Armin Kuster
2020-01-03  3:38 ` [zeus 00/17] Patch review Khem Raj
2020-01-03  8:49   ` Adrian Bunk
2020-01-03 18:08   ` akuster808

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.