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

git at git.openembedded.org git at git.openembedded.org
Sun Jun 12 22:47:42 UTC 2016


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

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

The 47 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/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