[oe-commits] [openembedded-core] branch master updated (a5bb13a -> df7f522)

git at git.openembedded.org git at git.openembedded.org
Wed Aug 9 08:38:48 UTC 2017


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

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

    from a5bb13a  python: don't include -tests with modules
     add 199b1ed  librsvg: 2.40.17 -> 2.40.18
     add aec9a15  qemux86 qemux86-64: Enable pci
     add f31461f  diffstat: use HTTP mirror for SRC_URI
     add 5cc53ea  diffstat: exclude aclocal
     add 5dd65cf  sstatetests: Use python function instead of bitbake-diffsigs script
     add da7bc68  Revert "cml1.bbclass: wait until menuconfig terminal finishes"
     add 5570740  terminal: wait for terminal task to finish before procedding
     add a686fca  bitbake.conf: whitelist BB_SERVER_TIMEOUT from config hash
     add 65e6443  devtool: fix handling of errors during task execution
     new 0505075  ossp-uuid, libffi, libgcrypt: Pass --tag=CC option to libtool
     new 8c8c01f  libproxy: Remove PIE flags from SECURITY_PIE_CFLAGS
     new 33ab086  libsdl: Pass --tag option to libtool invocation
     new 7685bac  kexec-tools: Remove -fPIE -pie from SECURITY_PIE_CFLAGS
     new bb89849  go: Remove -fPIE -pie from SECURITY_PIE_CFLAGS
     new 058b155  python3-pycairo: Pass -fPIC via CFLAGS
     new a0f2d13  webkitgtk: Do not use -isystem forcibly
     new ebb706f  gettext.bbclass: also search for files in target sysroot
     new 8319dce  libpng: upgrade to 1.6.31
     new 519c34a  automake: Add missing libtool tag for cppasm language
     new 4f109da  initramfs-framework/setup-live: remove superfluous break
     new e681e25  chrpath: use https for SRC_URI
     new c787dcd  x86-base.inc: enable live image type
     new ceb77b2  gtk+3: 3.22.16 -> 3.22.17
     new 1e0cf88  gtk-icon-utils-native: 3.22.16 -> 3.22.17
     new 1849ce3  package_manager: Fix support for NO_RECOMMENDATONS
     new 0dcdb14  devtool: sdk-update: fix pulling updates from git
     new 0a8ae99  scripts/oe-publish-sdk: use hook to call git update-server-info
     new 2bd1dc2  action: new bitbake-layer plugin to create a simple layer
     new 1882726  mesa: Use chrpath to delete rpaths
     new 0aadad6  mesa: Depend on llvm-native
     new 1c4444f  mesa, llvm: Use native version of llvm-config
     new d796aba  llvm: Raise SkipRecipe exception for unsupported architectures
     new 91d1664  checkpkg_exceptions: add LLVM
     new df7f522  libinput: Upgrade 1.7.3 -> 1.8.1

