[oe-commits] [openembedded-core] branch master-next updated (8f3646f -> 7541a34)

git at git.openembedded.org git at git.openembedded.org
Sun Jan 26 22:33:23 UTC 2020


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 8f3646f  gettext: Drop overloadable attibute for getcwd declaration
 discard f781619  glibc: Drop fortify refactoring patch
 discard b06b08a  glibc: Update to final 2.31 release
 discard 2440a3d  elfutils: additional ptest fixes
 discard e362d53  mdadm: correctly set up testing location for ptests
 discard c5cc15c  libucontext: Add recipe
 discard 05e8cde  nss: Pass NSS_USE_ARM_HW_CRYPTO as define in CFLAGS
 discard 9869ed5  ruby: Remove __has_include and __has_include_next from preprocessed header file
 discard 787d1c9  perf: Pass LDSHARED and CCLD via EXTRA_OEMAKE
 discard 5cd5be9  packagegroup-base: only pull in dosfstools if licensing allows
 discard 3241324  logrotate.py: improve oeqa test implementation
 discard 52878cf  meson: update 0.52.1 -> 0.53.0
 discard 3f082e5  oeqa/selftest/devtool: add npm recipe build test
 discard cf11f75  oeqa/selftest/recipetool: add npm recipe creation test
 discard 06db772  recipetool/create: npm: remove the 'noverify' url parameter
 discard d652293  devtool/standard: npm: update the append file
 discard c037310  lib/oe/package: remove unneeded npm_split_package_dirs function
 discard 9871798  recipetool/create_npm: handle the licenses of the dependencies
 discard 52a6eca  recipetool/create_npm: refactor the npm recipe creation handler
 discard 29a067b  devtool: npm: rename npm command line options
 discard b2fb5bb  classes/npm: force to rebuild the prebuild addons
 discard 00770cc  classes/npm: use the native python
 discard 9cc56bb  classes/npm: use the local node headers
 discard 3edaaa9  classes/npm: restrict the build to be offline
 discard 5c93346  classes/npm: refactor the npm class
 discard ff7e907  native/cross/nativesdk: Drop obsolete do_populate_sysroot[stamp-extra-info]
     new 9336d82  classes/npm: refactor the npm class
     new 2295cc1  classes/npm: restrict the build to be offline
     new dc647c7  classes/npm: use the local node headers
     new 2c8debf  classes/npm: use the native python
     new 8defcd3  classes/npm: force to rebuild the prebuild addons
     new 8825783  devtool: npm: rename npm command line options
     new 3965d14  recipetool/create_npm: refactor the npm recipe creation handler
     new fd4d37d  recipetool/create_npm: handle the licenses of the dependencies
     new f20a71d  lib/oe/package: remove unneeded npm_split_package_dirs function
     new a1db8c4  devtool/standard: npm: update the append file
     new c6d0c7d  recipetool/create: npm: remove the 'noverify' url parameter
     new 5515f30  oeqa/selftest/recipetool: add npm recipe creation test
     new 88c5084  oeqa/selftest/devtool: add npm recipe build test
     new 3f29774  meson: update 0.52.1 -> 0.53.0
     new 8651b57  mdadm: correctly set up testing location for ptests
     new 487c785  elfutils: additional ptest fixes
     new c82d84e  libucontext: Add recipe
     new f5dc036  nss: Pass NSS_USE_ARM_HW_CRYPTO as define in CFLAGS
     new 6de06d4  ruby: Remove __has_include and __has_include_next from preprocessed header file
     new fc29a5f  perf: Pass LDSHARED and CCLD via EXTRA_OEMAKE
     new 5c75e4b  Musl: Update to latest master
     new 8d39bd7  glibc: Update to final 2.31 release
     new 564990e  glibc: Drop fortify refactoring patch
     new d0026ed  gettext: Drop overloadable attibute for getcwd declaration
     new f0ecdb8  riscv32: Bump oldest kernel to 5.4
     new 0951f33  go.bbclass: Disable PIE on riscv
     new dbb611b  go-dep: Fix bolt for riscv64
     new 4d1230a  Disable CGO on riscv64
     new 4740c95  go: Disable PIE on RISCV
     new a9c3f17  logrotate.py: improve oeqa test implementation
     new a2cd1d2  native/cross/nativesdk: Drop obsolete do_populate_sysroot[stamp-extra-info]
     new 7541a34  l3afpad: Add missing mime-xdg inherit

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   (8f3646f)
            \
             N -- N -- N   refs/heads/master-next (7541a34)

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 32 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/go.bbclass                            |  3 +-
 meta/conf/bitbake.conf                             |  2 +-
 meta/conf/distro/include/maintainers.inc           |  1 +
 meta/recipes-core/musl/musl_git.bb                 |  2 +-
 .../packagegroups/packagegroup-base.bb             |  2 +-
 ...0001-bolt_riscv64-Add-support-for-riscv64.patch | 33 ++++++++++++++++++++++
 meta/recipes-devtools/go/go-dep_0.5.4.bb           |  1 +
 meta/recipes-devtools/go/go_1.13.bb                |  6 ++--
 meta/recipes-devtools/ruby/ruby.inc                |  7 -----
 .../ruby/ruby/remove_has_include_macros.patch      | 26 +++++++++++++++++
 meta/recipes-devtools/ruby/ruby_2.6.5.bb           |  1 +
 meta/recipes-sato/l3afpad/l3afpad_git.bb           |  2 +-
 12 files changed, 71 insertions(+), 15 deletions(-)
 create mode 100644 meta/recipes-devtools/go/go-dep/0001-bolt_riscv64-Add-support-for-riscv64.patch
 create mode 100644 meta/recipes-devtools/ruby/ruby/remove_has_include_macros.patch

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


More information about the Openembedded-commits mailing list