[oe-commits] [meta-openembedded] branch master updated (0abf5af -> d3dd8bc)

git at git.openembedded.org git at git.openembedded.org
Wed Jun 14 12:51:56 UTC 2017


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

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

    from 0abf5af  opencv: fix runtime dependencies.
     new 163abe7  meson: update Meson devtool to 0.40.1
     new 77eae90  meson: fix build/host confusion for bbclass
     new 5ab7b44  fuse: let overriding base_sbindir have the proper effect.
     new d84b4b0  meson: add LDFLAGS to bbclass C/C++ link arguments
     new 69b4796  espeak: Fix FTBFS due to narrowing warnings on 32bit x86
     new 990b2ec  openldap: Fix CVE-2017-9287
     new c7252e7  python3-django-south: add new recipe
     new d483a70  python3-django: add python3 recipe and update to 1.11.2
     new e846a43  agent-proxy: add new recipe
     new a5b7f49  enscript: add new recipe
     new 6c73531  logwarn: add new recipe
     new 75347a2  esound: Upgrade to 0.2.41
     new d4992ea  gflags: change download name.
     new bdfd313  po4a: add recipe
     new 68a8202  dos2unix: add recipe
     new 1f6be35  dos2unix.bbclass: add recipe
     new 21f7ec0  librcf: convert CRLF to LF
     new f1594f7  librcf: fix a clang compiling issue
     new 2928870  libfile-fnmatch-perl: New recipe
     new b37a1cb  debsums: New recipe
     new 93b75f1  hiredis: Add recipe
     new 25ca080  libdc1394: Add X11 and opengl deps if distro has them in policy
     new c4731b2  gitver: extend class to use EXTERNALSRC if set
     new 0ce424d  gitver: fix broken ${GITSHA} and recursion in S when PV="${GITVER}"
     new d3dd8bc  fuse: fix fetcher error.

