From: Armin Kuster <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [Warror][ 00/23] Patch review
Date: Sat, 15 Jun 2019 10:57:04 -0700 [thread overview]
Message-ID: <cover.1560620937.git.akuster808@gmail.com> (raw)
Most of these where back port requests so I am giving a short review window.
Commnets by Sunday.
The following changes since commit 21cbe3ec166696b4d67d2ef5486a394d14d29269:
aufs-util: prevent native aufs-util depending on target kernel (2019-05-18 07:38:39 -0700)
are available in the git repository at:
https://git.openembedded.org/meta-openembedded-contrib stable/warrior-nmut
http://cgit.openembedded.org//log/?h=stable/warrior-nmut
Changqing Li (1):
netkit-telnet: add rconflicts
Hongxu Jia (1):
crash: do not use unstable github archive tarballs
Liwei Song (1):
turbostat: copy bits.h from kernel to turbostat
Martin Jansa (16):
gtkwave: add distro_features_check
ndctl: make MACHINE_ARCH and ignore from libblockdev
oprofile: make MACHINE_ARCH
umip: make MACHINE_ARCH
mscgen: fix SRC_URI for multilib
triggerhappy: fix issues
python-cassandra-driver.inc: fix DEPENDS
opencv: use the same package name in PACKAGES and RDEPENDS
igmpproxy: remove
0001-src-igmpproxy.h-Include-sys-types.h-for-u_short-u_in.patch and
_GNU_SOURCE
libvncserver: set PV in the recipe
ccid: fix SRC_URI
ne10, libopus: add armv7ve override as well
hunspell: use git fetcher instead of github archive
ttf-mplus, ttf-vlgothic: add ttf-mplus license
libmikmod: fix SRC_URI
leptonica: fix SRC_URI
Mingli Yu (1):
mariadb: Upgrade to 10.3.15
Qi.Chen@windriver.com (1):
polkit: fix CVE-2019-6133
Scott Ellis (1):
wireguard: Upgrade 20190123 -> 20190406
nick83ola (1):
uthash: do not use unstable github archive tarballs
.../recipes-connectivity/umip/umip_1.0.bb | 3 +
...xy.h-Include-sys-types.h-for-u_short-u_in.patch | 25 ---
.../recipes-daemons/igmpproxy/igmpproxy_0.2.1.bb | 6 +-
...0190123.bb => wireguard-module_0.0.20190406.bb} | 0
...20190123.bb => wireguard-tools_0.0.20190406.bb} | 0
.../recipes-kernel/wireguard/wireguard.inc | 4 +-
.../netkit-telnet/netkit-telnet_0.17.bb | 1 +
meta-oe/conf/layer.conf | 6 +
meta-oe/licenses/ttf-mplus | 16 ++
meta-oe/recipes-core/ndctl/ndctl_v63.bb | 3 +
.../packagegroups/packagegroup-meta-oe.bb | 3 +-
...native_10.3.13.bb => mariadb-native_10.3.15.bb} | 0
meta-oe/recipes-dbs/mysql/mariadb.inc | 4 +-
.../{mariadb_10.3.13.bb => mariadb_10.3.15.bb} | 0
...pare-PolkitUnixProcess-uids-for-temporary.patch | 186 +++++++++++++++++++++
meta-oe/recipes-extended/polkit/polkit_0.115.bb | 7 +-
.../{triggerhappy_0.5.0.bb => triggerhappy_git.bb} | 22 +--
meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.98.bb | 4 +
.../recipes-graphics/leptonica/leptonica_1.74.4.bb | 2 +-
.../libvncserver/libvncserver_git.bb | 2 +-
.../recipes-graphics/ttf-fonts/ttf-mplus_027.bb | 2 +-
.../ttf-fonts/ttf-vlgothic_20141206.bb | 2 +-
meta-oe/recipes-kernel/crash/crash_7.2.5.bb | 8 +-
meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb | 3 +
meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb | 2 +
.../recipes-multimedia/libopus/libopus_1.1.3.bb | 3 +-
.../recipes-multimedia/mikmod/libmikmod_3.3.6.bb | 2 +-
meta-oe/recipes-support/ccid/ccid_1.4.24.bb | 4 +-
meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb | 7 +-
meta-oe/recipes-support/mscgen/mscgen_0.20.bb | 2 +-
meta-oe/recipes-support/ne10/ne10_1.2.1.bb | 4 +-
meta-oe/recipes-support/opencv/opencv_3.4.5.bb | 2 +-
meta-oe/recipes-support/uthash/uthash_2.1.0.bb | 7 +-
.../python/python-cassandra-driver.inc | 2 +-
34 files changed, 272 insertions(+), 72 deletions(-)
delete mode 100644 meta-networking/recipes-daemons/igmpproxy/igmpproxy/0001-src-igmpproxy.h-Include-sys-types.h-for-u_short-u_in.patch
rename meta-networking/recipes-kernel/wireguard/{wireguard-module_0.0.20190123.bb => wireguard-module_0.0.20190406.bb} (100%)
rename meta-networking/recipes-kernel/wireguard/{wireguard-tools_0.0.20190123.bb => wireguard-tools_0.0.20190406.bb} (100%)
create mode 100644 meta-oe/licenses/ttf-mplus
rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.3.13.bb => mariadb-native_10.3.15.bb} (100%)
rename meta-oe/recipes-dbs/mysql/{mariadb_10.3.13.bb => mariadb_10.3.15.bb} (100%)
create mode 100644 meta-oe/recipes-extended/polkit/polkit/0001-backend-Compare-PolkitUnixProcess-uids-for-temporary.patch
rename meta-oe/recipes-extended/triggerhappy/{triggerhappy_0.5.0.bb => triggerhappy_git.bb} (73%)
--
2.7.4
next reply other threads:[~2019-06-15 17:57 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-15 17:57 Armin Kuster [this message]
2019-06-15 17:57 ` [Warror][ 01/23] gtkwave: add distro_features_check Armin Kuster
2019-06-15 17:57 ` [Warror][ 02/23] ndctl: make MACHINE_ARCH and ignore from libblockdev Armin Kuster
2019-06-16 8:34 ` Adrian Bunk
2019-06-15 17:57 ` [Warror][ 03/23] oprofile: make MACHINE_ARCH Armin Kuster
2019-06-16 8:24 ` Adrian Bunk
2019-06-15 17:57 ` [Warror][ 04/23] umip: " Armin Kuster
2019-06-15 17:57 ` [Warror][ 05/23] mscgen: fix SRC_URI for multilib Armin Kuster
2019-06-15 17:57 ` [Warror][ 06/23] triggerhappy: fix issues Armin Kuster
2019-06-15 17:57 ` [Warror][ 07/23] python-cassandra-driver.inc: fix DEPENDS Armin Kuster
2019-06-15 17:57 ` [Warror][ 08/23] opencv: use the same package name in PACKAGES and RDEPENDS Armin Kuster
2019-06-15 17:57 ` [Warror][ 09/23] igmpproxy: remove 0001-src-igmpproxy.h-Include-sys-types.h-for-u_short-u_in.patch and _GNU_SOURCE Armin Kuster
2019-06-15 17:57 ` [Warror][ 10/23] libvncserver: set PV in the recipe Armin Kuster
2019-06-15 17:57 ` [Warror][ 11/23] ccid: fix SRC_URI Armin Kuster
2019-06-15 17:57 ` [Warror][ 12/23] wireguard: Upgrade 20190123 -> 20190406 Armin Kuster
2019-06-16 8:19 ` Adrian Bunk
2019-06-15 17:57 ` [Warror][ 13/23] ne10, libopus: add armv7ve override as well Armin Kuster
2019-06-15 17:57 ` [Warror][ 14/23] hunspell: use git fetcher instead of github archive Armin Kuster
2019-06-15 17:57 ` [Warror][ 15/23] ttf-mplus, ttf-vlgothic: add ttf-mplus license Armin Kuster
2019-06-15 17:57 ` [Warror][ 16/23] polkit: fix CVE-2019-6133 Armin Kuster
2019-06-15 17:57 ` [Warror][ 17/23] mariadb: Upgrade to 10.3.15 Armin Kuster
2019-06-15 17:57 ` [Warror][ 18/23] libmikmod: fix SRC_URI Armin Kuster
2019-06-15 17:57 ` [Warror][ 19/23] leptonica: " Armin Kuster
2019-09-10 12:40 ` Javier Viguera
2019-06-15 17:57 ` [Warror][ 20/23] crash: do not use unstable github archive tarballs Armin Kuster
2019-06-15 17:57 ` [Warror][ 21/23] uthash: " Armin Kuster
2019-06-15 17:57 ` [Warror][ 22/23] netkit-telnet: add rconflicts Armin Kuster
2019-06-15 17:57 ` [Warror][ 23/23] turbostat: copy bits.h from kernel to turbostat Armin Kuster
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.1560620937.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox