[oe-commits] [openembedded-core] branch master-next updated (1a98a19 -> 6034778)

git at git.openembedded.org git at git.openembedded.org
Tue Feb 19 00:07:10 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 1a98a19  libc-package.bbclass: Add a progress meter for the package task
 discard fcf44b9  libc-package.bbclass: Only extract wanted files in prep_locale_tree()
 discard c31a9ea  libc-package.bbclass: Correct a few paths for when usrmerge is used
 discard e9dfbcc  cairo: fix UPSTREAM_CHECK_REGEX
 discard 19e08fd  llvm: switch to the official git repository
 discard 03b78eb  glib-2.0: convert from autotools to meson
 discard 4f8f736  pango: convert from autotools to meson
 discard 7a72df2  libxkbcommon: update to 0.8.3
 discard 0c227f0  libsoup-2.4: convert from autotools to meson
 discard 78bcad0  gdk-pixbuf: convert from autotools to meson
     new b3256b8  libsoup-2.4: convert from autotools to meson
     new 9813157  libxkbcommon: update to 0.8.3
     new e2521e1  pango: convert from autotools to meson
     new babb468  llvm: switch to the official git repository
     new 8304572  cairo: fix UPSTREAM_CHECK_REGEX
     new b9e6d44  libc-package.bbclass: Correct a few paths for when usrmerge is used
     new 503ef70  libc-package.bbclass: Only extract wanted files in prep_locale_tree()
     new c579648  libc-package.bbclass: Add a progress meter for the package task
     new d216929  gdk-pixbuf: convert from autotools to meson
     new 8ff593e  glib-2.0: convert from autotools to meson
     new 35664f5  initscripts: Update volatiles documentation to include binds
     new 39293df  lz4: upgrade 1.8.2 -> 1.8.3
     new d34fc9c  lzip: upgrade 1.20 -> 1.21
     new f681cc8  hdparm: upgrade 9.56 -> 9.58
     new b86da59  lzop: upgrade 1.03 -> 1.04
     new df50b6b  gzip: upgrade 1.9 -> 1.10
     new f142121  grep: upgrade 3.1 -> 3.3
     new 6c9086c  adwaita-icon-theme: upgrade 3.28.0 -> 3.30.1
     new b3a31ba  clutter-gst-3.0: upgrade 3.0.26 -> 3.0.27
     new d8a480b  gtk+3: upgrade 3.24.1 -> 3.24.5
     new 28af390  libinput: upgrade 1.12.3 -> 1.12.6
     new 6034778  mc: upgrade 4.8.21 -> 4.8.22

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   (1a98a19)
            \
             N -- N -- N   refs/heads/master-next (6034778)

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 22 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/recipes-core/glib-2.0/glib.inc                |   2 +
 .../initscripts/initscripts-1.0/volatiles          |   2 +-
 ...need_charset_alias-when-building-for-musl.patch |  33 ----
 .../grep/{grep_3.1.bb => grep_3.3.bb}              |  10 +-
 .../{gzip-1.9 => gzip-1.10}/wrong-path-fix.patch   |   0
 meta/recipes-extended/gzip/gzip-1.9/gnulib.patch   | 189 ---------------------
 .../gzip/{gzip_1.9.bb => gzip_1.10.bb}             |   6 +-
 .../hdparm/{hdparm_9.56.bb => hdparm_9.58.bb}      |   4 +-
 .../lzip/{lzip_1.20.bb => lzip_1.21.bb}            |   4 +-
 .../mc/{mc_4.8.21.bb => mc_4.8.22.bb}              |   4 +-
 .../0001-Disable-tests-in-native-builds.patch      |  30 ++++
 .../recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.36.11.bb |   4 +
 .../0001-Don-t-use-AC_CANONICAL_HOST.patch         |   6 +-
 ...heme_3.28.0.bb => adwaita-icon-theme_3.30.1.bb} |   4 +-
 .../gtk+/{gtk+3_3.24.1.bb => gtk+3_3.24.5.bb}      |   4 +-
 ...gst-3.0_3.0.26.bb => clutter-gst-3.0_3.0.27.bb} |   4 +-
 .../{libinput_1.12.3.bb => libinput_1.12.6.bb}     |   4 +-
 .../lz4/{lz4_1.8.2.bb => lz4_1.8.3.bb}             |   2 +-
 ...inlines-as-the-external-inline-definition.patch | 100 -----------
 .../recipes-support/lzop/lzop/lzop-1.03-gcc6.patch |  37 ----
 .../lzop/lzop/x32_abi_miniacc_h.patch              |  36 ----
 .../lzop/{lzop_1.03.bb => lzop_1.04.bb}            |  11 +-
 22 files changed, 65 insertions(+), 431 deletions(-)
 delete mode 100644 meta/recipes-extended/grep/grep/0001-Unset-need_charset_alias-when-building-for-musl.patch
 rename meta/recipes-extended/grep/{grep_3.1.bb => grep_3.3.bb} (74%)
 rename meta/recipes-extended/gzip/{gzip-1.9 => gzip-1.10}/wrong-path-fix.patch (100%)
 delete mode 100644 meta/recipes-extended/gzip/gzip-1.9/gnulib.patch
 rename meta/recipes-extended/gzip/{gzip_1.9.bb => gzip_1.10.bb} (88%)
 rename meta/recipes-extended/hdparm/{hdparm_9.56.bb => hdparm_9.58.bb} (90%)
 rename meta/recipes-extended/lzip/{lzip_1.20.bb => lzip_1.21.bb} (88%)
 rename meta/recipes-extended/mc/{mc_4.8.21.bb => mc_4.8.22.bb} (93%)
 create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-Disable-tests-in-native-builds.patch
 rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.28.0.bb => adwaita-icon-theme_3.30.1.bb} (93%)
 rename meta/recipes-gnome/gtk+/{gtk+3_3.24.1.bb => gtk+3_3.24.5.bb} (83%)
 rename meta/recipes-graphics/clutter/{clutter-gst-3.0_3.0.26.bb => clutter-gst-3.0_3.0.27.bb} (58%)
 rename meta/recipes-graphics/wayland/{libinput_1.12.3.bb => libinput_1.12.6.bb} (86%)
 rename meta/recipes-support/lz4/{lz4_1.8.2.bb => lz4_1.8.3.bb} (94%)
 delete mode 100644 meta/recipes-support/lzop/lzop/0001-use-static-inlines-as-the-external-inline-definition.patch
 delete mode 100644 meta/recipes-support/lzop/lzop/lzop-1.03-gcc6.patch
 delete mode 100644 meta/recipes-support/lzop/lzop/x32_abi_miniacc_h.patch
 rename meta/recipes-support/lzop/{lzop_1.03.bb => lzop_1.04.bb} (66%)

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


More information about the Openembedded-commits mailing list