[oe-commits] [openembedded-core] branch master-next updated (f3a908e -> d3fa0fa)

git at git.openembedded.org git at git.openembedded.org
Fri Aug 18 10:01:01 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.

    from f3a908e  perl: Don't change /usr/include references in docs to sysroot paths
     new 55b72d0  oeqa: increase verbosity of dnf commands in dnf packagefeed test
     new 75896fd  mpg123: upgrade to 1.25.6
     new 05e9e12  webkitgtk: Add a recommends on shared-mime-info.
     new f2316b5  python: Restructure python packaging and replace it with autopackaging
     new d603bd0  python3: fix RDEPENDS on several recipes, due to non-existent python3 packages
     new 029ebe4  python3: Restructure python3 packaging and replace it with autopackaging
     new d3fa0fa  mesa: update to 17.1.6

The 7 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:
 .../lib/oeqa/runtime/cases/dnf_runtime.py          |    4 +-
 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             |    4 +-
 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                 |    3 -
 .../python/python/create_manifest2.py              |  274 +++++
 .../python/python/get_module_deps2.py              |  110 ++
 .../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                 |    9 +-
 .../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             |  318 ++++++
 .../python/python3/get_module_deps3.py             |  145 +++
 .../python/python3/python3-manifest.json           | 1107 ++++++++++++++++++++
 meta/recipes-devtools/python/python3_3.5.3.bb      |   90 +-
 meta/recipes-devtools/python/python_2.7.13.bb      |   82 +-
 .../qemu/nativesdk-qemu-helper_1.0.bb              |    2 +-
 ...ly-install-khrplatform.h-with-EGL-or-GLES.patch |   52 -
 .../mesa/{mesa-gl_17.1.5.bb => mesa-gl_17.1.6.bb}  |    0
 .../mesa/{mesa_17.1.5.bb => mesa_17.1.6.bb}        |    5 +-
 meta/recipes-graphics/piglit/piglit_git.bb         |    4 +-
 .../mpg123/{mpg123_1.25.4.bb => mpg123_1.25.6.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-sato/webkit/webkitgtk_2.16.6.bb       |    2 +-
 scripts/contrib/python/generate-manifest-2.7.py    |  421 --------
 scripts/contrib/python/generate-manifest-3.5.py    |  433 --------
 38 files changed, 3181 insertions(+), 1538 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-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 100644 meta/recipes-graphics/mesa/files/0001-mapi-Only-install-khrplatform.h-with-EGL-or-GLES.patch
 rename meta/recipes-graphics/mesa/{mesa-gl_17.1.5.bb => mesa-gl_17.1.6.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_17.1.5.bb => mesa_17.1.6.bb} (82%)
 rename meta/recipes-multimedia/mpg123/{mpg123_1.25.4.bb => mpg123_1.25.6.bb} (94%)
 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