[oe-commits] [meta-openembedded] branch master updated (df2e3bb -> 4ff633a)

git at git.openembedded.org git at git.openembedded.org
Thu May 19 10:08:58 UTC 2016


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

      from  df2e3bb   netcf: unconditionally remove gnulib dir to support reconfigure
      adds  09ccbeb   python-numeric: Add LLNL license
      adds  901b9a2   libxkbui: Fix license WARNING
      adds  44a13e6   libsoc: update to 0.8.1
      adds  bee16ff   gnulib: bump git revision
      adds  fe4cb8b   efivar: update to 0.23
      adds  d68c687   efibootmgr: update and unblacklist
      adds  f0a1e61   efivar: fix do_install failed
      adds  beac69f   efibootmgr: sync with upstream while efivar upgraded to 0.23
      adds  c9c82d3   efivar: fix unknown option while gold linker used
      adds  87084fe   libhugetlbfs: enable build for x86-32
      adds  5da9408   krb5: fix uninitialized variable warning
      adds  569b11c   obexftp: mark as compatible with bluez5
      adds  5ad18c4   pytest: fix runtime issues.
      adds  daf619e   rrdtool: only unset PERLHOSTLIB in do_configure
      adds  ae20c6d   python-flask-pymongo: update to 0.4.1
      adds  9aa6735   python-flask-login: update to 0.3.2
      adds  319bbc1   python-pymisp: update to version 2.4.36
      adds  5e5e66d   python-requests: update to version 2.10.0
      adds  33f5a5b   apache2: fix libtool's path in apxs
      adds  207e971   python-cryptography: fix compile issue with openssl 1.0.2h
      adds  5ce609f   poppler: update to 0.43.0
      adds  1d4d6e7   geany: update to 1.27
      adds  35c3f12   geany-plugins: initial add 1.27
      adds  4ff633a   uim: Fix Warning

No new revisions were added by this update.

