[oe-commits] [openembedded-core] branch master updated (b746223 -> 85b6a53)

git at git.openembedded.org git at git.openembedded.org
Wed Jun 1 11:48:00 UTC 2016


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

      from  b746223   linux-yocto/4.1: fix musb compilation error
      adds  d780642   lib/oe/recipeutils: split out patch_recipe_lines()
      adds  fb2bb50   lib/oe/recipeutils: patch_recipe_lines: allow omitting trailing newlines
      adds  c33ba6c   lib/oe/recipeutils: fix insertion of variable values
      adds  91fc35f   recipetool: create: support extracting SUMMARY and HOMEPAGE
      adds  19e6b66   recipetool: create: extract variable values from .deb/.ipk/.rpm
      adds  13bc243   recipetool: create: use ${BP} for subdir for binary packages
      adds  000480c   recipetool / devtool: set a fixed SRCREV by default when fetching from git
      adds  8834e81   python-native, python3-native: remove the use of exported HOST_SYS and BUILD_SYS variables
      adds  5a149a0   distutils-native-base.bbclass, distutils3-native-base.bbclass: remove
      adds  3891fce   python3-dir.bbclass: add a separate class for Python 3
      adds  e0c7584   default-versions.inc: drop python-related defaults
      adds  79a98af   sip.bbclass: remove
      adds  36e9ed8   avahi-ui: remove support for building a python module
      adds  abf2258   python3: manipulate all of the config*/Makefile files, not just config/Makefile
      adds  f2383ea   git: remove Python package (to which nothing was packaged)
      adds  1c8cdcd   qemu: remove runtime python dependency
      adds  54cbeb2   subversion: remove unnecessary python dependency
      adds  a5aa151   cracklib: disable building the python module
      adds  72be375   python3-mako: add a Python 3 recipe
      adds  3e751bd   python3-nose: add a recipe
      adds  3e171c8   python3: add = to -L linking option only when the path is absolute
      adds  9bffe2f   python-numpy: move recipe to own directory
      adds  4976382   libarchive: Upgrade to v3.2.0
      adds  2dd1c02   unzip: fix security issues
      adds  5bbde5a   libpng: update to 1.6.22
      adds  d498b15   bluez5: update to 5.40
      adds  f97c40f   insane: return line-feeds to qa.log
      adds  2e49887   perl-ptest.inc: fix tar call to prevent objcopy failure
      adds  0df6dab   package.bbclass: fix strip and split logic
      adds  3d6884a   openssl: fix the dangling libcrypto.a symlink
      adds  98a4c64   systemd: allow add users as a rootfs postprocess cmd
       new  80fecc4   scripts: python3: Use print function
       new  85b6a53   scripts/lnr: update for python3