The 25 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:
 .../recipes-support/fuse/fuse_2.9.7.bb             |   7 +-
 .../recipes-multimedia/libdc1394/libdc1394_git.bb  |   5 +-
 meta-oe/classes/dos2unix.bbclass                   |  14 +++
 meta-oe/classes/gitver.bbclass                     |  24 +++--
 meta-oe/classes/meson.bbclass                      |  17 +--
 ...lientStub.hpp-fix-a-clang-compiling-issue.patch |  35 ++++++
 .../librcf/librcf/aarch64-support.patch            |  16 +--
 meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb  |   5 +-
 .../meson/{meson_0.37.1.bb => meson_0.40.1.bb}     |   3 +-
 .../enscript/enscript/enscript-autoconf.patch      | 118 +++++++++++++++++++++
 .../recipes-extended/enscript/enscript_1.6.6.bb    |  22 ++++
 .../0001-Makefile-remove-hardcoding-of-CC.patch    |  32 ++++++
 meta-oe/recipes-extended/hiredis/hiredis_0.13.1.bb |  21 ++++
 .../perl/libfile-fnmatch-perl_0.02.bb              |  22 ++++
 .../recipes-kernel/agent-proxy/agent-proxy_git.bb  |  25 +++++
 .../files/0001-Makefile-Add-LDFLAGS-variable.patch |  43 ++++++++
 .../0001-audio_alsa09.c-alsa-drain-fix.patch       |  26 +++++
 ...sing-AM_PATH_AUDIOFILE-by-PKG_CHECK_MODUL.patch |  31 ------
 .../esound/0002-Undefine-open64-and-fopen64.patch  |  35 ++++++
 .../esound/0003-Use-I-path-in-configure.patch      |  38 +++++++
 .../esound/esound/configure-fix.patch              |  10 --
 .../esound/esound/esound_0.2.36-1ubuntu5.diff.gz   | Bin 44925 -> 0 bytes
 meta-oe/recipes-multimedia/esound/esound_0.2.36.bb |  38 -------
 meta-oe/recipes-multimedia/esound/esound_0.2.41.bb |  37 +++++++
 meta-oe/recipes-support/debsums/debsums_2.2.2.bb   |  52 +++++++++
 meta-oe/recipes-support/dos2unix/dos2unix_7.3.4.bb |  34 ++++++
 meta-oe/recipes-support/espeak/espeak.inc          |   1 +
 .../espeak/files/gcc-narrowing-warning-fix.patch   |  56 ++++++++++
 meta-oe/recipes-support/gflags/gflags_2.2.0.bb     |   2 +-
 meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb  |  46 ++++++++
 .../openldap/openldap/openldap-CVE-2017-9287.patch |  30 ++++++
 .../recipes-support/openldap/openldap_2.4.44.bb    |   1 +
 meta-perl/recipes-perl/po4a/po4a_0.49.bb           |  20 ++++
 ...ango-south_1.0.2.bb => python-django-south.inc} |   2 +-
 .../python/python-django-south_1.0.2.bb            |  19 +---
 .../{python-django_1.10.5.bb => python-django.inc} |   6 +-
 .../python/python-django_1.11.2.bb                 |   2 +
 .../python/python3-django-south_1.0.2.bb           |   2 +
 .../python/python3-django_1.11.2.bb                |   2 +
 39 files changed, 770 insertions(+), 129 deletions(-)
 create mode 100644 meta-oe/classes/dos2unix.bbclass
 create mode 100644 meta-oe/recipes-devtools/librcf/librcf/0001-ClientStub.hpp-fix-a-clang-compiling-issue.patch
 rename meta-oe/recipes-devtools/meson/{meson_0.37.1.bb => meson_0.40.1.bb} (81%)
 create mode 100644 meta-oe/recipes-extended/enscript/enscript/enscript-autoconf.patch
 create mode 100644 meta-oe/recipes-extended/enscript/enscript_1.6.6.bb
 create mode 100644 meta-oe/recipes-extended/hiredis/files/0001-Makefile-remove-hardcoding-of-CC.patch
 create mode 100644 meta-oe/recipes-extended/hiredis/hiredis_0.13.1.bb
 create mode 100644 meta-oe/recipes-extended/perl/libfile-fnmatch-perl_0.02.bb
 create mode 100644 meta-oe/recipes-kernel/agent-proxy/agent-proxy_git.bb
 create mode 100644 meta-oe/recipes-kernel/agent-proxy/files/0001-Makefile-Add-LDFLAGS-variable.patch
 create mode 100644 meta-oe/recipes-multimedia/esound/esound/0001-audio_alsa09.c-alsa-drain-fix.patch
 delete mode 100644 meta-oe/recipes-multimedia/esound/esound/0001-replace-missing-AM_PATH_AUDIOFILE-by-PKG_CHECK_MODUL.patch
 create mode 100644 meta-oe/recipes-multimedia/esound/esound/0002-Undefine-open64-and-fopen64.patch
 create mode 100644 meta-oe/recipes-multimedia/esound/esound/0003-Use-I-path-in-configure.patch
 delete mode 100644 meta-oe/recipes-multimedia/esound/esound/configure-fix.patch
 delete mode 100644 meta-oe/recipes-multimedia/esound/esound/esound_0.2.36-1ubuntu5.diff.gz
 delete mode 100644 meta-oe/recipes-multimedia/esound/esound_0.2.36.bb
 create mode 100644 meta-oe/recipes-multimedia/esound/esound_0.2.41.bb
 create mode 100644 meta-oe/recipes-support/debsums/debsums_2.2.2.bb
 create mode 100644 meta-oe/recipes-support/dos2unix/dos2unix_7.3.4.bb
 create mode 100644 meta-oe/recipes-support/espeak/files/gcc-narrowing-warning-fix.patch
 create mode 100644 meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb
 create mode 100644 meta-oe/recipes-support/openldap/openldap/openldap-CVE-2017-9287.patch
 create mode 100644 meta-perl/recipes-perl/po4a/po4a_0.49.bb
 copy meta-python/recipes-devtools/python/{python-django-south_1.0.2.bb => python-django-south.inc} (96%)
 rename meta-python/recipes-devtools/python/{python-django_1.10.5.bb => python-django.inc} (75%)
 create mode 100644 meta-python/recipes-devtools/python/python-django_1.11.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-django-south_1.0.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-django_1.11.2.bb

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


More information about the Openembedded-commits mailing list