[oe-commits] [openembedded-core] branch master-next updated (b746223 -> 96a603b)

git at git.openembedded.org git at git.openembedded.org
Mon May 30 21:59:32 UTC 2016


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

      from  b746223   linux-yocto/4.1: fix musb compilation error
       new  d780642   lib/oe/recipeutils: split out patch_recipe_lines()
       new  fb2bb50   lib/oe/recipeutils: patch_recipe_lines: allow omitting trailing newlines
       new  c33ba6c   lib/oe/recipeutils: fix insertion of variable values
       new  91fc35f   recipetool: create: support extracting SUMMARY and HOMEPAGE
       new  19e6b66   recipetool: create: extract variable values from .deb/.ipk/.rpm
       new  13bc243   recipetool: create: use ${BP} for subdir for binary packages
       new  000480c   recipetool / devtool: set a fixed SRCREV by default when fetching from git
       new  8834e81   python-native, python3-native: remove the use of exported HOST_SYS and BUILD_SYS variables
       new  5a149a0   distutils-native-base.bbclass, distutils3-native-base.bbclass: remove
       new  3891fce   python3-dir.bbclass: add a separate class for Python 3
       new  e0c7584   default-versions.inc: drop python-related defaults
       new  79a98af   sip.bbclass: remove
       new  36e9ed8   avahi-ui: remove support for building a python module
       new  15c1ca5   bind: switch Python dependency to Python 3.x
       new  6484092   python-dbus: update to 1.2.4, port to python 3
       new  647050a   python3: manipulate all of the config*/Makefile files, not just config/Makefile
       new  79b9078   python3: drop 110-enable-zlib.patch
       new  8bad2b5   glib: move to Python 3
       new  18751c8   dbus-test: remove unneeded pygobject dependency
       new  25e930d   python-pygobject: port to Python 3
       new  86144f8   neard: do not package python test scripts
       new  502d1a2   bluez5: switch to Python 3
       new  4fe523d   connman: do not install Python test scripts
       new  c739a5a   ofono: drop the custom-made revert to Python 2 from Python 3
       new  f75bb8a   packagegroup-core-full-cmdline: drop python-dbus from the list of services
       new  3dc1973   nfs-utils: switch to Python 3
       new  3e4d689   systemd: drop python dependency for ptests
       new  76e5edc   util-linux: move to Python 3
       new  9b27d55   python-pycairo: move to Python 3
       new  6861112   bootchart2: move to Python 3
       new  ebb1fe7   gdb: move to Python 3
       new  9b9e4e0   git: remove Python package (to which nothing was packaged)
       new  56d800a   qemu: remove runtime python dependency
       new  2349d72   subversion: remove unnecessary python dependency
       new  06a0d0e   swig: move to Python 3
       new  e409d07   python-pyrex: remove unused recipe
       new  225955c   python-imaging: remove unused recipe
       new  4d3dd22   python-docutils: move to Python 3
       new  0fd224c   cracklib: disable building the python module
       new  fc071a3   libuser: move to Python 3
       new  76ff0e7   libnewt-python: move to Python 3
       new  fedec57   gnome-doc-utils: remove recipe
       new  f31fa40   lttng-tools: move to Python 3
       new  c32e9e2   lttng-ust: move to Python 3
       new  3c76603   systemtap: move to Python 3
       new  d5616eb   libcap-ng: move to Python 3
       new  d6c7cdd   hwlatdetect: move to Python 3
       new  d901619   python3-mako: add a Python 3 recipe
       new  9da995a   python3-nose: add a recipe
       new  6e4c3ce   python3: add = to -L linking option only when the path is absolute
       new  5fa809e   python-numpy: move recipe to own directory
       new  619ac7b   python3-numpy: add a recipe
       new  afcbdd9   libarchive: Upgrade to v3.2.0
       new  dba4bd4   unzip: fix security issues
       new  88ce12f   libpng: update to 1.6.22
       new  030a29a   bluez5: update to 5.40
       new  12518ed   insane: return line-feeds to qa.log
       new  ecc4c24   perl-ptest.inc: fix tar call to prevent objcopy failure
       new  96a603b   package.bbclass: fix strip and split logic