The 25 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-selftest/files/distrodata/checkpkg_exceptions |   1 +
 meta/classes/cml1.bbclass                          |  22 +--
 meta/classes/gettext.bbclass                       |   5 +
 meta/conf/bitbake.conf                             |   2 +-
 meta/conf/machine/include/x86-base.inc             |   3 +-
 meta/conf/machine/qemux86-64.conf                  |   2 +-
 meta/conf/machine/qemux86.conf                     |   2 +-
 meta/lib/bblayers/create.py                        |  66 ++++++++
 meta/lib/bblayers/templates/README                 |  41 +++++
 meta/lib/bblayers/templates/example.bb             |  11 ++
 meta/lib/bblayers/templates/layer.conf             |  10 ++
 meta/lib/oe/package_manager.py                     |   2 +-
 meta/lib/oe/terminal.py                            |  58 +++----
 meta/lib/oeqa/selftest/cases/sstatetests.py        |  10 +-
 .../initrdscripts/initramfs-framework/setup-live   |   2 -
 ...utomake-Add-default-libtool_tag-to-cppasm.patch |  27 ++++
 meta/recipes-devtools/automake/automake_1.15.1.bb  |   1 +
 meta/recipes-devtools/chrpath/chrpath_0.16.bb      |   2 +-
 meta/recipes-devtools/diffstat/diffstat_1.61.bb    |  11 +-
 meta/recipes-devtools/go/go_1.8.bb                 |   1 +
 meta/recipes-devtools/llvm/llvm_git.bb             |  19 +--
 .../ossp-uuid/ossp-uuid/libtool-tag.patch          |  21 +++
 meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb |   2 +
 .../python/python3-pycairo_1.10.0.bb               |   2 +
 .../gtk+/{gtk+3_3.22.16.bb => gtk+3_3.22.17.bb}    |   4 +-
 ...3.22.16.bb => gtk-icon-utils-native_3.22.17.bb} |   4 +-
 .../{librsvg_2.40.17.bb => librsvg_2.40.18.bb}     |   4 +-
 ...-Pass-tag-CC-explictly-when-using-libtool.patch |  73 +++++++++
 meta/recipes-graphics/libsdl/libsdl_1.2.15.bb      |   1 +
 meta/recipes-graphics/mesa/mesa.inc                |  13 +-
 .../0001-tools-Fix-race-in-autotools-install.patch |  37 +++++
 .../{libinput_1.7.3.bb => libinput_1.8.1.bb}       |  17 ++-
 meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb    |   2 +
 .../libpng/{libpng_1.6.29.bb => libpng_1.6.31.bb}  |   8 +-
 ...bKitMacros-Append-to-I-and-not-to-isystem.patch | 170 +++++++++++++++++++++
 meta/recipes-sato/webkit/webkitgtk_2.16.6.bb       |   1 +
 meta/recipes-support/libffi/libffi_3.2.1.bb        |   3 +-
 meta/recipes-support/libgcrypt/libgcrypt_1.7.8.bb  |   1 +
 meta/recipes-support/libproxy/libproxy_0.4.14.bb   |   1 +
 scripts/lib/devtool/sdk.py                         |   2 +-
 scripts/lib/devtool/standard.py                    |  10 ++
 scripts/oe-publish-sdk                             |   4 +-
 42 files changed, 576 insertions(+), 102 deletions(-)
 create mode 100644 meta/lib/bblayers/create.py
 create mode 100644 meta/lib/bblayers/templates/README
 create mode 100644 meta/lib/bblayers/templates/example.bb
 create mode 100644 meta/lib/bblayers/templates/layer.conf
 create mode 100644 meta/recipes-devtools/automake/automake/0001-automake-Add-default-libtool_tag-to-cppasm.patch
 create mode 100644 meta/recipes-devtools/ossp-uuid/ossp-uuid/libtool-tag.patch
 rename meta/recipes-gnome/gtk+/{gtk+3_3.22.16.bb => gtk+3_3.22.17.bb} (84%)
 rename meta/recipes-gnome/gtk+/{gtk-icon-utils-native_3.22.16.bb => gtk-icon-utils-native_3.22.17.bb} (94%)
 rename meta/recipes-gnome/librsvg/{librsvg_2.40.17.bb => librsvg_2.40.18.bb} (91%)
 create mode 100644 meta/recipes-graphics/libsdl/libsdl-1.2.15/0001-build-Pass-tag-CC-explictly-when-using-libtool.patch
 create mode 100644 meta/recipes-graphics/wayland/libinput/0001-tools-Fix-race-in-autotools-install.patch
 rename meta/recipes-graphics/wayland/{libinput_1.7.3.bb => libinput_1.8.1.bb} (54%)
 rename meta/recipes-multimedia/libpng/{libpng_1.6.29.bb => libpng_1.6.31.bb} (72%)
 create mode 100644 meta/recipes-sato/webkit/webkitgtk/0001-WebKitMacros-Append-to-I-and-not-to-isystem.patch

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


More information about the Openembedded-commits mailing list