[oe-commits] [meta-openembedded] branch master-next updated (cdb5327 -> 37bef41)

git at git.openembedded.org git at git.openembedded.org
Sat Feb 15 01:16:45 UTC 2020


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

khem pushed a change to branch master-next
in repository meta-openembedded.

 discard cdb5327  python3-cffi: consolidate inc and bb files into a single bb file
 discard 918765f  python3-cmd2: consolidate inc and bb files into a single bb file
 discard 26be6b0  python3-click: consolidate inc and bb files into a single bb file
 discard 454ab27  python3-chardet: consolidate inc and bb files into a single bb file
 discard 1baea80  python3-certifi: consolidate inc and bb files into a single bb file
 discard 0e54e07  python3-cassandra-driver: consolidate inc and bb files into a single bb file
 discard 89531af  python3-can: consolidate inc and bb files into a single bb file
 discard c577cac  python3-cachetools: consolidate inc and bb files into a single bb file
 discard f135c1e  spidev-test: Add initial version of recipe
 discard 3bbea2e  python3-booleanpy: consolidate inc and bb files into a single bb file
 discard 9ec49e3  python3-blinker: consolidate inc and bb files into a single bb file
 discard 15c3ced  pcimem: add initial version 2.0
 discard ceaff7f  python3-behave: consolidate inc and bb files into a single bb file
 discard 7be06e6  python-beautifulsoup4: consolidate inc and bb files into a single bb file
 discard 4992b1f  python3-bcrypt: consolidate inc and bb files into a single bb file
 discard d9b32ab  libp11: upgrade 0.4.10 -> 11
 discard a3ae93c  libdbi-perl: upgrade 1.642 -> 1.643
 discard 6373ccb  hwdata: upgrade 0.331 -> 0.332
 discard 21da4d8  fio: upgrade 3.17 -> 3.18
 discard d2517c9  cryptsetup: upgrade 2.2.2 -> 2.3.0
 discard e2bef05  ntfs-3g-ntfsprogs: Make it support usrmerge properly
 discard 22f0957  libiio: upgrade 0.18 -> 0.19
 discard 29db1c8  ipmitool: fix CVE-2020-5208
 discard 9d915d2  packagegroup-meta-oe: Remove python2 packages from packagegroup-meta-oe-devtools
 discard fb432a3  x265: add x265 recipe
     new 74b3646  packagegroup-meta-oe: Remove python2 packages from packagegroup-meta-oe-devtools
     new f3f8add  ipmitool: fix CVE-2020-5208
     new 69c0e0d  libiio: upgrade 0.18 -> 0.19
     new ba3e922  ntfs-3g-ntfsprogs: Make it support usrmerge properly
     new 59ceb3f  cryptsetup: upgrade 2.2.2 -> 2.3.0
     new 07030ea  fio: upgrade 3.17 -> 3.18
     new 69ef87a  hwdata: upgrade 0.331 -> 0.332
     new ba534c6  libdbi-perl: upgrade 1.642 -> 1.643
     new 492f913  libp11: upgrade 0.4.10 -> 11
     new eec3ad0  python3-bcrypt: consolidate inc and bb files into a single bb file
     new 2389125  python-beautifulsoup4: consolidate inc and bb files into a single bb file
     new 5254bc7  python3-behave: consolidate inc and bb files into a single bb file
     new 62c8b8a  pcimem: add initial version 2.0
     new db0438f  python3-blinker: consolidate inc and bb files into a single bb file
     new cd5b357  python3-booleanpy: consolidate inc and bb files into a single bb file
     new 291f288  spidev-test: Add initial version of recipe
     new c02bc08  python3-cachetools: consolidate inc and bb files into a single bb file
     new 236eaef  python3-can: consolidate inc and bb files into a single bb file
     new bcb0373  python3-cassandra-driver: consolidate inc and bb files into a single bb file
     new a95be58  python3-certifi: consolidate inc and bb files into a single bb file
     new c99094d  python3-chardet: consolidate inc and bb files into a single bb file
     new c600b31  python3-click: consolidate inc and bb files into a single bb file
     new 47336bb  python3-cmd2: consolidate inc and bb files into a single bb file
     new 3b03380  python3-cffi: consolidate inc and bb files into a single bb file
     new 88fb8fb  pytest-timeout: New package
     new d009e51  pytest-metadata: Add new package
     new e249b68  pytest-html: Add new package
     new 85ac8a0  phoronix-test-suite: add missing mime and mime-xdg inherit
     new 3d83bae  x265: add x265 recipe
     new 37bef41  libmimetic: Fix ordrered comparision between pointer and zero

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   (cdb5327)
            \
             N -- N -- N   refs/heads/master-next (37bef41)

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 30 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:
 .../phoronix-test-suite_9.2.1.bb                   |  2 +-
 ...ic-Check-for-MMAP_FAILED-return-from-mmap.patch | 49 ++++++++++++++++++++++
 .../recipes-support/libmimetic/libmimetic_0.9.8.bb |  1 +
 .../recipes-multimedia/x265/x265_3.2.1.bb          |  4 +-
 .../python/python3-pytest-html_1.6.bb              | 19 +++++++++
 .../python/python3-pytest-metadata_1.8.0.bb        | 15 +++++++
 .../python/python3-pytest-timeout_1.3.4.bb         | 13 ++++++
 7 files changed, 99 insertions(+), 4 deletions(-)
 create mode 100644 meta-oe/recipes-support/libmimetic/libmimetic/0001-mimetic-Check-for-MMAP_FAILED-return-from-mmap.patch
 create mode 100644 meta-python/recipes-devtools/python/python3-pytest-html_1.6.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-pytest-metadata_1.8.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-pytest-timeout_1.3.4.bb

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


More information about the Openembedded-commits mailing list