The 59 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/sip.bbclass                           |   61 -
 meta/conf/distro/include/default-versions.inc      |    5 -
 meta/conf/distro/include/distro_alias.inc          |    2 -
 meta/conf/distro/include/security_flags.inc        |    2 -
 meta/lib/oe/recipeutils.py                         |   40 +-
 meta/lib/oeqa/selftest/devtool.py                  |    6 +-
 meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb |   11 +-
 meta/recipes-connectivity/bind/bind_9.10.3-P3.bb   |    4 +-
 meta/recipes-connectivity/bluez5/bluez5.inc        |    6 +-
 .../bluez5/{bluez5_5.39.bb => bluez5_5.40.bb}      |    4 +-
 meta/recipes-connectivity/connman/connman.inc      |    6 +-
 meta/recipes-connectivity/neard/neard_0.15.bb      |   13 +-
 .../nfs-utils/nfs-utils_1.3.3.bb                   |    6 +-
 meta/recipes-connectivity/ofono/ofono.inc          |    6 +-
 .../ofono/Revert-test-Convert-to-Python-3.patch    | 1270 --------------------
 meta/recipes-connectivity/ofono/ofono_1.17.bb      |    1 -
 meta/recipes-core/dbus/dbus-test_1.10.6.bb         |    2 +-
 meta/recipes-core/glib-2.0/glib.inc                |   11 +-
 meta/recipes-core/libxml/libxml2_2.9.3.bb          |    2 -
 meta/recipes-core/systemd/systemd_229.bb           |    2 +-
 meta/recipes-core/util-linux/util-linux.inc        |   11 +-
 .../bootchart2/bootchart2_0.14.8.bb                |   16 +-
 meta/recipes-devtools/gdb/gdb-common.inc           |    2 +-
 meta/recipes-devtools/gdb/gdb-cross-canadian.inc   |   12 +-
 meta/recipes-devtools/gdb/gdb-cross.inc            |    6 +-
 meta/recipes-devtools/gdb/gdb_7.11.bb              |    6 +-
 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 -
 .../python3-numpy_1.10.4.bb}                       |   45 +-
 ...ing-setup.py-force-paths-for-zlib-freetyp.patch |   55 -
 .../allow.to.disable.some.features.patch           |   65 -
 .../python-imaging/fix-freetype-includes.patch     |   30 -
 .../python/python-imaging_1.1.7.bb                 |   45 -
 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                |   41 -
 .../python/python-pyrex-native_0.9.9.bb            |    5 -
 .../python-pyrex/pyrex-fix-optimized-mode.patch    |   15 -
 meta/recipes-devtools/python/python-pyrex_0.9.9.bb |   22 -
 ...et-the-prefix-to-be-inside-staging-direct.patch |   51 +
 ...{python-dbus_1.2.0.bb => python3-dbus_1.2.4.bb} |   22 +-
 ...n-docutils_0.12.bb => python3-docutils_0.12.bb} |    4 +-
 ...{python-mako_1.0.3.bb => python3-mako_1.0.3.bb} |    8 +-
 .../python/python3-native_3.5.1.bb                 |    3 -
 ...{python-nose_1.3.7.bb => python3-nose_1.3.7.bb} |    6 +-
 .../python/python3-pycairo_1.10.0.bb               |   40 +
 ...c-add-sysroot-path-to-GI_DATADIR-don-t-se.patch |    0
 ...bject_3.18.2.bb => python3-pygobject_3.18.2.bb} |    8 +-
 .../python/python3/110-enable-zlib.patch           |   21 -
 ...2-distutils-prefix-is-inside-staging-area.patch |   49 +-
 .../python/python3/unixccompiler.patch             |    6 +-
 meta/recipes-devtools/python/python3_3.5.1.bb      |    8 +-
 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-devtools/swig/swig.inc                |    7 +-
 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/libuser/libuser_0.62.bb      |    8 +-
 .../newt/libnewt-python_0.52.18.bb                 |    6 +-
 meta/recipes-extended/newt/libnewt_0.52.18.bb      |    3 -
 .../packagegroup-core-full-cmdline.bb              |    1 -
 .../unzip/unzip/fix-security-format.patch          |  139 +++
 meta/recipes-extended/unzip/unzip_6.0.bb           |    1 +
 meta/recipes-gnome/epiphany/epiphany_3.18.4.bb     |    1 -
 .../gnome-desktop/gnome-desktop3_3.18.2.bb         |    2 +-
 meta/recipes-gnome/gnome/gnome-doc-utils.inc       |   29 -
 .../gnome-doc-utils/sysrooted-pkg-config.patch     |   35 -
 .../use-usr-bin-env-for-python-in-xml2po.patch     |   30 -
 .../gnome/gnome-doc-utils/xsltproc_nonet.patch     |   95 --
 .../recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb |   12 -
 .../gobject-introspection_1.46.0.bb                |    2 -
 ...d-look-for-python-3.0-when-building-pytho.patch |   30 -
 meta/recipes-kernel/lttng/lttng-tools_git.bb       |    7 +-
 meta/recipes-kernel/lttng/lttng-ust_git.bb         |    9 +-
 meta/recipes-kernel/perf/perf.bb                   |    2 -
 meta/recipes-kernel/systemtap/systemtap_git.bb     |    5 +-
 .../libpng/{libpng_1.6.21.bb => libpng_1.6.22.bb}  |    8 +-
 meta/recipes-rt/rt-tests/hwlatdetect_0.96.bb       |    5 +-
 meta/recipes-support/libcap-ng/libcap-ng_0.7.7.bb  |   12 +-
 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 +-
 131 files changed, 611 insertions(+), 2629 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%)
 delete mode 100644 meta/recipes-connectivity/ofono/ofono/Revert-test-Convert-to-Python-3.patch
 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%)
 copy meta/recipes-devtools/{python => python-numpy}/python-numpy_1.10.4.bb (98%)
 rename meta/recipes-devtools/{python/python-numpy_1.10.4.bb => python-numpy/python3-numpy_1.10.4.bb} (69%)
 delete mode 100644 meta/recipes-devtools/python/python-imaging/0001-python-imaging-setup.py-force-paths-for-zlib-freetyp.patch
 delete mode 100644 meta/recipes-devtools/python/python-imaging/allow.to.disable.some.features.patch
 delete mode 100644 meta/recipes-devtools/python/python-imaging/fix-freetype-includes.patch
 delete mode 100644 meta/recipes-devtools/python/python-imaging_1.1.7.bb
 delete mode 100644 meta/recipes-devtools/python/python-native/12-distutils-prefix-is-inside-staging-area.patch
 delete mode 100644 meta/recipes-devtools/python/python-pycairo_1.10.0.bb
 delete mode 100644 meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb
 delete mode 100644 meta/recipes-devtools/python/python-pyrex/pyrex-fix-optimized-mode.patch
 delete mode 100644 meta/recipes-devtools/python/python-pyrex_0.9.9.bb
 create mode 100644 meta/recipes-devtools/python/python/0001-distutils-set-the-prefix-to-be-inside-staging-direct.patch
 rename meta/recipes-devtools/python/{python-dbus_1.2.0.bb => python3-dbus_1.2.4.bb} (53%)
 rename meta/recipes-devtools/python/{python-docutils_0.12.bb => python3-docutils_0.12.bb} (92%)
 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%)
 create mode 100644 meta/recipes-devtools/python/python3-pycairo_1.10.0.bb
 rename meta/recipes-devtools/python/{python-pygobject => python3-pygobject}/0001-configure.ac-add-sysroot-path-to-GI_DATADIR-don-t-se.patch (100%)
 rename meta/recipes-devtools/python/{python-pygobject_3.18.2.bb => python3-pygobject_3.18.2.bb} (72%)
 delete mode 100644 meta/recipes-devtools/python/python3/110-enable-zlib.patch
 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
 delete mode 100644 meta/recipes-gnome/gnome/gnome-doc-utils.inc
 delete mode 100644 meta/recipes-gnome/gnome/gnome-doc-utils/sysrooted-pkg-config.patch
 delete mode 100644 meta/recipes-gnome/gnome/gnome-doc-utils/use-usr-bin-env-for-python-in-xml2po.patch
 delete mode 100644 meta/recipes-gnome/gnome/gnome-doc-utils/xsltproc_nonet.patch
 delete mode 100644 meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb
 delete mode 100644 meta/recipes-kernel/lttng/lttng-tools/Revert-Build-look-for-python-3.0-when-building-pytho.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