[oe-commits] [meta-openembedded] branch master-next updated (39fda74 -> e2133a4)

git at git.openembedded.org git at git.openembedded.org
Sat Oct 26 09:45:43 UTC 2019


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

khem pushed a change to branch master-next
in repository meta-openembedded.

 discard 39fda74  open-vm-tools: Fix build by removing deprecated G_INLINE_FUNC
 discard 37c04fe  mycroft: Fixup remaining issues
 discard f4d5fe6  s-suite: push SRCREV to version 3.6
 discard 887d5f9  xorriso: upgrade 1.4.0 -> 1.5.0
 discard 153ed8e  f2fs-tools: upgrade 1.11.0 -> 1.13.0
 discard 3ce330f  fuse3: upgrade 3.6.2 -> 3.7.0
 discard ed569e1  simple-mtpfs: upgrade to 0.3.0.
 discard 91ad8be  owfs: upgrade 3.2p2 -> 3.2p3
 discard a6ab6a2  Python: ujson: Clarify BSD license variant
 discard 8138c83  Python: pyusb: Clarify BSD license variant
 discard 06d0ac4  Python: pyhamcrest: Clarify BSD license variant
 discard 3f6edfa  Python: psutil: Clarify BSD license variant
 discard d998944  Python: oauthlib: Clarify BSD license variant
 discard 0c61ef1  Python: flask scrypt: Clarify BSD license variant
 discard 9aae4db  Python: ndg httpsclient: Clarify BSD license variant
 discard b1eeacc  Python: jsonpatch: Clarify BSD license variant
 discard 3515ce0  Python: flask bcrypt: Clarify BSD license variant
 discard a287e09  Python: dnspython: Clarify BSD license variant
 discard 9aded93  Python: markdown: Clarify BSD license variant
 discard 5523183  Python: xxhash: Clarify BSD license variant
 discard 119d437  Python: jsonpointer: Clarify BSD license variant
 discard 671bef7  Python: flask user: Clarify BSD license variant
 discard eec367a  Python: babel: Clarify BSD license variant
 discard 3eee0ad  libgusb: initial add 0.3.0+
 discard 306d75e  libsigc++-3: initial add 3.0.0
 discard 79bc00a  glibmm: upgrade 2.60.0 -> 2.62.0
 discard caf6ebf  zenity: pretify recipe a bit
     new 64a18e7  glibmm: upgrade 2.60.0 -> 2.62.0
     new 3245b8d  libsigc++-3: initial add 3.0.0
     new e9763b9  libgusb: initial add 0.3.0+
     new 4d759a3  Python: babel: Clarify BSD license variant
     new 4bbfadc  Python: flask user: Clarify BSD license variant
     new 7ba62cd  Python: jsonpointer: Clarify BSD license variant
     new 9376fd7  Python: xxhash: Clarify BSD license variant
     new 864eba7  Python: markdown: Clarify BSD license variant
     new fa43a10  Python: dnspython: Clarify BSD license variant
     new e46867f  Python: flask bcrypt: Clarify BSD license variant
     new 92b78dc  Python: jsonpatch: Clarify BSD license variant
     new d2d53a4  Python: ndg httpsclient: Clarify BSD license variant
     new 2fa4579  Python: flask scrypt: Clarify BSD license variant
     new 0c014da  Python: oauthlib: Clarify BSD license variant
     new a6493ab  Python: psutil: Clarify BSD license variant
     new 07ae179  Python: pyhamcrest: Clarify BSD license variant
     new a0d0dbe  Python: pyusb: Clarify BSD license variant
     new fe6a574  Python: ujson: Clarify BSD license variant
     new e8e6519  owfs: upgrade 3.2p2 -> 3.2p3
     new 493fd81  simple-mtpfs: upgrade to 0.3.0.
     new 1443826  fuse3: upgrade 3.6.2 -> 3.7.0
     new 0d7a2b1  f2fs-tools: upgrade 1.11.0 -> 1.13.0
     new 6aa27fe  xorriso: upgrade 1.4.0 -> 1.5.0
     new b123e01  s-suite: push SRCREV to version 3.6
     new 7f8b94f  mycroft: Fixup remaining issues
     new accb14c  open-vm-tools: Fix build by removing deprecated G_INLINE_FUNC
     new e4a6bdc  colord: initial add 1.4.4
     new 322033d  gnome-help.bbclass: Handle gnome-help files with new distro feature 'helpfiles'
     new d0f0dff  zenity: rework recipe
     new e2133a4  colord-gtk: initial add 0.2.0

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   (39fda74)
            \
             N -- N -- N   refs/heads/master-next (e2133a4)

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 30 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-gnome/classes/gnome-help.bbclass              |  69 +++++++++
 meta-gnome/conf/layer.conf                         |   3 +
 .../zenity/0001-build-don-t-generate-manual.patch  |  50 -------
 meta-gnome/recipes-gnome/zenity/zenity_3.32.0.bb   |  11 +-
 .../recipes-support/colord-gtk/colord-gtk_0.2.0.bb |  21 +++
 meta-oe/recipes-support/colord/colord-native.bb    |  64 ++++++++
 ...nction-cd_icc_create_from_edid-to-avoid-u.patch | 166 +++++++++++++++++++++
 .../recipes-support/colord/colord-native/Makefile  |  48 ++++++
 meta-oe/recipes-support/colord/colord.bb           |  45 ++++++
 meta-oe/recipes-support/colord/colord.inc          |  13 ++
 ...0001-Run-native-cd_idt8-cd_create_profile.patch |  59 ++++++++
 11 files changed, 493 insertions(+), 56 deletions(-)
 create mode 100644 meta-gnome/classes/gnome-help.bbclass
 delete mode 100644 meta-gnome/recipes-gnome/zenity/zenity/0001-build-don-t-generate-manual.patch
 create mode 100644 meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb
 create mode 100644 meta-oe/recipes-support/colord/colord-native.bb
 create mode 100644 meta-oe/recipes-support/colord/colord-native/0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch
 create mode 100644 meta-oe/recipes-support/colord/colord-native/Makefile
 create mode 100644 meta-oe/recipes-support/colord/colord.bb
 create mode 100644 meta-oe/recipes-support/colord/colord.inc
 create mode 100644 meta-oe/recipes-support/colord/colord/0001-Run-native-cd_idt8-cd_create_profile.patch

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


More information about the Openembedded-commits mailing list