[oe-commits] [openembedded-core] branch master-next updated (207dba5 -> 2fdd2c1)

git at git.openembedded.org git at git.openembedded.org
Sun Jun 12 22:48:02 UTC 2016


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

      from  207dba5   oe-pkgdata-util: fix AttributeError
      adds  29ebe67   packagegroup-self-hosted.bb: remove unsuitable network related dependence
      adds  d2a7c1d   runqemu: Add suport for qemuzynqmp
      adds  6e06fec   perl: set proper perl subversion number in config files
      adds  9ea1d64   perl: some perl tests require libssp
      adds  bf1160a   perl: fix several perl test failures
      adds  ee627d7   packagegroup-self-hosted: port to Python 3
      adds  4a5ba5c   webkitgtk: disable gobject-introspection on mips64
      adds  e76f62a   runqemu-internal: Update the qemuzynq boot options
      adds  8ca00c9   eudev: upgrade to 3.2
      adds  bb2ecb1   python-setuptools: Upgrade to 22.0.5
      adds  b7c00d3   python-git: Upgrade from 1.0.2 to 2.0.5
      adds  84d54d1   python-mako: Upgrade python-mako and python3-mako to 1.0.4
      adds  8e29f95   python-pexpect: Upgrade from 4.0.1 to 4.1.0
      adds  3782164   python-scons: Upgrade from 2.4.1 to 2.5.0
      adds  e2e2489   python3-pip: Upgrade from 8.0.0 to 8.1.2
      adds  dd756bb   python-numpy: Upgrade from 1.10.4 to 1.11.0
      adds  8093cc5   bash-completion: fix upstream version check
      adds  f658b62   python3-pygobject: only check for even upstream versions
      adds  2c904fa   avahi: add extra path to GIR_EXTRA_LIBS_PATH
      adds  991174a   python3-pygobject: Upgrade from 3.18.2 to 3.20.1
      adds  b950539   lib/oe/terminal.py: decode bytes variable before rstrip/split
      adds  bc0cdaa   oe-pkgdata-util: new option to provide full info for binary package(s)
      adds  08de903   python: Several recipes needed SRC_URI updating
      adds  8db2be8   x11-common: Fix XDG_RUNTIME_DIR typo
      adds  537afef   weston-init: Use bitbake path variable
      adds  9f539d0   weston-init: Don't change XDG_RUNTIME_DIR if it already exists
      adds  0632c3e   buildhistory-diff: suggest correct version of PythonGit
      adds  241e094   npm.bbclass: avoid str/byte conversion problems for PKGV and SUMMARY
      adds  aabfce5   gnome-themes-standard: Add new GTK+2 theme
      adds  2e313b8   packagegroup-core-x11-sato: Use puzzles instead of oh-puzzles
      adds  8f930c6   oh-puzzles: Remove as we're using puzzles now
      adds  d21edfa   distcc: Disable GTK UI by default
      adds  0cb5016   gtk-immodules-cache: Support both GTKs at same time
      adds  0c68611   gtk+3: Add RRECOMMENDS to match gtk+
      adds  2d09c90   adwaita-icon-theme: Split symbolic icons into 2 packages
      adds  918ef14   weston: Fix bug causing the xwayland package to always be included
      adds  a41d0ba   gnutls: update 3.4.9 -> 3.4.11
      adds  46708da   libjpeg-turbo: update to 1.5.0
      adds  659ae1d   image/image_types.bbclass: fix fatal error during cpio debugfs creation
      adds  d84af55   uclibc: no need for CONFIG_MIPS_ISA_xxx config options
      adds  0d48570   uclibc: never build with SSP
      adds  e9d8b02   mips: add a tune for using MIPS16e ASE instructions
      adds  cccd8b0   mips: add tunes for (some) 24K cores
      adds  77adf83   useradd-staticids.bbclass: Make sure opened files are closed
      adds  a7a783c   useradd-staticids.bbclass: Avoid FutureWarning about split()
      adds  ee26ecf   oe/distro_check.py: Fixes for python3
      adds  2fdd2c1   systemtap: add build dependency on ncurses

No new revisions were added by this update.

