[oe-commits] [openembedded-core] branch master-next updated (53e0713 -> 1a79e30)

git at git.openembedded.org git at git.openembedded.org
Sun Dec 10 22:51:48 UTC 2017


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

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

 discard 53e0713  populate_sdk_ext: Use prebuilt uninative tarball
 discard 21cb826  XX runqemu: dump pagetypeinfo if qemu fails
 discard bd525aa  gmp: depends on flex-native to fix parallel building issue
     new 060bcb5  XX runqemu: dump pagetypeinfo if qemu fails
     new 3ead85b  populate_sdk_ext: Use prebuilt uninative tarball
     new 7952b83  python: Restructure python packaging and replace it with autopackaging
     new 43cd59d  python3: Restructure python3 packaging and replace it with autopackaging
     new 85fed16  python3: fix RDEPENDS on several recipes, due to non-existent python3 packages
     new 2b1ade2  hwlatdetect: fix RDEPENDS to avoid QA failures
     new 95ad706  python-scons: Remove python-importlib dependency
     new 392dc28  pypi.bbclass: bring in from meta-python
     new 4df3f9d  python2 create_manifest.py: fix trailing whitespace in json
     new 34f5c39  python*-manifest.json: add dependencies, runpy
     new cf13e8e  python*-setuptools: upgrade to 38.2.3; use pypi.bbclass; improvements
     new cf345a1  python3-pip: use pypi.bbclass
     new 710a5b6  python-nose: use pypi.bbclass
     new e0859f9  python-six: use pypi.bbclass
     new 3e14729  python-async: use pypi.bbclass
     new b0b63cc  python-mako: use pypi.bbclass
     new 9468f0e  python-smmap: use pypi.bbclass
     new 75ce4da  python-gitdb: use pypi.bbclass
     new f438829  python-git: use pypi.bbclass
     new 4bdd665  python3-iniparse: use pypi.bbclass
     new 1a79e30  python-scons: upgrade to 3.0.1; use pypi.bbclass

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   (53e0713)
            \
             N -- N -- N   refs/heads/master-next (1a79e30)

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 21 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:
 meta/classes/pypi.bbclass                          |   26 +
 meta/conf/documentation.conf                       |    3 +
 meta/recipes-core/libxml/libxml2_2.9.7.bb          |    2 +-
 .../bootchart2/bootchart2_0.14.8.bb                |    2 +-
 meta/recipes-devtools/dnf/dnf_2.6.3.bb             |   26 +-
 meta/recipes-devtools/gdb/gdb-cross-canadian.inc   |    4 +-
 .../opkg-utils/opkg-utils_0.3.5.bb                 |    2 +-
 .../python-numpy/python3-numpy_1.13.3.bb           |    2 -
 .../python/python-2.7-manifest.inc                 |  287 -----
 .../python/python-3.5-manifest.inc                 |  283 -----
 meta/recipes-devtools/python/python-async.inc      |    5 +-
 meta/recipes-devtools/python/python-git.inc        |   23 +-
 meta/recipes-devtools/python/python-gitdb.inc      |   16 +-
 meta/recipes-devtools/python/python-mako.inc       |   14 +-
 .../python/python-native-3.5-manifest.inc          |   10 -
 .../python/python-native_2.7.13.bb                 |   24 +-
 .../{python-nose_1.3.7.bb => python-nose.inc}      |   13 +-
 meta/recipes-devtools/python/python-nose_1.3.7.bb  |   25 +-
 ...ative_3.0.0.bb => python-scons-native_3.0.1.bb} |    0
 ...onscript-Support-python2-print-statements.patch |   38 -
 meta/recipes-devtools/python/python-scons_3.0.0.bb |   28 -
 meta/recipes-devtools/python/python-scons_3.0.1.bb |   18 +
 meta/recipes-devtools/python/python-setuptools.inc |   39 +-
 .../python/python-setuptools_36.5.0.bb             |   38 -
 .../python/python-setuptools_38.2.3.bb             |    9 +
 meta/recipes-devtools/python/python-six.inc        |    8 +-
 meta/recipes-devtools/python/python-smmap.inc      |    9 +-
 .../python/python/create_manifest2.py              |  277 +++++
 .../python/python/get_module_deps2.py              |  112 ++
 .../python/python/python2-manifest.json            | 1044 ++++++++++++++++++
 .../python/python/sitecustomize.py                 |    8 -
 .../recipes-devtools/python/python3-async_0.6.2.bb |    3 -
 meta/recipes-devtools/python/python3-git_2.1.7.bb  |    4 -
 .../recipes-devtools/python/python3-gitdb_0.6.4.bb |    4 -
 .../python/python3-iniparse_0.4.bb                 |   11 +-
 meta/recipes-devtools/python/python3-mako_1.0.7.bb |    9 -
 .../python/python3-native_3.5.3.bb                 |   30 +-
 meta/recipes-devtools/python/python3-nose_1.3.7.bb |   24 +-
 meta/recipes-devtools/python/python3-pip_9.0.1.bb  |   15 +-
 .../python/python3-pygobject_3.26.0.bb             |    2 +-
 .../python/python3-setuptools_36.5.0.bb            |   38 -
 .../python/python3-setuptools_38.2.3.bb            |    6 +
 meta/recipes-devtools/python/python3-six_1.11.0.bb |    4 +-
 .../recipes-devtools/python/python3-smmap_0.9.0.bb |    2 -
 .../python/python3/create_manifest3.py             |  321 ++++++
 .../python/python3/get_module_deps3.py             |  146 +++
 .../python/python3/python3-manifest.json           | 1130 ++++++++++++++++++++
 meta/recipes-devtools/python/python3_3.5.3.bb      |   83 +-
 meta/recipes-devtools/python/python_2.7.13.bb      |   80 +-
 .../qemu/nativesdk-qemu-helper_1.0.bb              |    2 +-
 meta/recipes-graphics/piglit/piglit_git.bb         |    4 +-
 meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb        |    2 +-
 meta/recipes-rt/rt-tests/rt-tests_1.1.bb           |    2 +-
 meta/recipes-support/gmp/gmp.inc                   |    2 -
 scripts/contrib/python/generate-manifest-2.7.py    |  421 --------
 scripts/contrib/python/generate-manifest-3.5.py    |  433 --------
 56 files changed, 3428 insertions(+), 1745 deletions(-)
 create mode 100644 meta/classes/pypi.bbclass
 delete mode 100644 meta/recipes-devtools/python/python-2.7-manifest.inc
 delete mode 100644 meta/recipes-devtools/python/python-3.5-manifest.inc
 delete mode 100644 meta/recipes-devtools/python/python-native-3.5-manifest.inc
 copy meta/recipes-devtools/python/{python-nose_1.3.7.bb => python-nose.inc} (65%)
 rename meta/recipes-devtools/python/{python-scons-native_3.0.0.bb => python-scons-native_3.0.1.bb} (100%)
 delete mode 100644 meta/recipes-devtools/python/python-scons/SConscript-Support-python2-print-statements.patch
 delete mode 100644 meta/recipes-devtools/python/python-scons_3.0.0.bb
 create mode 100644 meta/recipes-devtools/python/python-scons_3.0.1.bb
 delete mode 100644 meta/recipes-devtools/python/python-setuptools_36.5.0.bb
 create mode 100644 meta/recipes-devtools/python/python-setuptools_38.2.3.bb
 create mode 100644 meta/recipes-devtools/python/python/create_manifest2.py
 create mode 100644 meta/recipes-devtools/python/python/get_module_deps2.py
 create mode 100644 meta/recipes-devtools/python/python/python2-manifest.json
 delete mode 100644 meta/recipes-devtools/python/python3-setuptools_36.5.0.bb
 create mode 100644 meta/recipes-devtools/python/python3-setuptools_38.2.3.bb
 create mode 100644 meta/recipes-devtools/python/python3/create_manifest3.py
 create mode 100644 meta/recipes-devtools/python/python3/get_module_deps3.py
 create mode 100644 meta/recipes-devtools/python/python3/python3-manifest.json
 delete mode 100755 scripts/contrib/python/generate-manifest-2.7.py
 delete mode 100755 scripts/contrib/python/generate-manifest-3.5.py

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


More information about the Openembedded-commits mailing list