[oe-commits] [openembedded-core] branch master-next updated (1fe54ba -> afa9f76)

git at git.openembedded.org git at git.openembedded.org
Fri Aug 25 12:33:25 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.

    omit 1fe54ba  hwlatdetect: fix RDEPENDS to avoid QA failures
    omit 6417a2f  python3: fix RDEPENDS on several recipes, due to non-existent python3 packages
    omit 68c2391  python3: Restructure python3 packaging and replace it with autopackaging
    omit aae9b33  python: Restructure python packaging and replace it with autopackaging

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/master-next (afa9f76)
            \
             O -- O -- O   (1fe54ba)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 meta/recipes-core/libxml/libxml2_2.9.4.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.1.bb           |    2 +
 .../python/python-2.7-manifest.inc                 |  287 +++++
 .../python/python-3.5-manifest.inc                 |  283 +++++
 .../python/python-native-3.5-manifest.inc          |   10 +
 .../python/python-native_2.7.13.bb                 |   24 +-
 .../python/python/create_manifest2.py              |  277 -----
 .../python/python/get_module_deps2.py              |  112 --
 .../python/python/python2-manifest.json            | 1033 ------------------
 .../python/python/sitecustomize.py                 |    8 +
 .../recipes-devtools/python/python3-async_0.6.2.bb |    2 +-
 meta/recipes-devtools/python/python3-git_2.1.5.bb  |    2 +-
 .../recipes-devtools/python/python3-gitdb_0.6.4.bb |    2 +-
 .../python/python3-native_3.5.3.bb                 |   30 +-
 meta/recipes-devtools/python/python3-pip_9.0.1.bb  |    1 +
 .../python/python3-pygobject_3.24.1.bb             |    2 +-
 .../python/python3-setuptools_36.2.7.bb            |    3 +
 .../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           | 1098 --------------------
 meta/recipes-devtools/python/python3_3.5.3.bb      |   84 +-
 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 +-
 scripts/contrib/python/generate-manifest-2.7.py    |  421 ++++++++
 scripts/contrib/python/generate-manifest-3.5.py    |  433 ++++++++
 33 files changed, 1481 insertions(+), 3228 deletions(-)
 create mode 100644 meta/recipes-devtools/python/python-2.7-manifest.inc
 create mode 100644 meta/recipes-devtools/python/python-3.5-manifest.inc
 create mode 100644 meta/recipes-devtools/python/python-native-3.5-manifest.inc
 delete mode 100644 meta/recipes-devtools/python/python/create_manifest2.py
 delete mode 100644 meta/recipes-devtools/python/python/get_module_deps2.py
 delete mode 100644 meta/recipes-devtools/python/python/python2-manifest.json
 delete mode 100644 meta/recipes-devtools/python/python3/create_manifest3.py
 delete mode 100644 meta/recipes-devtools/python/python3/get_module_deps3.py
 delete mode 100644 meta/recipes-devtools/python/python3/python3-manifest.json
 create mode 100755 scripts/contrib/python/generate-manifest-2.7.py
 create 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