[oe-commits] [openembedded-core] branch master-next updated (8ef9136 -> 517cbc3)

git at git.openembedded.org git at git.openembedded.org
Wed May 11 09:40:39 UTC 2016


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

  discards  8ef9136   Revert "gcc-cross{, -canadian}: remove --with-linker-hash-style"
  discards  f4e3579   gcc-cross{, -canadian}: remove --with-linker-hash-style
  discards  f819929   Revert "gstreamer1.0-plugins-bad: upgrade to version 1.8.1"
  discards  8f7dd77   gstreamer1.0-plugins-bad: upgrade to version 1.8.1
       new  0aa3d89   autotools.bbclass: fix py3 SyntaxError in cfgscript print()
       new  8bc3b32   glibc-initial.inc: fix py3 SyntaxError in cfgscript print()
       new  8ea63c5   scripts/oe-buildenv-internal: allow experimental python3 support
       new  e460f95   meta: Convert to use python3 octal syntax
       new  8979544   meta: python3 megapatch
       new  c0614e0   decorators: Use wraps consistently
       new  fffb7ea   meta: print fixes
       new  982b3fd   meta: py3 fixes
       new  c9297fb   gstreamer1.0-plugins-bad: upgrade to version 1.8.1
       new  3cb185f   Revert "gstreamer1.0-plugins-bad: upgrade to version 1.8.1"
       new  bad1c6f   gcc-cross{, -canadian}: remove --with-linker-hash-style
       new  517cbc3   Revert "gcc-cross{, -canadian}: remove --with-linker-hash-style"

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   (8ef9136)
            \
             N -- N -- N   refs/heads/master-next (517cbc3)

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 "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 12 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/autotools.bbclass                     |  2 +-
 meta/classes/base.bbclass                          | 14 +++---
 meta/classes/buildhistory.bbclass                  | 21 ++++----
 meta/classes/chrpath.bbclass                       |  3 +-
 meta/classes/insane.bbclass                        | 11 ++--
 meta/classes/kernel-uimage.bbclass                 | 12 ++---
 meta/classes/libc-package.bbclass                  |  3 ++
 meta/classes/license.bbclass                       |  6 +--
 meta/classes/metadata_scm.bbclass                  |  5 +-
 meta/classes/package.bbclass                       | 10 ++--
 meta/classes/package_deb.bbclass                   | 30 +++++------
 meta/classes/package_ipk.bbclass                   |  2 +-
 meta/classes/package_rpm.bbclass                   |  6 +--
 meta/classes/report-error.bbclass                  |  2 +-
 meta/classes/sanity.bbclass                        |  4 +-
 meta/classes/sstate.bbclass                        | 11 ++--
 meta/classes/staging.bbclass                       |  2 +-
 meta/classes/terminal.bbclass                      |  4 +-
 meta/classes/utility-tasks.bbclass                 |  2 +-
 meta/conf/bitbake.conf                             |  2 +-
 meta/lib/oe/classutils.py                          | 15 +++---
 meta/lib/oe/data.py                                |  7 ++-
 meta/lib/oe/license.py                             |  2 +-
 meta/lib/oe/lsb.py                                 |  4 +-
 meta/lib/oe/maketype.py                            |  7 ++-
 meta/lib/oe/manifest.py                            |  4 +-
 meta/lib/oe/package.py                             |  6 +--
 meta/lib/oe/package_manager.py                     | 34 +++++++------
 meta/lib/oe/packagedata.py                         |  2 +-
 meta/lib/oe/patch.py                               |  4 +-
 meta/lib/oe/prservice.py                           |  6 +--
 meta/lib/oe/qa.py                                  | 14 +++---
 meta/lib/oe/rootfs.py                              |  8 +--
 meta/lib/oe/sdk.py                                 |  4 +-
 meta/lib/oe/types.py                               |  4 +-
 meta/lib/oe/utils.py                               |  6 +--
 meta/lib/oeqa/selftest/base.py                     |  2 +-
 meta/lib/oeqa/utils/commands.py                    |  6 +--
 meta/lib/oeqa/utils/decorators.py                  |  5 +-
 meta/recipes-core/glibc/glibc-initial.inc          |  2 +-
 .../recipes-graphics/xorg-xserver/xserver-xorg.inc |  5 +-
 scripts/oe-buildenv-internal                       | 12 +++--
 scripts/oe-selftest                                | 58 +++++++++++-----------
 43 files changed, 194 insertions(+), 175 deletions(-)

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


More information about the Openembedded-commits mailing list