[oe-commits] [openembedded-core] branch sumo updated (c168f6f -> dc52f9c)

git at git.openembedded.org git at git.openembedded.org
Thu Apr 5 13:58:12 UTC 2018


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

rpurdie pushed a change to branch sumo
in repository openembedded-core.

    from c168f6f  systemd: fix typo in sulogin-path setting
     new 611cee6  classes/externalsrc: handle if cleandirs contains python expressions
     new 87ec0fb  classes/externalsrc: ensure cleandirs code handles non-absolute paths
     new 20901b9  base.bbclass: fix do_unpack[cleandirs] varflag handling
     new 782fb86  mesa: Upgrade 17.3.7 -> 17.3.8
     new 002a71e  package_manager.py: Skip gpgcheck while using dnf on target
     new 80a702d  elfutils: Clean up comments
     new 1fbae10  nativesdk-postinst-intercept: remove the recipe
     new a4cd69b  package_manager.py: move target_rootfs property to common ancestor class
     new 9454fd3  package_manager.py: move postinst_intercept dir initialization from RootFS to PackageManager class
     new f830388  package_manager.py: move intercept running logic from rootfs class to PackageManager class
     new e2e05a3  package_manager.py: do not hardcode the task name when referring to log files
     new a484ff0  sdk.py: run postinst intercepts
     new d99e819  gio-module-cache.bbclass: pass in ${libexecdir}
     new 0792540  glib-2.0/glib.inc: apply MLPREFIX renaming to all package classes
     new b8c5680  archiver: Fix build errors for kernels that don't use kernel-yocto.bbclass
     new 564204d  archiver: Fix archive for linked kernel source
     new b15089b  documentation.conf: remove obsolete variable
     new 2eb7ba6  python3-pygobject: remove duplication in inherit
     new 301d153  libcroco: remove duplication in inherit
     new 9a51431  gcr: remove duplication in inherit
     new bae5ced  librsvg: remove duplication in inherit
     new 6737911  llvm: Upgrade to 6.0 release
     new dc52f9c  mesa: Update to use llvm 6.0

The 23 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/archiver.bbclass                      |  13 ++-
 meta/classes/base.bbclass                          |   8 +-
 meta/classes/externalsrc.bbclass                   |   7 +-
 meta/classes/gio-module-cache.bbclass              |   1 +
 meta/classes/populate_sdk_base.bbclass             |   2 +-
 meta/conf/distro/include/distro_alias.inc          |   1 -
 meta/conf/distro/include/maintainers.inc           |   1 -
 meta/conf/documentation.conf                       |   1 -
 meta/lib/oe/package_manager.py                     | 107 +++++++++++++++++----
 meta/lib/oe/rootfs.py                              |  75 +--------------
 meta/lib/oe/sdk.py                                 |  12 +++
 meta/recipes-core/glib-2.0/glib.inc                |  10 +-
 .../nativesdk-packagegroup-sdk-host.bb             |   1 -
 meta/recipes-devtools/elfutils/elfutils_0.170.bb   |  13 +--
 ...LibraryInfo-Undefine-libc-functions-if-th.patch |  20 ++--
 .../0002-llvm-allow-env-override-of-exe-path.patch |   4 +-
 meta/recipes-devtools/llvm/llvm_git.bb             |  11 ++-
 .../nativesdk-postinst-intercept_1.0.bb            |  18 ----
 .../python/python3-pygobject_3.28.1.bb             |   2 +-
 meta/recipes-gnome/gcr/gcr_3.20.0.bb               |   2 +-
 meta/recipes-gnome/librsvg/librsvg_2.40.20.bb      |   2 +-
 .../files/replace_glibc_check_with_linux.patch     |  28 ------
 .../mesa/{mesa-gl_17.3.7.bb => mesa-gl_17.3.8.bb}  |   0
 meta/recipes-graphics/mesa/mesa.inc                |   2 +-
 .../mesa/{mesa_17.3.7.bb => mesa_17.3.8.bb}        |   5 +-
 meta/recipes-support/libcroco/libcroco_0.6.12.bb   |   2 +-
 26 files changed, 154 insertions(+), 194 deletions(-)
 delete mode 100644 meta/recipes-devtools/postinst-intercept/nativesdk-postinst-intercept_1.0.bb
 delete mode 100644 meta/recipes-graphics/mesa/files/replace_glibc_check_with_linux.patch
 rename meta/recipes-graphics/mesa/{mesa-gl_17.3.7.bb => mesa-gl_17.3.8.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_17.3.7.bb => mesa_17.3.8.bb} (83%)

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


More information about the Openembedded-commits mailing list