[oe-commits] [openembedded-core] branch master-next updated (2c96168 -> dcf230d)

git at git.openembedded.org git at git.openembedded.org
Tue Jul 3 23:05:59 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 2c96168  staging: Always use the default sysroot for allarch recipes
 discard cd22986  bind: update to ESV version 9.11.3
 discard 946097c  dhcp: update 4.4.1
     add 7cb42ae  dhcp: update 4.4.1
     add c37207d  bind: update to ESV version 9.11.3
     add 8ae7070  staging: Always use the default sysroot for allarch recipes
     add 59a0a05  multilib: Tweak previous cross-canadian multilib fix
     new 31291c2  meson: various class improvements
     new 49c55c7  meson: map architecture to correct values in cross file
     new 967de57  meson: validate cpu_family
     new f70812e  libdrm: port to Meson
     new c56b99a  mesa: enable surfaceless platform
     new 6fc6665  automake: 1.15.1 -> 1.16.1
     new ceda9ff  e2fsprogs: 1.43.8 -> 1.44.2
     new a239172  ccache: 3.3.5 -> 3.4.2
     new ae23367  busybox: Add patch to ignore -c on umount command
     new 1fd1564  fstests: remove
     new 6585cb5  rpm: Avoid leaking temporary scriplet files
     new 858483b  go: Update 1.9.6 -> 1.9.7
     new 8f464ed  go: Update 1.10.2 -> 1.10.3
     new dcf230d  util-linux: alternatify fstrim

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   (2c96168)
            \
             N -- N -- N   refs/heads/master-next (dcf230d)

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 14 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/meson.bbclass                         |  23 +++-
 meta/classes/multilib.bbclass                      |   2 +
 meta/conf/distro/include/distro_alias.inc          |   1 -
 meta/conf/distro/include/maintainers.inc           |   1 -
 .../busybox/busybox/umount-ignore-c.patch          |  37 +++++++
 meta/recipes-core/busybox/busybox_1.27.2.bb        |   1 +
 .../packagegroup-core-tools-testapps.bb            |   1 -
 meta/recipes-core/util-linux/util-linux.inc        |   5 +-
 ...utomake-Add-default-libtool_tag-to-cppasm.patch |  18 ++--
 ...tion-in-shebangs-with-modern-use-warnings.patch |  68 +++---------
 .../automake/automake/buildtest.patch              |  20 +++-
 .../automake/new_rt_path_for_test-driver.patch     |  22 +++-
 .../automake/automake/performance.patch            |  19 +++-
 .../automake/automake/python-libdir.patch          |  19 ++--
 .../{automake_1.15.1.bb => automake_1.16.1.bb}     |   4 +-
 meta/recipes-devtools/ccache/ccache_3.3.5.bb       |  12 ---
 meta/recipes-devtools/ccache/ccache_3.4.2.bb       |  11 ++
 .../0002-dev.mk.in-fix-file-name-too-long.patch    |  15 +--
 ...te-man-page-in-the-make-install-from-git-.patch |  33 ------
 meta/recipes-devtools/e2fsprogs/e2fsprogs.inc      |   2 +-
 ...ix-build-failure-in-swapfs.c-on-big-endia.patch |  40 -------
 ...fs-enable-the-metadata_csum-and-64bit-fea.patch |  12 +--
 .../{e2fsprogs_1.43.8.bb => e2fsprogs_1.44.2.bb}   |   3 +-
 meta/recipes-devtools/go/go-1.10.inc               |   6 +-
 meta/recipes-devtools/go/go-1.9.inc                |   6 +-
 meta/recipes-devtools/meson/meson.inc              |   1 +
 .../meson/meson/validate-cpu.patch                 | 118 +++++++++++++++++++++
 ...installing-execute-package-scriptlets-wit.patch |  35 +++++-
 ...ac-Allow-explicit-enabling-of-cunit-tests.patch |  53 ---------
 .../recipes-graphics/drm/libdrm/installtests.patch |  25 -----
 meta/recipes-graphics/drm/libdrm/musl-ioctl.patch  |  35 ++++++
 meta/recipes-graphics/drm/libdrm_2.4.92.bb         |  22 ++--
 meta/recipes-graphics/fstests/fstests_git.bb       |  19 ----
 meta/recipes-graphics/mesa/mesa.inc                |   3 +-
 34 files changed, 372 insertions(+), 320 deletions(-)
 create mode 100644 meta/recipes-core/busybox/busybox/umount-ignore-c.patch
 rename meta/recipes-devtools/automake/{automake_1.15.1.bb => automake_1.16.1.bb} (89%)
 delete mode 100644 meta/recipes-devtools/ccache/ccache_3.3.5.bb
 create mode 100644 meta/recipes-devtools/ccache/ccache_3.4.2.bb
 delete mode 100644 meta/recipes-devtools/ccache/files/Revert-Create-man-page-in-the-make-install-from-git-.patch
 delete mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-libext2fs-fix-build-failure-in-swapfs.c-on-big-endia.patch
 rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.43.8.bb => e2fsprogs_1.44.2.bb} (97%)
 create mode 100644 meta/recipes-devtools/meson/meson/validate-cpu.patch
 delete mode 100644 meta/recipes-graphics/drm/libdrm/0001-configure.ac-Allow-explicit-enabling-of-cunit-tests.patch
 delete mode 100644 meta/recipes-graphics/drm/libdrm/installtests.patch
 create mode 100644 meta/recipes-graphics/drm/libdrm/musl-ioctl.patch
 delete mode 100644 meta/recipes-graphics/fstests/fstests_git.bb

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


More information about the Openembedded-commits mailing list