[oe-commits] [openembedded-core] branch master-next updated (ee75452 -> 49e57bc)

git at git.openembedded.org git at git.openembedded.org
Thu Jul 27 21:37:41 UTC 2017


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 ee75452  core-image-minimal-initramfs: use initramfs-framework by default
 discard 830baaf  initramfs-framework: include install-efi module in recipe for installation
 discard 60b6ea8  initramfs-framework: module to support boot live image
 discard a3347cd  dbus/dbus-test: upgrade to 1.10.20
 discard bbdd485  sysstat: upgrade to 11.5.7
 discard 60cb238  sudo: upgrade to 1.8.20p2
 discard 63cbee8  cups: upgrade to 2.2.4
 discard 0759014  diffutils: upgrade to 3.6
 discard 86258f0  pciutils: upgrade to 3.5.5
 discard e036fb2  webkitgtk: update to 2.16.6
 discard c0dde2c  mpg123: update to 1.25.4
 discard 9c65c74  vala: upgrade to 0.36.4
 discard 4b45413  epiphany: upgrade to 3.24.3
 discard be58f7c  bash-completion: upgrade to 2.7
 discard b86f1bb  btrfs-tools: upgrade to 4.11.1
 discard 85ff3c2  icu: update to 59.1
 discard 9e31306  mirrors.bbclass: provide git repo fallbacks using the https protocol
 discard b122903  gnu-config: update SRC_URI to new savannah.gnu.org hostname
 discard 0819007  kernel-devsrc: Remove .kernel-meta from package
 discard 7c4b890  eudev: update to 3.2.2
 discard 18e0b19  harfbuzz: upgrade to 1.4.7
 discard 661564f  go: centralize definition of COMPATIBLE_HOST
 discard 40289fc  image_types_wic: add dependency to e2fsprogs-native
 discard 6632892  oe-selftest: wic: change mkfs.btrfs options
 discard 8f28076  imagefeatures: Add a test for various hypervisor formats
 discard a6bd9ef  imagefeatures: Add a test for many CONVERSION_CMDs being chained
 discard 39745df  imagefeatures: Extend test_bmap to validate gzip
 discard fb14e23  wic: Switch to using --use-uuid by default
 discard 73a67f4  image: Convert vmdk/vdi/qcow2 to strict CONVERSION_CMD types
     add 6a1489f  oe-selftest: wic: change mkfs.btrfs options
     add b1d9f5b  image_types_wic: add dependency to e2fsprogs-native
     add 9e899bb  go: centralize definition of COMPATIBLE_HOST
     add c05beae  harfbuzz: upgrade to 1.4.7
     add b317553  eudev: update to 3.2.2
     add 3bcf227  kernel-devsrc: Remove .kernel-meta from package
     add cf21f45  gnu-config: update SRC_URI to new savannah.gnu.org hostname
     add abb8895  mirrors.bbclass: provide git repo fallbacks using the https protocol
     add b002f44  icu: update to 59.1
     add c115232  btrfs-tools: upgrade to 4.11.1
     add ec59387  bash-completion: upgrade to 2.7
     add 10de5bf  epiphany: upgrade to 3.24.3
     add 03d0bee  vala: upgrade to 0.36.4
     add 97a4e2d  mpg123: update to 1.25.4
     add 198ccdb  webkitgtk: update to 2.16.6
     add d1e05e9  pciutils: upgrade to 3.5.5
     add 0c09f9f  diffutils: upgrade to 3.6
     add 6547285  cups: upgrade to 2.2.4
     add e1d2785  sudo: upgrade to 1.8.20p2
     add 6ee5abc  sysstat: upgrade to 11.5.7
     add 96c54b2  dbus/dbus-test: upgrade to 1.10.20
     add 4d3300e  initramfs-framework: module to support boot live image
     add 41b3444  initramfs-framework: include install-efi module in recipe for installation
     add 28fc6ba  core-image-minimal-initramfs: use initramfs-framework by default
     new b040fee  image: Convert vmdk/vdi/qcow2 to strict CONVERSION_CMD types
     new 9fb5bfc  wic: Switch to using --use-uuid by default
     new 5f547f3  imagefeatures: Extend test_bmap to validate gzip
     new cd2c8c9  imagefeatures: Add a test for many CONVERSION_CMDs being chained
     new 808e177  imagefeatures: Add a test for various hypervisor formats
     new 3433915  libcap: fix build with gperf 3.1
     new 0967ad3  module.bbclass: move make scripts earlier
     new aa443a3  package/bbclass: sources are packaged separately from debug.
     new 5c51e96  debianutils: set higher priority than busybox for run-parts
     new 5df2e31  siteinfo: fix siteinfo_get_files to work with RSS
     new 49e57bc  ncurses: add SYSROOT_DESTDIR for siteconfig_gencache

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   (ee75452)
            \
             N -- N -- N   refs/heads/master-next (49e57bc)

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 11 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/autotools.bbclass                     |  2 +-
 meta/classes/module.bbclass                        |  2 +-
 meta/classes/package.bbclass                       | 25 +++++++++++--
 meta/classes/siteinfo.bbclass                      | 15 +++-----
 meta/recipes-core/ncurses/ncurses.inc              |  2 ++
 .../debianutils/debianutils_4.8.1.1.bb             |  2 ++
 .../files/0001-Fix-build-with-gperf-3.1.patch      | 41 ++++++++++++++++++++++
 meta/recipes-support/libcap/libcap_2.25.bb         |  3 +-
 8 files changed, 75 insertions(+), 17 deletions(-)
 create mode 100644 meta/recipes-support/libcap/files/0001-Fix-build-with-gperf-3.1.patch

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


More information about the Openembedded-commits mailing list