[oe-commits] [openembedded-core] branch master-next updated (f392521 -> e1bb8e8)

git at git.openembedded.org git at git.openembedded.org
Tue Jun 5 08:55:46 UTC 2018


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 f392521  cpan_build.bbclass: tell Module::Build the replacement
 discard 6ccfeb2  cpan_build.bbclass: adopt to recent EU::MM
     new 3c83a5e  openssh: drop sshd support for DSA host keys
     new f6ce897  dropbear: drop obsolete patch 0004-fix-2kb-keys.patch
     new 38b30d0  toolchain-scripts: retab file
     new 2c1b016  toolchain-scripts: allow non-sh post-relocate
     new 2ed6d13  toolchain-scripts: print post-relocate error
     new 8b2eb40  toolchain-scripts: pass env to post-relocate
     new 8496b69  meson: handle exe wrappers
     new e1bb8e8  meson: enable nativesdk

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   (f392521)
            \
             N -- N -- N   refs/heads/master-next (e1bb8e8)

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 8 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/classes/cpan.bbclass                          |   3 +-
 meta/classes/cpan_build.bbclass                    |   2 +-
 meta/classes/toolchain-scripts.bbclass             |  30 +-
 .../openssh/openssh/sshd_check_keys                |   8 -
 .../openssh/openssh/sshd_config                    |   1 -
 meta/recipes-connectivity/openssh/openssh_7.7p1.bb |   1 -
 meta/recipes-core/dropbear/dropbear.inc            |   1 -
 .../dropbear/dropbear/0004-fix-2kb-keys.patch      |  19 -
 meta/recipes-core/meta/meta-environment.bb         |   2 +-
 .../meson/{meson_0.46.1.bb => meson.inc}           |   7 +-
 ...0004-Prettifying-some-output-with-pathlib.patch | 188 +++++
 ...on-command-to-use-when-we-know-what-it-is.patch | 851 +++++++++++++++++++++
 meta/recipes-devtools/meson/meson/meson-setup.py   |  62 ++
 meta/recipes-devtools/meson/meson/meson-wrapper    |  14 +
 meta/recipes-devtools/meson/meson_0.46.1.bb        |  20 +-
 .../meson/nativesdk-meson_0.46.1.bb                |  74 ++
 16 files changed, 1223 insertions(+), 60 deletions(-)
 delete mode 100644 meta/recipes-core/dropbear/dropbear/0004-fix-2kb-keys.patch
 copy meta/recipes-devtools/meson/{meson_0.46.1.bb => meson.inc} (82%)
 create mode 100644 meta/recipes-devtools/meson/meson/0004-Prettifying-some-output-with-pathlib.patch
 create mode 100644 meta/recipes-devtools/meson/meson/0005-Set-the-meson-command-to-use-when-we-know-what-it-is.patch
 create mode 100755 meta/recipes-devtools/meson/meson/meson-setup.py
 create mode 100755 meta/recipes-devtools/meson/meson/meson-wrapper
 create mode 100644 meta/recipes-devtools/meson/nativesdk-meson_0.46.1.bb

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


More information about the Openembedded-commits mailing list