All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Steve Sakoman" <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 00/19] Patch review
Date: Mon, 18 May 2020 06:48:19 -1000	[thread overview]
Message-ID: <cover.1589820010.git.steve@sakoman.com> (raw)

Please review this next set of patches for dunfell and have comments back
by end of day Wednesday.

The following changes since commit 1a50634e56dfcb63eac0df1aa9cd7e6fb7bd470a:

  linux-yocto/5.4: update to v5.4.34 (2020-05-07 14:27:49 -1000)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib stable/dunfell-nut
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-nut

Alejandro Hernandez (1):
  connman: Include vpn-script in FILES

Alexander Kanavin (4):
  meson: fix upstream version check
  cdrtools-native: fix upstream version check
  re2c: correct upstream location
  webkitgtk: update to 2.28.2 to fix multiple CVE's

Anton Eliasson (1):
  meson.bbclass: Close the log file after reading

Jacob Kroon (1):
  pseudo: Fix enum typedef

Joe Slater (1):
  wget: improve reproducible build

Joshua Watt (2):
  libnewt: Backport patch to fix reproducibility
  bitbake.conf: Prevent git from detecting parent repo in recipe

Konrad Weihmann (2):
  pypi.bbclass: mind package suffix on version check
  file: add PACKAGECONFIG for auto options

Mingli Yu (1):
  python3-setuptools: add the missing rdepends

Peter Kjellerstedt (1):
  sstate.bbclass: Do not fail if files cannot be touched

Robert P. J. Day (1):
  documentation.conf: Add variables supported by features_check.bbclass

Tim Orling (1):
  pypi.bbclass: use new pypi UPSTREAM_CHECK_URI

Yeoh Ee Peng (1):
  selftest/imagefeatures: Enable sanity test for IMAGE_GEN_DEBUGFS

Yi Zhao (1):
  opkg-keyrings: check if opkg-key exists before run postinst

jan (1):
  scripts/tiny/ksize: Fix for more recent kernels

 meta/classes/meson.bbclass                    |  3 +-
 meta/classes/pypi.bbclass                     |  4 +-
 meta/classes/sstate.bbclass                   | 15 +++++--
 meta/conf/bitbake.conf                        |  6 ++-
 meta/conf/documentation.conf                  | 11 ++++-
 meta/lib/oeqa/selftest/cases/imagefeatures.py | 32 +++++++++++++++
 meta/recipes-connectivity/connman/connman.inc |  3 +-
 .../cdrtools/cdrtools-native_3.01.bb          |  1 -
 meta/recipes-devtools/file/file_5.38.bb       | 10 ++++-
 meta/recipes-devtools/meson/meson.inc         |  1 +
 .../opkg/opkg-keyrings_1.0.bb                 |  5 ++-
 .../0001-pseudo_ipc.h-Fix-enum-typedef.patch  | 31 ++++++++++++++
 meta/recipes-devtools/pseudo/pseudo_git.bb    |  1 +
 .../python/python-setuptools.inc              |  1 +
 ...-t-ignore-CFLAGS-when-building-snack.patch | 29 +++++++++++++
 .../newt/files/pie-flags.patch                | 41 -------------------
 meta/recipes-extended/newt/libnewt_0.52.21.bb |  4 +-
 .../wget/0002-improve-reproducibility.patch   |  9 +++-
 .../webkitgtk/0001-Fix-build-with-musl.patch  | 30 +++++++-------
 ...tings-so-that-gtkdoc-generation-work.patch |  8 ++--
 .../webkit/webkitgtk/x32_support.patch        | 30 --------------
 ...ebkitgtk_2.26.4.bb => webkitgtk_2.28.2.bb} |  5 +--
 meta/recipes-support/re2c/re2c_1.0.1.bb       |  3 +-
 scripts/tiny/ksize.py                         |  6 +--
 24 files changed, 173 insertions(+), 116 deletions(-)
 create mode 100644 meta/recipes-devtools/pseudo/files/0001-pseudo_ipc.h-Fix-enum-typedef.patch
 create mode 100644 meta/recipes-extended/newt/files/0002-don-t-ignore-CFLAGS-when-building-snack.patch
 delete mode 100644 meta/recipes-extended/newt/files/pie-flags.patch
 delete mode 100644 meta/recipes-sato/webkit/webkitgtk/x32_support.patch
 rename meta/recipes-sato/webkit/{webkitgtk_2.26.4.bb => webkitgtk_2.28.2.bb} (97%)

-- 
2.17.1


             reply	other threads:[~2020-05-18 16:48 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-18 16:48 Steve Sakoman [this message]
2020-05-18 16:48 ` [OE-core][dunfell 01/19] meson: fix upstream version check Steve Sakoman
2020-05-18 16:48 ` [OE-core][dunfell 02/19] cdrtools-native: " Steve Sakoman
2020-05-18 16:48 ` [OE-core][dunfell 03/19] re2c: correct upstream location Steve Sakoman
2020-05-18 16:48 ` [OE-core][dunfell 04/19] libnewt: Backport patch to fix reproducibility Steve Sakoman
2020-05-18 16:48 ` [OE-core][dunfell 05/19] documentation.conf: Add variables supported by features_check.bbclass Steve Sakoman
2020-05-18 16:48 ` [OE-core][dunfell 06/19] connman: Include vpn-script in FILES Steve Sakoman
2020-05-18 16:48 ` [OE-core][dunfell 07/19] opkg-keyrings: check if opkg-key exists before run postinst Steve Sakoman
2020-05-18 16:48 ` [OE-core][dunfell 08/19] sstate.bbclass: Do not fail if files cannot be touched Steve Sakoman
2020-05-18 16:48 ` [OE-core][dunfell 09/19] wget: improve reproducible build Steve Sakoman
2020-05-18 16:48 ` [OE-core][dunfell 10/19] scripts/tiny/ksize: Fix for more recent kernels Steve Sakoman
2020-05-18 16:48 ` [OE-core][dunfell 11/19] python3-setuptools: add the missing rdepends Steve Sakoman
2020-05-18 16:48 ` [OE-core][dunfell 12/19] bitbake.conf: Prevent git from detecting parent repo in recipe Steve Sakoman
2020-05-18 16:48 ` [OE-core][dunfell 13/19] webkitgtk: update to 2.28.2 to fix multiple CVE's Steve Sakoman
2020-05-18 16:48 ` [OE-core][dunfell 14/19] pypi.bbclass: mind package suffix on version check Steve Sakoman
2020-05-18 16:48 ` [OE-core][dunfell 15/19] pypi.bbclass: use new pypi UPSTREAM_CHECK_URI Steve Sakoman
2020-05-18 16:48 ` [OE-core][dunfell 16/19] meson.bbclass: Close the log file after reading Steve Sakoman
2020-05-18 16:48 ` [OE-core][dunfell 17/19] pseudo: Fix enum typedef Steve Sakoman
2020-05-18 16:48 ` [OE-core][dunfell 18/19] selftest/imagefeatures: Enable sanity test for IMAGE_GEN_DEBUGFS Steve Sakoman
2020-05-18 16:48 ` [OE-core][dunfell 19/19] file: add PACKAGECONFIG for auto options Steve Sakoman
2020-08-10  2:59 [OE-core][dunfell 00/19] Patch review Steve Sakoman
2021-01-18 22:36 Steve Sakoman
2021-04-23 13:58 Steve Sakoman
2021-07-05 22:34 Steve Sakoman

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.1589820010.git.steve@sakoman.com \
    --to=steve@sakoman.com \
    --cc=openembedded-core@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.