The 2 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/distutils-common-base.bbclass         |   2 -
 meta/classes/distutils-native-base.bbclass         |   3 -
 meta/classes/distutils-tools.bbclass               |   4 -
 meta/classes/distutils.bbclass                     |   4 -
 meta/classes/distutils3-base.bbclass               |   3 -
 meta/classes/distutils3-native-base.bbclass        |   4 -
 meta/classes/distutils3.bbclass                    |  24 ---
 meta/classes/gobject-introspection.bbclass         |   2 -
 meta/classes/insane.bbclass                        |   2 +-
 meta/classes/package.bbclass                       |   3 +-
 meta/classes/python-dir.bbclass                    |   6 +-
 meta/classes/python3-dir.bbclass                   |   5 +
 meta/classes/python3native.bbclass                 |   4 +-
 meta/classes/rootfs-postcommands.bbclass           |  43 +++---
 meta/classes/sip.bbclass                           |  61 --------
 meta/conf/distro/include/default-versions.inc      |   5 -
 meta/conf/distro/include/security_flags.inc        |   1 -
 meta/lib/oe/recipeutils.py                         |  40 +++--
 meta/lib/oeqa/selftest/devtool.py                  |   6 +-
 meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb |  11 +-
 .../bluez5/{bluez5_5.39.bb => bluez5_5.40.bb}      |   4 +-
 meta/recipes-connectivity/openssl/openssl.inc      |   2 +-
 meta/recipes-core/libxml/libxml2_2.9.3.bb          |   2 -
 meta/recipes-devtools/gdb/gdb-cross.inc            |   2 -
 meta/recipes-devtools/git/git.inc                  |   7 +-
 meta/recipes-devtools/perl/perl-ptest.inc          |   4 +-
 ...h-usr-and-so-on-for-libraries-by-default-.patch |   0
 .../files}/aarch64/_numpyconfig.h                  |   0
 .../files/aarch64}/config.h                        |   0
 .../files}/add-glibc-check.patch                   |   0
 .../mipsel => python-numpy/files/arm}/config.h     |   0
 .../files/arm}/numpyconfig.h                       |   0
 .../files}/armeb/config.h                          |   0
 .../files}/armeb/numpyconfig.h                     |   0
 .../files}/mips/_numpyconfig.h                     |   0
 .../files}/mips/config.h                           |   0
 .../files/mips64}/_numpyconfig.h                   |   0
 .../files/mips64}/config.h                         |   0
 .../files}/mips64n32/_numpyconfig.h                |   0
 .../files/mips64n32}/config.h                      |   0
 .../arm => python-numpy/files/mipsel}/config.h     |   0
 .../files/mipsel}/numpyconfig.h                    |   0
 .../files}/powerpc/_numpyconfig.h                  |   0
 .../files}/powerpc/config.h                        |   0
 .../files/powerpc64}/_numpyconfig.h                |   0
 .../files/powerpc64}/config.h                      |   0
 .../files}/remove-build-path-in-comments.patch     |   0
 .../files}/x86-64/_numpyconfig.h                   |   0
 .../files}/x86-64/config.h                         |   0
 .../files}/x86/config.h                            |   0
 .../files}/x86/numpyconfig.h                       |   0
 .../python-numpy_1.10.4.bb                         |   1 -
 meta/recipes-devtools/python/python-dbus_1.2.0.bb  |   3 -
 meta/recipes-devtools/python/python-mako_1.0.3.bb  |   6 +
 ...2-distutils-prefix-is-inside-staging-area.patch |  65 --------
 .../python/python-native_2.7.11.bb                 |   4 +-
 .../python/python-pycairo_1.10.0.bb                |   2 +-
 ...et-the-prefix-to-be-inside-staging-direct.patch |  51 +++++++
 ...{python-mako_1.0.3.bb => python3-mako_1.0.3.bb} |   8 +-
 .../python/python3-native_3.5.1.bb                 |   2 -
 ...{python-nose_1.3.7.bb => python3-nose_1.3.7.bb} |   6 +-
 ...2-distutils-prefix-is-inside-staging-area.patch |  49 ++----
 .../python/python3/unixccompiler.patch             |   6 +-
 meta/recipes-devtools/python/python3_3.5.1.bb      |   7 +-
 meta/recipes-devtools/python/python_2.7.11.bb      |   3 -
 meta/recipes-devtools/qemu/qemu.inc                |   2 +-
 meta/recipes-devtools/rpm/rpm_5.4+cvs.bb           |   2 +-
 meta/recipes-devtools/rpm/rpm_5.4.16.bb            |   2 +-
 .../subversion/subversion_1.9.3.bb                 |   2 +-
 meta/recipes-extended/cracklib/cracklib_2.9.5.bb   |  25 +---
 .../0001-Set-xattrs-after-setting-times.patch      |  59 --------
 .../libarchive/libarchive-CVE-2013-0211.patch      |  39 -----
 .../libarchive/libarchive-CVE-2015-2304.patch      | 152 -------------------
 .../libarchive/libarchive/mkdir.patch              |  45 ------
 .../libarchive/libarchive/pkgconfig.patch          |  25 ----
 .../{libarchive_3.1.2.bb => libarchive_3.2.0.bb}   |  11 +-
 meta/recipes-extended/newt/libnewt_0.52.18.bb      |   3 -
 .../unzip/unzip/fix-security-format.patch          | 139 +++++++++++++++++
 meta/recipes-extended/unzip/unzip_6.0.bb           |   1 +
 .../gobject-introspection_1.46.0.bb                |   2 -
 meta/recipes-kernel/lttng/lttng-tools_git.bb       |   2 +-
 meta/recipes-kernel/perf/perf.bb                   |   2 -
 .../libpng/{libpng_1.6.21.bb => libpng_1.6.22.bb}  |   8 +-
 meta/recipes-rt/rt-tests/hwlatdetect_0.96.bb       |   1 +
 scripts/cleanup-workdir                            |  16 +-
 scripts/combo-layer                                |   4 +-
 scripts/contrib/bbvars.py                          |  40 ++---
 scripts/contrib/list-packageconfig-flags.py        |  14 +-
 scripts/lib/devtool/standard.py                    |   3 +
 scripts/lib/recipetool/create.py                   | 165 ++++++++++++++++-----
 scripts/lib/recipetool/create_buildsys.py          |  37 +++--
 scripts/lib/recipetool/create_npm.py               |   4 +-
 scripts/lnr                                        |   4 +-
 scripts/send-error-report                          |   6 +-
 scripts/test-remote-image                          |   2 +-
 scripts/tiny/dirsize.py                            |   6 +-
 scripts/tiny/ksize.py                              |  36 ++---
 97 files changed, 534 insertions(+), 792 deletions(-)
 delete mode 100644 meta/classes/distutils-native-base.bbclass
 delete mode 100644 meta/classes/distutils3-native-base.bbclass
 create mode 100644 meta/classes/python3-dir.bbclass
 delete mode 100644 meta/classes/sip.bbclass
 rename meta/recipes-connectivity/bluez5/{bluez5_5.39.bb => bluez5_5.40.bb} (89%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/aarch64/_numpyconfig.h (100%)
 rename meta/recipes-devtools/{python/python-numpy/powerpc64 => python-numpy/files/aarch64}/config.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/add-glibc-check.patch (100%)
 rename meta/recipes-devtools/{python/python-numpy/mipsel => python-numpy/files/arm}/config.h (100%)
 rename meta/recipes-devtools/{python/python-numpy/mipsel => python-numpy/files/arm}/numpyconfig.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/armeb/config.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/armeb/numpyconfig.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/mips/_numpyconfig.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/mips/config.h (100%)
 rename meta/recipes-devtools/{python/python-numpy/powerpc64 => python-numpy/files/mips64}/_numpyconfig.h (100%)
 rename meta/recipes-devtools/{python/python-numpy/mips64n32 => python-numpy/files/mips64}/config.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/mips64n32/_numpyconfig.h (100%)
 rename meta/recipes-devtools/{python/python-numpy/mips64 => python-numpy/files/mips64n32}/config.h (100%)
 rename meta/recipes-devtools/{python/python-numpy/arm => python-numpy/files/mipsel}/config.h (100%)
 rename meta/recipes-devtools/{python/python-numpy/arm => python-numpy/files/mipsel}/numpyconfig.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/powerpc/_numpyconfig.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/powerpc/config.h (100%)
 rename meta/recipes-devtools/{python/python-numpy/mips64 => python-numpy/files/powerpc64}/_numpyconfig.h (100%)
 rename meta/recipes-devtools/{python/python-numpy/aarch64 => python-numpy/files/powerpc64}/config.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/remove-build-path-in-comments.patch (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/x86-64/_numpyconfig.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/x86-64/config.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/x86/config.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/x86/numpyconfig.h (100%)
 rename meta/recipes-devtools/{python => python-numpy}/python-numpy_1.10.4.bb (98%)
 delete mode 100644 meta/recipes-devtools/python/python-native/12-distutils-prefix-is-inside-staging-area.patch
 create mode 100644 meta/recipes-devtools/python/python/0001-distutils-set-the-prefix-to-be-inside-staging-direct.patch
 copy meta/recipes-devtools/python/{python-mako_1.0.3.bb => python3-mako_1.0.3.bb} (82%)
 copy meta/recipes-devtools/python/{python-nose_1.3.7.bb => python3-nose_1.3.7.bb} (90%)
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/0001-Set-xattrs-after-setting-times.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/libarchive-CVE-2013-0211.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/libarchive-CVE-2015-2304.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/mkdir.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/pkgconfig.patch
 rename meta/recipes-extended/libarchive/{libarchive_3.1.2.bb => libarchive_3.2.0.bb} (83%)
 create mode 100644 meta/recipes-extended/unzip/unzip/fix-security-format.patch
 rename meta/recipes-multimedia/libpng/{libpng_1.6.21.bb => libpng_1.6.22.bb} (66%)

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


More information about the Openembedded-commits mailing list