All of lore.kernel.org
 help / color / mirror / Atom feed
From: Armin Kuster <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org, akuster808@gmail.com
Subject: [PATCH 00/29] pull request Morty-next #2
Date: Sat,  5 Aug 2017 08:36:53 -0700	[thread overview]
Message-ID: <cover.1501946978.git.akuster808@gmail.com> (raw)

Cover letter only.

Found more changes. Includes previous request.

This changes are for morty-next.

The following changes since commit fe5c83312de11e80b85680ef237f8acb04b4b26e:

  libdnet: Update SRC_URI to fix checksum errors (2017-02-28 11:37:51 -0500)

are available in the git repository at:

  git://git.openembedded.org/meta-openembedded-contrib akuster/morty-next
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=akuster/morty-next

Alejandro Mery (4):
  gitver: fix try/except syntax for python3 support
  gitver: extend class to use EXTERNALSRC if set
  gitver: fix broken ${GITSHA} and recursion in S when PV="${GITVER}"
  gitver: skip packages instead of panic()ing if ${GITVER} fails to
    expand

Denys Dmytriyenko (1):
  devmem2: use different filename to avoid checksum conflicts

Derek Straka (1):
  apache2: always use the archive.apache.org to ensure older releases
    are always available

Joe Slater (1):
  chrony: fix build failure for arma9

Khem Raj (12):
  alsa-equal: Update SRC_URI to something valid
  gradm: Fix GNU_HASH QA errors
  smstools3: Fix GNU_HASH errors
  logfsprogs: Pass LDFLAGS to link steps
  lio-utils: Fix GNU_HASH QA errors
  libmatroska: Fix missing GNU_HASH errors
  iptraf: Fix build with clang
  procmail: Fix GNU_HASH errors, pass LDFLAGS
  sgio: Fix missing GNU_HASH errors
  zile: Fix build with musl
  memstat: Fix build with musl
  uml-utilities: Fix problem founds during musl build

Marek Vasut (1):
  picocom: Fix build

Martin Jansa (8):
  mailcap: use pagure.org instead of retired fedorahosted.org
  libqb: use github.com instead of retired fedorahosted.org
  libqb: inherit autotools-brokensep
  ttf-liberation-sans-narrow: use pagure.org instead of retired
    fedorahosted.org
  hwdata: use github instead of fedorahosted.org
  pngcheck: respect LDFLAGS
  uml-utilities: respect LDFLAGS not only for mconsole but for other
    binaries as well
  zile: fix do_install

Nicolas Ferre (1):
  devmem2: Change source URL to regain access to it

 .../0001-Add-LDFLAGS-to-linker-cmdline.patch       | 46 +++++++++++
 .../logfsprogs/logfsprogs_git.bb                   |  4 +-
 ...1-Makefile-Use-LINKFLAGS-during-link-step.patch | 28 +++++++
 .../recipes-mkv/libmatroska/libmatroska_1.4.1.bb   |  4 +-
 .../alsa-equal/alsa-equal_0.6.bb                   |  4 +-
 .../recipes-support/chrony/chrony/arm_eabi.patch   | 57 ++++++++++++++
 .../recipes-support/chrony/chrony_2.4.bb           |  5 +-
 meta-oe/classes/gitver.bbclass                     | 49 +++++++-----
 .../smstools3/smstools3_3.1.15.bb                  |  2 +
 .../iptraf/iptraf/format_string.patch              | 31 ++++++++
 .../recipes-devtools/iptraf/iptraf/ldopts.patch    | 35 +++++++++
 meta-oe/recipes-devtools/iptraf/iptraf_3.0.0.bb    |  7 +-
 ...-Include-limits.h-for-PATH_MAX-definition.patch | 29 +++++++
 meta-oe/recipes-devtools/memstat/memstat_1.0.bb    |  3 +-
 meta-oe/recipes-extended/libqb/libqb_0.17.2.bb     | 15 ++--
 ...0001-makefile-Add-LDFLAGS-to-linking-rule.patch | 29 +++++++
 meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb   |  8 +-
 ...uired-system-header-files-for-fd_set-and-.patch | 41 ++++++++++
 .../uml-utilities-20040406/fix-ldflags.patch       | 88 ++++++++++++++++++++++
 .../uml-utilities/uml-utilities_20040406.bb        |  5 +-
 .../ttf-fonts/ttf-liberation-sans-narrow_1.07.4.bb |  2 +-
 meta-oe/recipes-support/devmem2/devmem2.bb         | 12 ++-
 ...file-Append-instead-of-overriding-LDFLAGS.patch | 26 +++++++
 meta-oe/recipes-support/gradm/gradm_3.1.bb         |  4 +-
 .../hwdata/{hwdata_0.291.bb => hwdata_git.bb}      | 10 ++-
 ...espect-environment-variables-and-add-LDFL.patch | 61 +++++++++++++++
 meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb |  4 +-
 meta-oe/recipes-support/mailcap/mailcap_2.1.46.bb  | 10 ++-
 meta-oe/recipes-support/picocom/picocom_1.7.bb     |  3 +-
 meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb |  2 +-
 meta-oe/recipes-support/procmail/procmail_3.22.bb  |  4 +-
 meta-oe/recipes-support/zile/zile_2.4.11.bb        |  5 ++
 .../recipes-httpd/apache2/apache2-native_2.4.23.bb |  2 +-
 .../recipes-httpd/apache2/apache2_2.4.23.bb        |  2 +-
 34 files changed, 573 insertions(+), 64 deletions(-)
 create mode 100644 meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs/0001-Add-LDFLAGS-to-linker-cmdline.patch
 create mode 100644 meta-multimedia/recipes-mkv/libmatroska/libmatroska/0001-Makefile-Use-LINKFLAGS-during-link-step.patch
 create mode 100644 meta-networking/recipes-support/chrony/chrony/arm_eabi.patch
 create mode 100644 meta-oe/recipes-devtools/iptraf/iptraf/format_string.patch
 create mode 100644 meta-oe/recipes-devtools/iptraf/iptraf/ldopts.patch
 create mode 100644 meta-oe/recipes-devtools/memstat/memstat/0001-Include-limits.h-for-PATH_MAX-definition.patch
 create mode 100644 meta-oe/recipes-extended/sgpio/sgpio/0001-makefile-Add-LDFLAGS-to-linking-rule.patch
 create mode 100644 meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/0001-include-required-system-header-files-for-fd_set-and-.patch
 create mode 100644 meta-oe/recipes-support/gradm/gradm/0001-Makefile-Append-instead-of-overriding-LDFLAGS.patch
 rename meta-oe/recipes-support/hwdata/{hwdata_0.291.bb => hwdata_git.bb} (57%)
 create mode 100644 meta-oe/recipes-support/lio-utils/lio-utils/0001-Makefiles-Respect-environment-variables-and-add-LDFL.patch

-- 
2.7.4



                 reply	other threads:[~2017-08-05 15:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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.1501946978.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.