All of lore.kernel.org
 help / color / mirror / Atom feed
From: akuster808 <akuster808@gmail.com>
To: OpenEmbedded Devel List
	<openembedded-devel@lists.openembedded.org>,
	Khem Raj <raj.khem@gmail.com>
Subject: zeus pull request
Date: Sun, 5 Jan 2020 14:57:05 -0800	[thread overview]
Message-ID: <4636590d-e783-32d6-2ca1-0cdb25ed1fad@gmail.com> (raw)

The following changes since commit 0d16b31c3d96e0797d3335d44545412996c48c9a:

  mbedtls: upgrade 2.16.2 -> 2.16.3 (2019-12-08 08:12:43 -0800)

are available in the Git repository at:

  https://git.openembedded.org/meta-openembedded zeus-next

for you to fetch changes up to e855ecc6d35677e79780adc57b2552213c995731:

  ruli: Fix install step and build samples too (2020-01-05 14:44:11 -0800)

----------------------------------------------------------------
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 (4):
      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
      ruli: Fix install step and build samples too

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

Zhixiong Chi (1):
      gtkwave: add the libtirpc dependence and config

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

 .../recipes-multimedia/tinyalsa/tinyalsa.bb        |   4 +-
 ...NSTALL_-path-instead-of-hardcoding-bin-li.patch |  46 ++++++
 ...kmanager_1.18.2.bb => networkmanager_1.18.4.bb} |   9 +-
 .../recipes-devtools/grpc/grpc_1.24.1.bb           |   4 +-
 .../0001-Fix-build-with-format-string-checks.patch |  29 +++-
 ...001-Make-space-for-flags-from-environment.patch |  95 +++++++++++
 ...li_srv-Mark-prev_addr_list_size-as-unused.patch |  35 ++++
 .../recipes-support/ruli/files/Makefile.patch      | 122 --------------
 meta-networking/recipes-support/ruli/ruli_0.36.bb  |  23 ++-
 .../libqmi/{libqmi_1.24.0.bb => libqmi_1.24.2.bb}  |   4 +-
 meta-oe/recipes-extended/libqb/libqb_1.0.5.bb      |   6 +-
 meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.98.bb |   2 +-
 .../gpsd/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 +-
 ...error-when-enable-package-config-examples.patch | 182
+++++++++++++++++++++
 meta-oe/recipes-support/syslog-ng/syslog-ng.inc    |   4 +-
 .../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 +-
 22 files changed, 474 insertions(+), 153 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-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-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



             reply	other threads:[~2020-01-05 22:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-05 22:57 akuster808 [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-03-17 14:48 zeus pull request akuster808
2020-03-17 15:04 ` Paul Barker
2020-03-17 15:12   ` akuster808
2020-03-17 15:19     ` Paul Barker
2019-12-08 16:28 akuster808
2019-12-09 21:32 ` Khem Raj

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=4636590d-e783-32d6-2ca1-0cdb25ed1fad@gmail.com \
    --to=akuster808@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /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.