[oe-commits] [openembedded-core] branch master updated (55bb681 -> cbebc9a)

git at git.openembedded.org git at git.openembedded.org
Wed Sep 7 23:37:43 UTC 2016


rpurdie pushed a change to branch master
in repository openembedded-core.

      from  55bb681   oeqa.buildperf: correct globalres time format
       new  972ab92   gnutls: update to 3.5.3
       new  0ce7415   libffi: backport patch to fix building MIPS soft float
       new  3d48348   autoconf: remove upstreamed patch
       new  f3a50f8   libcap: Replace EXTRA_OECONF with PACKAGECONFIG_CONFARGS
       new  82de49b   busybox: avoid circular dependency when using initramfs
       new  808952b   systemd_230.bb: Set journal RuntimeMaxSize to 64M as default
       new  66e55d3   python: recompile _sysconfigdata.py after modifying it
       new  a5bf690   cmake.bbclass: avoid treating imports as system includes
       new  d53b220   lighttpd: fix EXTRA_OECONF
       new  948583f   webkitgtk: 2.12.4 -> 2.12.5
       new  91d3fce   oeqa.buildperf: try harder when splitting 'nevr' string
       new  d941d66   pciutils: fix PACKAGECONFIG
       new  bad495f   oeqa.buildperf: be sure to use the latest buildstats
       new  06ddde2   apt: add PACKAGECONFIG for lz4
       new  e544ca0   file: build with c std as c99
       new  579e4d5   lib/oe/patch: handle non-UTF8 encoding when reading patches
       new  9069fef   devtool: update-recipe: support files with subdir=
       new  2600cd6   recipetool: create: AX_PKG_SWIG should add dependency on swig-native
       new  46a068c   recipetool: create: fix mapping python dependencies to python-dbg package
       new  65d5cc6   recipetool: create: support git submodules
       new  480a6b7   recipetool: create: add --keep-temp command line option
       new  f0d6f4b   recipetool: create: allow license variable handling to be rerun
       new  4fb8b39   recipetool: create: support node.js code outside of npm
       new  cbebc9a   recipetool: create: avoid extra blank lines in output recipe

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


Summary of changes:
 meta/classes/cmake.bbclass                         |   1 +
 meta/classes/npm.bbclass                           |   4 +
 meta/lib/oe/patch.py                               |  28 ++--
 meta/lib/oe/recipeutils.py                         |  12 +-
 meta/lib/oeqa/buildperf/base.py                    |   8 +-
 meta/recipes-bsp/pciutils/pciutils_3.5.1.bb        |   6 +-
 meta/recipes-core/busybox/files/inittab            |  14 +-
 meta/recipes-core/systemd/systemd_230.bb           |   3 +
 meta/recipes-devtools/apt/apt_1.2.12.bb            |   1 +
 .../autoconf/autoconf/autoreconf-include.patch     |  14 --
 meta/recipes-devtools/autoconf/autoconf_2.69.bb    |   3 +-
 meta/recipes-devtools/file/file_5.28.bb            |   2 +
 meta/recipes-devtools/python/python_2.7.12.bb      |   1 +
 meta/recipes-extended/lighttpd/lighttpd_1.4.41.bb  |   2 +-
 .../{webkitgtk_2.12.4.bb => webkitgtk_2.12.5.bb}   |   4 +-
 ...001-Use-correct-include-dir-with-minitasn.patch |  31 ++++
 .../gnutls/{gnutls_3.5.1.bb => gnutls_3.5.3.bb}    |   5 +-
 meta/recipes-support/libcap/libcap_2.25.bb         |   4 +-
 .../0001-mips-fix-MIPS-softfloat-build-issue.patch | 177 +++++++++++++++++++++
 meta/recipes-support/libffi/libffi_3.2.1.bb        |   1 +
 scripts/lib/devtool/standard.py                    |  38 ++++-
 scripts/lib/recipetool/create.py                   | 128 ++++++++-------
 scripts/lib/recipetool/create_buildsys.py          |   2 +-
 scripts/lib/recipetool/create_buildsys_python.py   |   4 +
 scripts/lib/recipetool/create_npm.py               | 111 ++++++++++++-
 25 files changed, 498 insertions(+), 106 deletions(-)
 delete mode 100644 meta/recipes-devtools/autoconf/autoconf/autoreconf-include.patch
 rename meta/recipes-sato/webkit/{webkitgtk_2.12.4.bb => webkitgtk_2.12.5.bb} (97%)
 create mode 100644 meta/recipes-support/gnutls/gnutls/0001-Use-correct-include-dir-with-minitasn.patch
 rename meta/recipes-support/gnutls/{gnutls_3.5.1.bb => gnutls_3.5.3.bb} (50%)
 create mode 100644 meta/recipes-support/libffi/libffi/0001-mips-fix-MIPS-softfloat-build-issue.patch

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


More information about the Openembedded-commits mailing list