[oe-commits] [openembedded-core] branch master-next updated (da60849 -> 0faf3ec)

git at git.openembedded.org git at git.openembedded.org
Tue Aug 8 15:39:27 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.

 discard da60849  libinput: Upgrade 1.7.3 -> 1.8.1
 discard 345672a  devtool: fix handling of errors during task execution
 discard c5dd54f  bitbake.conf: whitelist BB_SERVER_TIMEOUT from config hash
 discard 7d37bc8  terminal: wait for terminal task to finish before procedding
 discard 062d522  Revert "cml1.bbclass: wait until menuconfig terminal finishes"
 discard 724a0cf  sstatetests: limit the number of signature comparisons when differ
     new da7bc68  Revert "cml1.bbclass: wait until menuconfig terminal finishes"
     new 5570740  terminal: wait for terminal task to finish before procedding
     new a686fca  bitbake.conf: whitelist BB_SERVER_TIMEOUT from config hash
     new 65e6443  devtool: fix handling of errors during task execution
     new d314f3d  libinput: Upgrade 1.7.3 -> 1.8.1
     new 6b38ffb  ossp-uuid, libffi, libgcrypt: Pass --tag=CC option to libtool
     new e2eb184  libproxy: Remove PIE flags from SECURITY_PIE_CFLAGS
     new e8c1313  libsdl: Pass --tag option to libtool invocation
     new 0f4341f  kexec-tools: Remove -fPIE -pie from SECURITY_PIE_CFLAGS
     new 12ffce3  go: Remove -fPIE -pie from SECURITY_PIE_CFLAGS
     new ee54c74  python3-pycairo: Pass -fPIC via CFLAGS
     new b4ac481  webkitgtk: Do not use -isystem forcibly
     new ce1dd7c  gettext.bbclass: also search for files in target sysroot
     new 524bd15  libpng: upgrade to 1.6.31
     new 89084f5  automake: Add missing libtool tag for cppasm language
     new 504731d  initramfs-framework/setup-live: remove superfluous break
     new ce7c057  chrpath: use https for SRC_URI
     new 67e2c65  x86-base.inc: enable live image type
     new 7db78bc  gtk+3: 3.22.16 -> 3.22.17
     new 756756e  gtk-icon-utils-native: 3.22.16 -> 3.22.17
     new 33a8251  package_manager: Fix support for NO_RECOMMENDATONS
     new 8dc3732  devtool: sdk-update: fix pulling updates from git
     new d2ad538  scripts/oe-publish-sdk: use hook to call git update-server-info
     new 4bddc00  action: new bitbake-layer plugin to create a simple layer
     new 43bc7cf  mesa: Use chrpath to delete rpaths
     new 4dce5d4  mesa: Depend on llvm-native
     new 1132f79  mesa, llvm: Use native version of llvm-config
     new 52e01b5  llvm: Raise SkipRecipe exception for unsupported architectures
     new 0faf3ec  checkpkg_exceptions: add LLVM

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (da60849)
            \
             N -- N -- N   refs/heads/master-next (0faf3ec)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 29 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/gettext.bbclass                       |   5 +
 meta/conf/machine/include/x86-base.inc             |   3 +-
 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/oeqa/selftest/cases/sstatetests.py        |  40 ++---
 .../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/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 +-
 ...-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 +-
 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/oe-publish-sdk                             |   4 +-
 32 files changed, 485 insertions(+), 58 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%)
 create mode 100644 meta/recipes-graphics/libsdl/libsdl-1.2.15/0001-build-Pass-tag-CC-explictly-when-using-libtool.patch
 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