Summary of changes:
 meta/classes/gtk-immodules-cache.bbclass           |   6 +-
 meta/classes/image.bbclass                         |   1 +
 meta/classes/image_types.bbclass                   |  19 +-
 meta/classes/npm.bbclass                           |   4 +-
 meta/classes/useradd-staticids.bbclass             |  34 ++--
 .../machine/include/mips/feature-mips-mips16e.inc  |  17 ++
 meta/conf/machine/include/mips/tune-mips-24k.inc   |  45 +++++
 meta/lib/oe/distro_check.py                        |  82 ++++-----
 meta/lib/oe/terminal.py                            |   2 +-
 meta/recipes-connectivity/avahi/avahi.inc          |   2 +-
 .../packagegroups/packagegroup-self-hosted.bb      |  12 +-
 meta/recipes-core/uclibc/uclibc-config.inc         |   1 -
 meta/recipes-core/uclibc/uclibc.inc                |  11 --
 .../udev/{eudev_3.1.5.bb => eudev_3.2.bb}          |   4 +-
 meta/recipes-devtools/distcc/distcc_3.2.bb         |   5 +-
 meta/recipes-devtools/perl/perl-ptest.inc          |   2 +-
 meta/recipes-devtools/perl/perl/config.sh          |  10 +-
 meta/recipes-devtools/perl/perl/perl-configure.sh  |   2 +-
 ...erl-fix-conflict-between-skip_all-and-END.patch | 181 ++++++++++++++++++
 ..._customized.diff => perl-test-customized.patch} |  53 ++++--
 meta/recipes-devtools/perl/perl_5.22.1.bb          |   2 +
 .../python-numpy/files/fix_shebang_f2py.patch      |  29 +++
 ...thon-numpy_1.10.4.bb => python-numpy_1.11.0.bb} |  14 +-
 ...on3-numpy_1.10.4.bb => python3-numpy_1.11.0.bb} |  15 +-
 meta/recipes-devtools/python/python-async.inc      |   2 +-
 meta/recipes-devtools/python/python-git.inc        |   5 +-
 .../{python-git_1.0.2.bb => python-git_2.0.5.bb}   |   4 +-
 meta/recipes-devtools/python/python-gitdb.inc      |   2 +-
 meta/recipes-devtools/python/python-mako.inc       |  15 ++
 meta/recipes-devtools/python/python-mako_1.0.3.bb  |  30 ---
 meta/recipes-devtools/python/python-mako_1.0.4.bb  |  17 ++
 meta/recipes-devtools/python/python-nose_1.3.7.bb  |   2 +-
 ...on-pexpect_4.0.1.bb => python-pexpect_4.1.0.bb} |  11 +-
 .../python/python-ptyprocess_0.5.1.bb              |  21 +++
 ...ative_2.4.1.bb => python-scons-native_2.5.0.bb} |   0
 meta/recipes-devtools/python/python-scons_2.4.1.bb |  22 ---
 meta/recipes-devtools/python/python-scons_2.5.0.bb |  24 +++
 meta/recipes-devtools/python/python-setuptools.inc |  10 +-
 ...uptools_19.4.bb => python-setuptools_22.0.5.bb} |   0
 meta/recipes-devtools/python/python-smmap.inc      |   2 +-
 meta/recipes-devtools/python/python3-git_1.0.2.bb  |   3 +
 meta/recipes-devtools/python/python3-mako_1.0.3.bb |  24 ---
 meta/recipes-devtools/python/python3-mako_1.0.4.bb |  11 ++
 meta/recipes-devtools/python/python3-nose_1.3.7.bb |   2 +-
 .../{python3-pip_8.0.0.bb => python3-pip_8.1.2.bb} |   9 +-
 ...bject_3.18.2.bb => python3-pygobject_3.20.1.bb} |   6 +-
 ...ptools_19.4.bb => python3-setuptools_22.0.5.bb} |   0
 .../gnome/adwaita-icon-theme_3.18.0.bb             |   9 +-
 .../gnome/gnome-themes-standard_3.18.0.bb          |  37 ++++
 meta/recipes-gnome/gtk+/gtk+3.inc                  |  17 +-
 ...eg-turbo_8d+1.4.2.bb => libjpeg-turbo_1.5.0.bb} |  24 ++-
 meta/recipes-graphics/wayland/weston-init.bb       |   1 +
 .../wayland/weston-init/weston-start               |   8 +-
 meta/recipes-graphics/wayland/weston_1.10.0.bb     |   4 +-
 .../x11-common/etc/X11/Xsession.d/13xdgbasedirs.sh |   6 +-
 meta/recipes-kernel/systemtap/systemtap_git.bb     |   2 +-
 .../packagegroups/packagegroup-core-x11-sato.bb    |   2 +-
 .../puzzles/files/oh-puzzles-owl-menu.patch        | 203 ---------------------
 meta/recipes-sato/puzzles/oh-puzzles_git.bb        |  73 --------
 meta/recipes-sato/webkit/webkitgtk_2.12.3.bb       |   4 +
 .../bash-completion/bash-completion_2.1.bb         |   1 +
 .../gnutls/{gnutls_3.4.9.bb => gnutls_3.4.11.bb}   |   4 +-
 scripts/buildhistory-diff                          |   2 +-
 scripts/oe-pkgdata-util                            |  62 +++++++
 scripts/runqemu                                    |   9 +-
 scripts/runqemu-internal                           |  24 ++-
 66 files changed, 718 insertions(+), 549 deletions(-)
 create mode 100644 meta/conf/machine/include/mips/feature-mips-mips16e.inc
 create mode 100644 meta/conf/machine/include/mips/tune-mips-24k.inc
 rename meta/recipes-core/udev/{eudev_3.1.5.bb => eudev_3.2.bb} (96%)
 create mode 100644 meta/recipes-devtools/perl/perl/perl-fix-conflict-between-skip_all-and-END.patch
 copy meta/recipes-devtools/perl/perl/{debian/makemaker_customized.diff => perl-test-customized.patch} (50%)
 create mode 100644 meta/recipes-devtools/python-numpy/files/fix_shebang_f2py.patch
 rename meta/recipes-devtools/python-numpy/{python-numpy_1.10.4.bb => python-numpy_1.11.0.bb} (85%)
 rename meta/recipes-devtools/python-numpy/{python3-numpy_1.10.4.bb => python3-numpy_1.11.0.bb} (84%)
 rename meta/recipes-devtools/python/{python-git_1.0.2.bb => python-git_2.0.5.bb} (60%)
 create mode 100644 meta/recipes-devtools/python/python-mako.inc
 delete mode 100644 meta/recipes-devtools/python/python-mako_1.0.3.bb
 create mode 100644 meta/recipes-devtools/python/python-mako_1.0.4.bb
 rename meta/recipes-devtools/python/{python-pexpect_4.0.1.bb => python-pexpect_4.1.0.bb} (60%)
 create mode 100644 meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb
 rename meta/recipes-devtools/python/{python-scons-native_2.4.1.bb => python-scons-native_2.5.0.bb} (100%)
 delete mode 100644 meta/recipes-devtools/python/python-scons_2.4.1.bb
 create mode 100644 meta/recipes-devtools/python/python-scons_2.5.0.bb
 rename meta/recipes-devtools/python/{python-setuptools_19.4.bb => python-setuptools_22.0.5.bb} (100%)
 delete mode 100644 meta/recipes-devtools/python/python3-mako_1.0.3.bb
 create mode 100644 meta/recipes-devtools/python/python3-mako_1.0.4.bb
 rename meta/recipes-devtools/python/{python3-pip_8.0.0.bb => python3-pip_8.1.2.bb} (83%)
 rename meta/recipes-devtools/python/{python3-pygobject_3.18.2.bb => python3-pygobject_3.20.1.bb} (77%)
 rename meta/recipes-devtools/python/{python3-setuptools_19.4.bb => python3-setuptools_22.0.5.bb} (100%)
 create mode 100644 meta/recipes-gnome/gnome/gnome-themes-standard_3.18.0.bb
 rename meta/recipes-graphics/jpeg/{libjpeg-turbo_8d+1.4.2.bb => libjpeg-turbo_1.5.0.bb} (57%)
 delete mode 100644 meta/recipes-sato/puzzles/files/oh-puzzles-owl-menu.patch
 delete mode 100644 meta/recipes-sato/puzzles/oh-puzzles_git.bb
 rename meta/recipes-support/gnutls/{gnutls_3.4.9.bb => gnutls_3.4.11.bb} (60%)

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


More information about the Openembedded-commits mailing list