From: Armin Kuster <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [zeus 00/17] Patch review
Date: Thu, 2 Jan 2020 18:48:57 -0800 [thread overview]
Message-ID: <cover.1578019547.git.akuster808@gmail.com> (raw)
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
next reply other threads:[~2020-01-03 2:49 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-03 2:48 Armin Kuster [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1578019547.git.akuster808@gmail.com \
--to=akuster808@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.