[oe-commits] [openembedded-core] branch python3 updated (a3ee3a5 -> d25ea93)

git at git.openembedded.org git at git.openembedded.org
Thu May 19 21:34:02 UTC 2016


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

  discards  a3ee3a5   qemurunner: convert data when working with socket
  discards  2a96a39   python-smartpm: Avoid locale issue with bitbake python3
  discards  5a5eac0   wic: encode help text
  discards  68143cd   wic: use python3 in shebang
  discards  59d9413   Switch urlparse to urllib.parse
  discards  7a50fa6   meta: python3 megapatch
  discards  d93957a   meta: print fixes
  discards  62adca5   meta: Convert to use python3 octal syntax
  discards  eaa0b55   scripts/oe-buildenv-internal: allow experimental python3 support
  discards  258a682   yocto-uninative: Update to 1.1 tarball (new version of glibc)
  discards  62e6f9b   rootfs.py: Unify _log_check_warn() and _log_check_error()
  discards  b46f8b6   rootfs.py: Reduce spam from _log_check_warn()
  discards  c1afb99   rootfs.py: Exclude lines in _log_check_warn() as well
  discards  d2fb8c7   rootfs.py: Use one way to exclude lines in _log_check_error()
  discards  e68519c   rootfs.py: Simplify the regular expression used in _log_check_warn()
  discards  0d29286   rootfs.py: Remove _log_check_error() from the RpmRootfs class
  discards  1654e03   Revert "rootfs.py: add more info to the warning message"
  discards  8d93d8e   sysprof: Disable nios2 support
  discards  73d1e7c   elfutils-0.148: Fix build with gcc6
  discards  cd1a2bc   useradd.bbclass: Strip trailing ';' in cmd params
  discards  e193f37   systemd: Create missing sysusers offline
  discards  a3d2464   Revert "tcmode-default: Bump gcc"
  discards  18867af   tcmode-default: Bump gcc
      adds  e8d4356   useradd.bbclass: Strip trailing ';' in cmd params
      adds  d189579   systemd: Create missing sysusers offline
      adds  c266817   elfutils-0.148: Fix build with gcc6
      adds  ba6b367   sysprof: Disable nios2 support
      adds  e509a83   Revert "rootfs.py: add more info to the warning message"
      adds  1eb0a46   rootfs.py: Remove _log_check_error() from the RpmRootfs class
      adds  865ab39   rootfs.py: Simplify the regular expression used in _log_check_warn()
      adds  321df88   rootfs.py: Use one way to exclude lines in _log_check_error()
      adds  85f64c6   rootfs.py: Exclude lines in _log_check_warn() as well
      adds  d6e3477   rootfs.py: Reduce spam from _log_check_warn()
      adds  dd73dca   rootfs.py: Unify _log_check_warn() and _log_check_error()
      adds  15476fa   yocto-uninative: Update to 1.1 tarball (new version of glibc)
      adds  a3075bf   package_regex.inc: remove deprecated file
      adds  a80a084   freetype: fix upstream check
      adds  3e88297   libgudev: fix upstream check
      adds  879b2c5   unzip: update SRC_URI
      adds  5cb1e0e   zip: update SRC_URI
      adds  eb9f900   kernel: moves KERNEL_SRC_PATH to bitbake.conf
       new  aaabf48   tcmode-default: Bump gcc
       new  775b3c4   Revert "tcmode-default: Bump gcc"
       new  0668d22   mesa-demos: provide option for disabling GLX demos
       new  3c3f920   webkitgtk: turn off JIT on armv4 and armv7a
       new  d25d7a3   scripts/oe-buildenv-internal: allow experimental python3 support
       new  a1f59c4   meta: Convert to use python3 octal syntax
       new  bbd4c5e   meta: print fixes
       new  9342553   meta: python3 megapatch
       new  442129f   Switch urlparse to urllib.parse
       new  8aba328   wic: use python3 in shebang
       new  e5f9a3e   wic: encode help text
       new  26c189b   python-smartpm: Avoid locale issue with bitbake python3
       new  d25ea93   qemurunner: convert data when working with socket

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   (a3ee3a5)
            \
             N -- N -- N   refs/heads/python3 (d25ea93)

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 13 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/distrodata.bbclass                    |  1 -
 meta/classes/kernel.bbclass                        |  4 --
 meta/classes/populate_sdk_ext.bbclass              |  4 +-
 meta/conf/bitbake.conf                             |  4 ++
 meta/conf/distro/include/package_regex.inc         | 22 --------
 meta/lib/oe/gpg_sign.py                            |  2 +-
 meta/lib/oeqa/oetest.py                            |  4 +-
 .../images/build-appliance-image_14.0.0.bb         |  2 +-
 meta/recipes-extended/unzip/unzip_6.0.bb           |  2 +-
 meta/recipes-extended/zip/zip.inc                  | 27 ----------
 meta/recipes-extended/zip/zip_3.0.bb               | 40 +++++++++++---
 meta/recipes-gnome/libgudev/libgudev_230.bb        |  2 +
 meta/recipes-graphics/freetype/freetype_2.6.3.bb   |  3 ++
 .../0013-only-build-GLX-demos-if-needed.patch      | 62 ++++++++++++++++++++++
 meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb     |  4 +-
 meta/recipes-kernel/linux/kernel-devsrc.bb         |  3 --
 meta/recipes-sato/webkit/webkitgtk_2.12.1.bb       |  7 ++-
 17 files changed, 119 insertions(+), 74 deletions(-)
 delete mode 100644 meta/conf/distro/include/package_regex.inc
 delete mode 100644 meta/recipes-extended/zip/zip.inc
 create mode 100644 meta/recipes-graphics/mesa/mesa-demos/0013-only-build-GLX-demos-if-needed.patch

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


More information about the Openembedded-commits mailing list