From: "akuster" <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [gatesgarth 00/15] Patch review Feb 14th
Date: Sun, 14 Feb 2021 17:13:14 -0800 [thread overview]
Message-ID: <cover.1613349480.git.akuster808@gmail.com> (raw)
Next set for Gatesgarth.
Please have feedback by Tuesday.
The following changes since commit cef93b7b00e620d90a610112ee574fa60b691cf8:
openldap: upgrade 2.4.56 -> 2.4.57 (2021-02-02 10:18:22 -0800)
are available in the Git repository at:
git://git.openembedded.org/meta-openembedded-contrib stable/gatesgarth-nut
http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/gatesgarth-nut
Armin Kuster (1):
lua: update to 5.3.6
Kai Kang (1):
mariadb: add package config zstd
Khem Raj (5):
mariadb: Fix build on 32bit arches with 64bit time_t
gedit: Inherit python3targetconfig
openipmi: Inherit python3targetconfig
libplist: Inherit python3targetconfig
postgresql: Inherit python3targetconfig
Mario Schuknecht (1):
dnsmasq: Fix systemd service
Martin Jansa (1):
wireguard-module: remove PKG assignment
Mingli Yu (1):
mariadb: upgrade to 10.5.8
Qi.Chen@windriver.com (1):
minifi-cpp: set PSEUDO_CONSIDER_PATHS
Shlomi Vaknin (1):
python3-sh: remove python3-tests from RDEPENDS
Wang Mingyu (1):
dnsmasq: upgrade 2.82 -> 2.84
akuster (1):
enca: Fix SRC_URI
changqing.li@windriver.com (1):
celt051: update SRC_URI
.../recipes-gnome/gedit/gedit_3.36.2.bb | 2 +-
.../wireguard-module_1.0.20200908.bb | 7 ----
.../recipes-support/celt051/celt051_git.bb | 2 +-
.../recipes-support/dnsmasq/dnsmasq/lua.patch | 9 +++--
.../recipes-support/dnsmasq/dnsmasq_2.82.bb | 8 ----
.../recipes-support/dnsmasq/dnsmasq_2.84.bb | 8 ++++
.../dnsmasq/files/dnsmasq-resolvconf.service | 2 +-
.../openipmi/openipmi_2.0.29.bb | 2 +-
...ive_10.5.6.bb => mariadb-native_10.5.8.bb} | 0
meta-oe/recipes-dbs/mysql/mariadb.inc | 5 ++-
...fine-__NR_futex-if-it-does-not-exist.patch | 37 ++++++++++++++++++
...ktrace-t.c-make-the-test-conditional.patch | 38 +++++++++++++++++++
.../mysql/mariadb/c11_atomics.patch | 14 +++----
.../{mariadb_10.5.6.bb => mariadb_10.5.8.bb} | 0
meta-oe/recipes-dbs/postgresql/postgresql.inc | 2 +-
.../lua/{lua_5.3.5.bb => lua_5.3.6.bb} | 6 +--
.../libimobiledevice/libplist_2.2.0.bb | 2 +-
.../minifi-cpp/minifi-cpp_0.7.0.bb | 1 +
meta-oe/recipes-support/enca/enca_1.9.bb | 7 ++--
.../python/python3-sh_1.14.1.bb | 1 -
20 files changed, 112 insertions(+), 41 deletions(-)
delete mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.82.bb
create mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.84.bb
rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.5.6.bb => mariadb-native_10.5.8.bb} (100%)
create mode 100644 meta-oe/recipes-dbs/mysql/mariadb/0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch
create mode 100644 meta-oe/recipes-dbs/mysql/mariadb/0001-stacktrace-t.c-make-the-test-conditional.patch
rename meta-oe/recipes-dbs/mysql/{mariadb_10.5.6.bb => mariadb_10.5.8.bb} (100%)
rename meta-oe/recipes-devtools/lua/{lua_5.3.5.bb => lua_5.3.6.bb} (92%)
--
2.17.1
next reply other threads:[~2021-02-15 1:13 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-15 1:13 akuster [this message]
2021-02-15 1:13 ` [gatesgarth 01/15] enca: Fix SRC_URI akuster
2021-02-15 1:13 ` [gatesgarth 02/15] lua: update to 5.3.6 akuster
2021-02-15 1:13 ` [gatesgarth 03/15] python3-sh: remove python3-tests from RDEPENDS akuster
2021-02-15 1:13 ` [gatesgarth 04/15] celt051: update SRC_URI akuster
2021-02-15 1:13 ` [gatesgarth 05/15] dnsmasq: Fix systemd service akuster
2021-02-15 1:13 ` [gatesgarth 06/15] mariadb: Fix build on 32bit arches with 64bit time_t akuster
2021-02-15 1:13 ` [gatesgarth 07/15] mariadb: add package config zstd akuster
2021-02-15 1:13 ` [gatesgarth 08/15] mariadb: upgrade to 10.5.8 akuster
2021-02-15 1:13 ` [gatesgarth 09/15] minifi-cpp: set PSEUDO_CONSIDER_PATHS akuster
2021-02-15 1:13 ` [gatesgarth 10/15] dnsmasq: upgrade 2.82 -> 2.84 akuster
2021-02-15 1:13 ` [gatesgarth 11/15] wireguard-module: remove PKG assignment akuster
2021-02-15 1:13 ` [gatesgarth 12/15] gedit: Inherit python3targetconfig akuster
2021-02-15 1:13 ` [gatesgarth 13/15] openipmi: " akuster
2021-02-15 1:13 ` [gatesgarth 14/15] libplist: " akuster
2021-02-15 1:13 ` [gatesgarth 15/15] postgresql: " akuster
2021-02-15 8:49 ` [oe] [gatesgarth 00/15] Patch review Feb 14th Martin Jansa
2021-02-15 15:49 ` akuster
2021-02-19 18:34 ` Martin Jansa
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.1613349480.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.