[oe-commits] [meta-openembedded] branch master-next updated (99236d8 -> 6555069)

git at git.openembedded.org git at git.openembedded.org
Thu Mar 2 17:00:15 UTC 2017


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

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

 discard 99236d8  efivar: update to 0.30 to fix readdir* issues
 discard bf4caab  python-pyalsaaudio: update to version 0.8.4
 discard 9cebc38  python-pytest-runner: update to version 2.11.1
 discard 1faf3fb  python-pyasn1: update to version 2.2.3
 discard d2778df  python-cmd2: update to version 0.7.0
 discard f9107b5  bundler: resolve build issues with RSS
     new 81fb9f7  python-cmd2: update to version 0.7.0
     new 0f0ae3e  python-pyasn1: update to version 2.2.3
     new dfc6601  python-pytest-runner: update to version 2.11.1
     new 7b0faba  python-pyalsaaudio: update to version 0.8.4
     new c95c822  python-idna: update to version 2.4
     new f57a808  python-parse: update to version 1.8.0
     new 0a8d18d  python-pymisp: update to version 2.4.67
     new e5e25c7  python-sqlalchemy: update to version 1.1.6
     new f61e5be  python-pysqlite: add initial recipe for version 2.8.3
     new 37da783  python-simplejson: relocate to meta-python and add a python3 version
     new 6555069  python-anyjson: add a recipe for version 0.3.3

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (99236d8)
            \
             N -- N -- N   refs/heads/master-next (6555069)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 11 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:
 .../efivar/efivar/0002-disable-static-build.patch  | 33 ++++++++++++++++
 .../0004-fix-unknow-option-for-gold-linker.patch   | 38 ++++++++++++++++++
 .../fix-compile-failure-with-host-gcc-4.6.patch    | 45 ++++++++++++++++++++++
 .../efivar/{efivar_0.30.bb => efivar_0.24.bb}      |  6 ++-
 .../recipes-devtools/python/python-anyjson.inc     | 13 +++++++
 .../python/python-anyjson_0.3.3.bb                 |  2 +
 .../recipes-devtools/python/python-idna.inc        | 10 +++--
 .../{python-idna_2.2.bb => python-idna_2.4.bb}     |  0
 .../recipes-devtools/python/python-parse_1.6.6.bb  |  8 ----
 .../recipes-devtools/python/python-parse_1.8.0.bb  | 13 +++++++
 .../recipes-devtools/python/python-pymisp.inc      |  8 ++--
 ...on-pymisp_2.4.65.bb => python-pymisp_2.4.67.bb} |  0
 .../recipes-devtools/python/python-pysqlite.inc    | 18 +++++++++
 .../python/python-pysqlite_2.8.3.bb                |  2 +
 .../recipes-devtools/python/python-simplejson.inc  | 21 +++-------
 .../python/python-simplejson_3.10.0.bb             |  2 +
 .../recipes-devtools/python/python-sqlalchemy.inc  |  5 ++-
 ...alchemy_1.1.5.bb => python-sqlalchemy_1.1.6.bb} |  0
 .../python/python3-anyjson_0.3.3.bb                |  2 +
 .../{python3-idna_2.2.bb => python3-idna_2.4.bb}   |  0
 ...3-pymisp_2.4.65.bb => python3-pymisp_2.4.67.bb} |  0
 ...inja2_2.9.5.bb => python3-simplejson_3.10.0.bb} |  4 +-
 ...lchemy_1.1.5.bb => python3-sqlalchemy_1.1.6.bb} |  0
 meta-ruby/recipes-devtools/ruby/bundler_git.bb     |  4 +-
 24 files changed, 196 insertions(+), 38 deletions(-)
 create mode 100644 meta-oe/recipes-extended/efivar/efivar/0002-disable-static-build.patch
 create mode 100644 meta-oe/recipes-extended/efivar/efivar/0004-fix-unknow-option-for-gold-linker.patch
 create mode 100644 meta-oe/recipes-extended/efivar/efivar/fix-compile-failure-with-host-gcc-4.6.patch
 rename meta-oe/recipes-extended/efivar/{efivar_0.30.bb => efivar_0.24.bb} (77%)
 create mode 100644 meta-python/recipes-devtools/python/python-anyjson.inc
 create mode 100644 meta-python/recipes-devtools/python/python-anyjson_0.3.3.bb
 rename meta-python/recipes-devtools/python/{python-idna_2.2.bb => python-idna_2.4.bb} (100%)
 delete mode 100644 meta-python/recipes-devtools/python/python-parse_1.6.6.bb
 create mode 100644 meta-python/recipes-devtools/python/python-parse_1.8.0.bb
 rename meta-python/recipes-devtools/python/{python-pymisp_2.4.65.bb => python-pymisp_2.4.67.bb} (100%)
 create mode 100644 meta-python/recipes-devtools/python/python-pysqlite.inc
 create mode 100644 meta-python/recipes-devtools/python/python-pysqlite_2.8.3.bb
 rename meta-oe/recipes-devtools/python/python-simplejson_3.10.0.bb => meta-python/recipes-devtools/python/python-simplejson.inc (53%)
 create mode 100644 meta-python/recipes-devtools/python/python-simplejson_3.10.0.bb
 rename meta-python/recipes-devtools/python/{python-sqlalchemy_1.1.5.bb => python-sqlalchemy_1.1.6.bb} (100%)
 create mode 100644 meta-python/recipes-devtools/python/python3-anyjson_0.3.3.bb
 rename meta-python/recipes-devtools/python/{python3-idna_2.2.bb => python3-idna_2.4.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.65.bb => python3-pymisp_2.4.67.bb} (100%)
 copy meta-python/recipes-devtools/python/{python3-jinja2_2.9.5.bb => python3-simplejson_3.10.0.bb} (63%)
 rename meta-python/recipes-devtools/python/{python3-sqlalchemy_1.1.5.bb => python3-sqlalchemy_1.1.6.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