[oe-commits] [openembedded-core] branch master-next updated (5ff2c60 -> 8485438)

git at git.openembedded.org git at git.openembedded.org
Fri Jan 26 13:11:10 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 5ff2c60  liburi-perl: upgrade 1.72 -> 1.73
 discard 2d484ca  curl: 7.54.1 -> 7.57.0
 discard 46c9c65  atk: upgrade to version 2.26.1
 discard b39fe56  gtk-icon-utils-native: upgrade to version 3.22.26
 discard cecb470  gtk+3: upgrade to version 3.22.26
 discard 8f7eb6b  gtk+: upgrade to version 2.24.32
 discard 5ad673a  vte: upgrade to version 0.50.2
 discard 15d2d84  sqlite3: upgrade to version 3.22.0
 discard 868dbe7  puzzles: upgrade to latest commit
 discard e313da1  libtasn1: upgrade to version 4.13
 discard 39a849c  ofono: upgrade to version 1.22
 discard 03d764f  freetype: upgrade to version 2.9
 discard 0eba0ab  glibc-locale.inc: avoid duplicate packages
 discard 6bba0a6  ruby: fix typo in gmp PACKAGECONFIG option
 discard 04f1cd6  nspr: update to 4.18
 discard 431f924  tzdata: update to 2018b
 discard 8102252  tzcode-native: update to 2018b
 discard f3decfd  mesa: link mesautil with pthreads
 discard ea26ab2  gnupg: add a patch to avoid native vs. host gpg-agent clashes
 discard d2d972e  json-glib: fix meson flags for introspection and documentation
 discard 78d9fe5  package_rpm: correctly handle LICENSE_${PN}
 discard 1ff35fb  gettext: beat library detection into shape
 discard 5987e95  Revert "gettext: fix PACKAGECONFIGs"
 discard 09fe451  pigz: merge bb/inc
 discard 33dcdb5  gettext: fix PACKAGECONFIGs
 discard c3074fa  wic: argparse now used for help functionality.
 discard d8243c4  testimage: enable gi test suite
 discard 497a95b  oeqa/runtime: add gobject-introspection test
     add 7703c74  pigz: merge bb/inc
     add 42e0de3  package_rpm: correctly handle LICENSE_${PN}
     add e71ecc6  json-glib: fix meson flags for introspection and documentation
     add 04f6e01  gnupg: add a patch to avoid native vs. host gpg-agent clashes
     add f878741  mesa: link mesautil with pthreads
     add cd50868  nspr: update to 4.18
     add 9fb931b  ruby: fix typo in gmp PACKAGECONFIG option
     add 9d0f0fa  glibc-locale.inc: avoid duplicate packages
     add 5545685  freetype: upgrade to version 2.9
     add 7f96371  ofono: upgrade to version 1.22
     add 2e42ce2  libtasn1: upgrade to version 4.13
     add f93e26f  puzzles: upgrade to latest commit
     add fff2409  sqlite3: upgrade to version 3.22.0
     add 9b1e000  vte: upgrade to version 0.50.2
     add d7e2285  gtk+: upgrade to version 2.24.32
     add 67440b2  gtk+3: upgrade to version 3.22.26
     add 8334eae  gtk-icon-utils-native: upgrade to version 3.22.26
     add 88708a9  atk: upgrade to version 2.26.1
     add 215d567  curl: 7.54.1 -> 7.57.0
     add 35141b5  liburi-perl: upgrade 1.72 -> 1.73
     add aae1131  tzcode: update to 2018c
     add 9792795  tzdata: update to 2018c
     add b5e9402  net-tools: change a '=' to '+='
     add 8485438  gstreamer1.0: add a patch to further fix up the documentation generation

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   (5ff2c60)
            \
             N -- N -- N   refs/heads/master-next (8485438)

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.

No new revisions were added by this update.

Summary of changes:
 meta/classes/testimage.bbclass                     |    8 +-
 meta/lib/oeqa/runtime/cases/gi.py                  |   15 -
 meta/lib/oeqa/selftest/cases/wic.py                |   58 +-
 .../gettext/gettext-0.19.8.1/use-pkgconfig.patch   |  321 ------
 meta/recipes-core/gettext/gettext_0.19.8.1.bb      |    9 +-
 .../net-tools/net-tools_1.60-26.bb                 |    2 +-
 .../files/0001-Fix-Makefile-quoting-bug.patch      |  174 ++++
 .../files/0002-Port-zdump-to-C90-snprintf.patch    |  115 +++
 ...code-native_2018b.bb => tzcode-native_2018c.bb} |    8 +-
 .../tzdata/{tzdata_2018b.bb => tzdata_2018c.bb}    |    4 +-
 ...inloader.c-when-env-var-is-set-do-not-fal.patch |   35 +
 meta/recipes-multimedia/gstreamer/gstreamer1.0.inc |    1 +
 scripts/lib/wic/engine.py                          |   87 +-
 scripts/lib/wic/help.py                            | 1080 ++++++++++++++++++--
 scripts/wic                                        |  168 ++-
 15 files changed, 1463 insertions(+), 622 deletions(-)
 delete mode 100644 meta/lib/oeqa/runtime/cases/gi.py
 delete mode 100644 meta/recipes-core/gettext/gettext-0.19.8.1/use-pkgconfig.patch
 create mode 100644 meta/recipes-extended/tzcode/files/0001-Fix-Makefile-quoting-bug.patch
 create mode 100644 meta/recipes-extended/tzcode/files/0002-Port-zdump-to-C90-snprintf.patch
 rename meta/recipes-extended/tzcode/{tzcode-native_2018b.bb => tzcode-native_2018c.bb} (70%)
 rename meta/recipes-extended/tzdata/{tzdata_2018b.bb => tzdata_2018c.bb} (98%)
 create mode 100644 meta/recipes-multimedia/gstreamer/files/0001-gst-gstpluginloader.c-when-env-var-is-set-do-not-fal.patch

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


More information about the Openembedded-commits mailing list