[oe-commits] [openembedded-core] branch master-next updated (0f89f6c -> e17308a)

git at git.openembedded.org git at git.openembedded.org
Sat Jun 8 09:26:49 UTC 2019


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 0f89f6c  parted: drop patch for linux <2.6.20 support
 discard 30c702f  parted: swap patches for the commits that landed upstream
 discard 6857383  libxslt: add comment saying when a workaround can be removed
 discard a689c35  glib-2.0: udpate 2.58.3 -> 2.60.3
 discard c9e8254  openssh: Document skipped test dependency
 discard 7c76e02  gawk: ptest fixes
 discard 530faa2  multiconfig: Adapt to bitbake switch 'multiconfig' -> 'mc'
 discard 7506994  mesa: Update 19.0.5 -> 19.0.6
 discard e534b42  gtk+3: update 3.24.5 -> 3.24.8
 discard a761a00  gdk-pixbuf: update 2.38.0 -> 2.38.1
     new 4b7ced9  mesa: Update 19.0.5 -> 19.0.6
     new c0bab5b  multiconfig: Adapt to bitbake switch 'multiconfig' -> 'mc'
     new 3cee901  glib-2.0: udpate 2.58.3 -> 2.60.3
     new a7b51ad  libxslt: add comment saying when a workaround can be removed
     new 060dffc  parted: swap patches for the commits that landed upstream
     new 688fc52  parted: drop patch for linux <2.6.20 support
     new 9ec7206  gawk: ptest fixes
     new 26b3d77  openssh: Document skipped test dependency
     new bdb0270  python3-scons-{native}: add recipe for v3.0.5
     new 3a9f3d8  scons.bbclass: use python3-scons
     new 4c711fa  serf: switch to python3-scons-native
     new c909585  oeqa/runtime: add simple test for scons
     new f70c928  devtool: build: add deploy to the tasks run for devtool build
     new 91da39c  qemurunner: fix undefined variable
     new 07d82da  testimage: consider QB_DEFAULT_FSTYPE
     new e17308a  base.bbclass: Add OE_EXTRA_IMPORTS

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   (0f89f6c)
            \
             N -- N -- N   refs/heads/master-next (e17308a)

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 16 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/base.bbclass                          |  4 +-
 meta/classes/scons.bbclass                         |  2 +-
 meta/classes/testimage.bbclass                     |  6 ++-
 meta/conf/distro/include/maintainers.inc           |  2 +
 meta/lib/oeqa/runtime/cases/scons.py               | 37 ++++++++++++++++
 meta/lib/oeqa/runtime/files/SConstruct             |  1 +
 meta/lib/oeqa/runtime/files/hello.c                |  5 +++
 meta/lib/oeqa/utils/qemurunner.py                  |  1 +
 ...tive_3.0.5.bb => python3-scons-native_3.0.5.bb} |  6 +--
 ...ython-scons_3.0.5.bb => python3-scons_3.0.5.bb} | 19 +++++---
 ...ple-of-decisions-around-cross-compilation.patch | 50 ++++++++++++---------
 ...cache-depend-on-loaders-being-fully-build.patch | 51 ++++++++++++++++++++++
 ...-Work-around-thumbnailer-cross-compile-fa.patch |  8 ++--
 ...humbnailer-and-tests-also-in-cross-builds.patch | 28 ------------
 .../{gdk-pixbuf_2.38.1.bb => gdk-pixbuf_2.38.0.bb} |  6 +--
 .../0003-Add-disable-opengl-configure-option.patch | 41 +++++++++--------
 .../gtk+/{gtk+3_3.24.8.bb => gtk+3_3.24.5.bb}      |  4 +-
 meta/recipes-support/serf/serf_1.3.9.bb            |  2 +-
 scripts/lib/devtool/build.py                       |  2 +-
 19 files changed, 182 insertions(+), 93 deletions(-)
 create mode 100644 meta/lib/oeqa/runtime/cases/scons.py
 create mode 100644 meta/lib/oeqa/runtime/files/SConstruct
 create mode 100644 meta/lib/oeqa/runtime/files/hello.c
 copy meta/recipes-devtools/python/{python-scons-native_3.0.5.bb => python3-scons-native_3.0.5.bb} (65%)
 copy meta/recipes-devtools/python/{python-scons_3.0.5.bb => python3-scons_3.0.5.bb} (69%)
 create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-loaders.cache-depend-on-loaders-being-fully-build.patch
 delete mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0006-Build-thumbnailer-and-tests-also-in-cross-builds.patch
 rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.38.1.bb => gdk-pixbuf_2.38.0.bb} (95%)
 rename meta/recipes-gnome/gtk+/{gtk+3_3.24.8.bb => gtk+3_3.24.5.bb} (84%)

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


More information about the Openembedded-commits mailing list