[oe-commits] [meta-openembedded] branch morty-next updated (fe5c833 -> b40116c)

git at git.openembedded.org git at git.openembedded.org
Tue Aug 8 19:02:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a change to branch morty-next
in repository meta-openembedded.

    from fe5c833  libdnet: Update SRC_URI to fix checksum errors
     new 30ac31d  chrony: fix build failure for arma9
     new a27c506  alsa-equal: Update SRC_URI to something valid
     new d2b564a  mailcap: use pagure.org instead of retired fedorahosted.org
     new acb4380  libqb: use github.com instead of retired fedorahosted.org
     new d13eaa9  libqb: inherit autotools-brokensep
     new 9d58874  ttf-liberation-sans-narrow: use pagure.org instead of retired fedorahosted.org
     new 27cd419  hwdata: use github instead of fedorahosted.org
     new 0070398  apache2: always use the archive.apache.org to ensure older releases are always available
     new 728873e  devmem2: Change source URL to regain access to it
     new 1ec6d57  devmem2: use different filename to avoid checksum conflicts
     new 2a53b11  gitver: fix try/except syntax for python3 support
     new c90b175  gitver: extend class to use EXTERNALSRC if set
     new 718daa9  gitver: fix broken ${GITSHA} and recursion in S when PV="${GITVER}"
     new 6ee7d06  gitver: skip packages instead of panic()ing if ${GITVER} fails to expand
     new 60021a0  gradm: Fix GNU_HASH QA errors
     new 3ac6c74  pngcheck: respect LDFLAGS
     new a0843ce  smstools3: Fix GNU_HASH errors
     new 8949f33  logfsprogs: Pass LDFLAGS to link steps
     new 709b2ad  lio-utils: Fix GNU_HASH QA errors
     new 0730f3f  libmatroska: Fix missing GNU_HASH errors
     new 2a63f02  iptraf: Fix build with clang
     new 683acce  procmail: Fix GNU_HASH errors, pass LDFLAGS
     new 01d04f4  sgio: Fix missing GNU_HASH errors
     new d40e2da  zile: Fix build with musl
     new 35a020b  memstat: Fix build with musl
     new 412865c  uml-utilities: respect LDFLAGS not only for mconsole but for other binaries as well
     new 6d028e3  uml-utilities: Fix problem founds during musl build
     new f6e6472  picocom: Fix build
     new b40116c  zile: fix do_install

The 29 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list