[oe-commits] [openembedded-core] branch master updated (77144bc -> 3328211)

git at git.openembedded.org git at git.openembedded.org
Sat Jan 20 22:32:13 UTC 2018


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

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

    from 77144bc  multilib.bbclass: deltask populate_sdk and populate_sdk_ext
     new 6959e2e  python: Restructure python packaging and replace it with autopackaging
     new e4cc287  python2 create_manifest.py: fix trailing whitespace in json
     new 54ac820  python3: Restructure python3 packaging and replace it with autopackaging
     new 65a85c7  python*-manifest.json: add dependencies, runpy
     new c47b54a  python3: Fix native compilation of gdbm module and manifest
     new 3328211  python: fix RDEPENDS on several recipes, due to non-existent packages

The 6 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/recipes-core/libxml/libxml2_2.9.7.bb          |    2 +-
 .../bootchart2/bootchart2_0.14.8.bb                |    2 +-
 meta/recipes-devtools/dnf/dnf_2.7.5.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                 |  840 ---------------
 .../python/python-3.5-manifest.inc                 | 1129 -------------------
 meta/recipes-devtools/python/python-async.inc      |    2 +-
 meta/recipes-devtools/python/python-git.inc        |    7 +-
 meta/recipes-devtools/python/python-gitdb.inc      |    1 -
 .../python/python-native-2.7-manifest.inc          |    9 -
 .../python/python-native-3.5-manifest.inc          |   10 -
 .../python/python-native_2.7.13.bb                 |   24 +-
 meta/recipes-devtools/python/python-scons_3.0.1.bb |    1 -
 meta/recipes-devtools/python/python-setuptools.inc |    3 -
 meta/recipes-devtools/python/python-smmap.inc      |    1 -
 .../python/python/create_manifest2.py              |  277 +++++
 .../python/python/get_module_deps2.py              |  112 ++
 .../python/python/python2-manifest.json            | 1043 ++++++++++++++++++
 .../python/python/sitecustomize.py                 |    8 -
 .../python/python3-native_3.5.3.bb                 |   32 +-
 meta/recipes-devtools/python/python3-pip_9.0.1.bb  |    1 -
 .../python/python3-pygobject_3.26.1.bb             |    2 +-
 .../python/python3/create_manifest3.py             |  321 ++++++
 .../python/python3/get_module_deps3.py             |  146 +++
 .../python/python3/python3-manifest.json           | 1140 ++++++++++++++++++++
 meta/recipes-devtools/python/python3_3.5.3.bb      |   91 +-
 meta/recipes-devtools/python/python_2.7.13.bb      |   88 +-
 .../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    |  426 --------
 scripts/contrib/python/generate-manifest-3.5.py    |  442 --------
 35 files changed, 3296 insertions(+), 2908 deletions(-)
 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-2.7-manifest.inc
 delete mode 100644 meta/recipes-devtools/python/python-native-3.5-manifest.inc
 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
 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