[oe-commits] [openembedded-core] branch master-next updated (0157975 -> 5183afa)

git at git.openembedded.org git at git.openembedded.org
Fri Mar 10 18:03:42 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 0157975  base/bitbake.conf: Filter contents of PATH to only allow whitelisted tools
     new 8c9f48f  base/bitbake.conf: Filter contents of PATH to only allow whitelisted tools
     new b51e797  classes: add devupstream class
     new f08a125  opkg: enable libsolv backend by default
     new 31dcfa8  libsolv: upgrade to 0.6.26
     new 8306122  bison: Remove unused bison-2.3_m4.patch
     new 7e07ff0  wic/direct.py: Avoid exception if using multiple rawcopy/no-table entries.
     new bdbc8c9  opkg-utils: bump revision
     new 48507cb  pkgconfig: specify --disable-indirect-deps to configure
     new ab600d1  curl: upgrade to 7.53.1
     new f084bdb  grep: upgrade to 3.0
     new 5183afa  glib-2.0: improve determinism for GIO ptests

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   (0157975)
            \
             N -- N -- N   refs/heads/master-next (5183afa)

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/devupstream.bbclass                   |  48 ++
 meta/conf/bitbake.conf                             |   4 +-
 meta/conf/layer.conf                               |   3 +-
 meta/recipes-core/glib-2.0/glib.inc                |   4 +
 .../bison/bison/bison-2.3_m4.patch                 | 591 ---------------------
 meta/recipes-devtools/opkg-utils/opkg-utils_git.bb |   3 +-
 meta/recipes-devtools/opkg/opkg_0.3.4.bb           |   2 +-
 meta/recipes-devtools/pkgconfig/pkgconfig_git.bb   |   5 +
 .../grep/{grep_2.27.bb => grep_3.0.bb}             |   4 +-
 ...-libsolvext-into-it-s-own-pkg-config-file.patch |  67 ---
 .../{libsolv_0.6.24.bb => libsolv_0.6.26.bb}       |   3 +-
 .../curl/{curl_7.53.0.bb => curl_7.53.1.bb}        |   4 +-
 scripts/lib/wic/plugins/imager/direct.py           |   2 +-
 13 files changed, 69 insertions(+), 671 deletions(-)
 create mode 100644 meta/classes/devupstream.bbclass
 delete mode 100644 meta/recipes-devtools/bison/bison/bison-2.3_m4.patch
 rename meta/recipes-extended/grep/{grep_2.27.bb => grep_3.0.bb} (88%)
 delete mode 100644 meta/recipes-extended/libsolv/libsolv/0001-Split-libsolvext-into-it-s-own-pkg-config-file.patch
 rename meta/recipes-extended/libsolv/{libsolv_0.6.24.bb => libsolv_0.6.26.bb} (86%)
 rename meta/recipes-support/curl/{curl_7.53.0.bb => curl_7.53.1.bb} (94%)

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


More information about the Openembedded-commits mailing list