Summary of changes:
 ...segment-alignment-to-0x08000000-for-i386-.patch |  92 +++++++++
 .../libhugetlbfs/libhugetlbfs_git.bb               |   3 +-
 ...-around-uninitialized-warning-in-cc_kcm.c.patch |  37 ++++
 meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb   |   1 +
 .../recipes-connectivity/obexftp/obexftp_0.23.bb   |   3 -
 .../recipes-devtools/geany/geany-plugins_1.27.bb   | 216 +++++++++++++++++++++
 .../geany/{geany_1.26.bb => geany_1.27.bb}         |   4 +-
 .../recipes-extended/efibootmgr/efibootmgr_0.12.bb |  14 +-
 .../efibootmgr/files/ldflags.patch                 |  17 --
 .../efivar/0001-efivar-fix-for-cross-compile.patch |  28 +--
 .../efivar/efivar/0002-disable-static-build.patch  |  33 ++++
 .../efivar/0003-efivar-fix-for-cross-compile.patch |  44 +++++
 .../0004-fix-unknow-option-for-gold-linker.patch   |  38 ++++
 ...ptions-not-supported-by-lower-version-gcc.patch |  71 -------
 meta-oe/recipes-extended/efivar/efivar_0.21.bb     |  39 ----
 meta-oe/recipes-extended/efivar/efivar_0.23.bb     |  40 ++++
 meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb  |   2 +-
 .../recipes-graphics/xorg-lib/libxkbui_1.0.2.bb    |   2 +-
 meta-oe/recipes-support/gnulib/gnulib_git.bb       |   2 +-
 meta-oe/recipes-support/libsoc/libsoc_0.7.1.bb     |  17 --
 meta-oe/recipes-support/libsoc/libsoc_0.8.1.bb     |  32 +++
 ...h-C-11-compilers-that-don-t-define-isinfi.patch |  39 ----
 .../{poppler_0.41.0.bb => poppler_0.43.0.bb}       |   8 +-
 meta-oe/recipes-support/uim/uim_1.8.6.bb           |   2 +-
 meta-python/licenses/LLNL                          |  16 ++
 .../Comment_lingering_SSLv2_symbol.patch           |  24 +++
 .../Remove_SSLv2_bindings.patch                    |  75 +++++++
 .../python/python-cryptography_1.1.bb              |   4 +-
 .../recipes-devtools/python/python-flask-login.inc |   5 +-
 ...login_0.2.11.bb => python-flask-login_0.3.2.bb} |   0
 .../python/python-flask-pymongo.inc                |   5 +-
 ...ongo_0.4.0.bb => python-flask-pymongo_0.4.1.bb} |   0
 .../recipes-devtools/python/python-pymisp.inc      |   8 +-
 ...ython-pymisp_2.3.bb => python-pymisp_2.4.36.bb} |   0
 .../recipes-devtools/python/python-pytest_2.9.1.bb |   2 +-
 .../recipes-devtools/python/python-requests.inc    |   8 +-
 ...requests_2.9.1.bb => python-requests_2.10.0.bb} |   0
 ...ogin_0.2.11.bb => python3-flask-login_0.3.2.bb} |   0
 ...ngo_0.4.0.bb => python3-flask-pymongo_0.4.1.bb} |   0
 ...hon3-pymisp_2.3.bb => python3-pymisp_2.4.36.bb} |   0
 ...equests_2.9.1.bb => python3-requests_2.10.0.bb} |   0
 .../recipes-httpd/apache2/apache2_2.4.20.bb        |   2 +-
 42 files changed, 704 insertions(+), 229 deletions(-)
 create mode 100644 meta-oe/recipes-benchmark/libhugetlbfs/files/Force-text-segment-alignment-to-0x08000000-for-i386-.patch
 create mode 100644 meta-oe/recipes-connectivity/krb5/krb5/0001-Work-around-uninitialized-warning-in-cc_kcm.c.patch
 create mode 100644 meta-oe/recipes-devtools/geany/geany-plugins_1.27.bb
 rename meta-oe/recipes-devtools/geany/{geany_1.26.bb => geany_1.27.bb} (74%)
 delete mode 100644 meta-oe/recipes-extended/efibootmgr/files/ldflags.patch
 create mode 100644 meta-oe/recipes-extended/efivar/efivar/0002-disable-static-build.patch
 create mode 100644 meta-oe/recipes-extended/efivar/efivar/0003-efivar-fix-for-cross-compile.patch
 create mode 100644 meta-oe/recipes-extended/efivar/efivar/0004-fix-unknow-option-for-gold-linker.patch
 delete mode 100644 meta-oe/recipes-extended/efivar/efivar/efivar-drop-options-not-supported-by-lower-version-gcc.patch
 delete mode 100644 meta-oe/recipes-extended/efivar/efivar_0.21.bb
 create mode 100644 meta-oe/recipes-extended/efivar/efivar_0.23.bb
 delete mode 100644 meta-oe/recipes-support/libsoc/libsoc_0.7.1.bb
 create mode 100644 meta-oe/recipes-support/libsoc/libsoc_0.8.1.bb
 delete mode 100644 meta-oe/recipes-support/poppler/poppler/0001-Compile-with-C-11-compilers-that-don-t-define-isinfi.patch
 rename meta-oe/recipes-support/poppler/{poppler_0.41.0.bb => poppler_0.43.0.bb} (85%)
 create mode 100644 meta-python/licenses/LLNL
 create mode 100644 meta-python/recipes-devtools/python/python-cryptography/Comment_lingering_SSLv2_symbol.patch
 create mode 100644 meta-python/recipes-devtools/python/python-cryptography/Remove_SSLv2_bindings.patch
 rename meta-python/recipes-devtools/python/{python-flask-login_0.2.11.bb => python-flask-login_0.3.2.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-flask-pymongo_0.4.0.bb => python-flask-pymongo_0.4.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-pymisp_2.3.bb => python-pymisp_2.4.36.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-requests_2.9.1.bb => python-requests_2.10.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-flask-login_0.2.11.bb => python3-flask-login_0.3.2.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-flask-pymongo_0.4.0.bb => python3-flask-pymongo_0.4.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pymisp_2.3.bb => python3-pymisp_2.4.36.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-requests_2.9.1.bb => python3-requests_2.10.0.bb} (100%)

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


More information about the Openembedded-commits mailing list