[oe-commits] [openembedded-core] branch master updated (059d475 -> d77fe83)

git at git.openembedded.org git at git.openembedded.org
Fri Sep 16 14:24:35 UTC 2016


rpurdie pushed a change to branch master
in repository openembedded-core.

      from  059d475   oeqa/utils/decorators: LogResults fix race condition in linkfile
      adds  2268efd   sstate: Add postrm command support
      adds  cdae3e7   openjade/sgml-common: Add sstate postrm commands
      adds  5ba1a75   sanity: make license QA failures fatal again
      adds  4cd143e   oeqa/oetest: show stderr when running commands
      adds  0afec72   openssl: Fix MIPS64be and add MIPS64le
      adds  b8700e9   cmake: don't inherit autotools
       new  5deadfe   cve-check-tool: Add recipe
       new  d983380   cve-check.bbclass: Add class
       new  34aa20c   qemurunner: print out the runqemu command
       new  e8022d0   makedevs: don't restrict device node paths to 40 characters
       new  638ee71   oeqa/sdkext/devtool: use a smaller module to test node.js functionality
       new  31c6c81   shadow: use relaxed usernames
       new  3c8c850   package_manager.py: fix bitbake package-index failed
       new  e707718   scripts: introduce buildstats-diff
       new  f863b22   cmake: use convenience options for clarity
       new  f936679   cmake-native: rationalise system/internal library dependencies
       new  fd9e1ba   qemuboot-x86: Add task_timeout = -1 to uvesafb
       new  fc66762   util-linux: Disable minix support.
       new  3226d89   util-linux: Disable bfs support
       new  4fcaa48   useradd_base.bbclass: Do not mess with the gshadow file in the sysroot
       new  3309007   pulseaudio: add ${S}/LICENSE to LIC_FILES_CHKSUM
       new  8fda70b   sanity.bbclass: split out config re-parse check
       new  d77fe83   scripts: add tool to scan for bashisms recipe shell scripts

The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/cve-check.bbclass                     | 267 +++++++++++++
 meta/classes/insane.bbclass                        |  14 +-
 meta/classes/sanity.bbclass                        |  27 +-
 meta/classes/sstate.bbclass                        |  11 +
 meta/classes/useradd_base.bbclass                  |  12 -
 meta/conf/machine/include/qemuboot-x86.inc         |   2 +-
 meta/lib/oe/package_manager.py                     |   5 +-
 meta/lib/oeqa/oetest.py                            |   5 +-
 meta/lib/oeqa/sdkext/devtool.py                    |   2 +-
 meta/lib/oeqa/utils/qemurunner.py                  |   8 +-
 meta/recipes-connectivity/openssl/openssl.inc      |   5 +-
 meta/recipes-core/util-linux/util-linux.inc        |   9 +-
 meta/recipes-devtools/cmake/cmake-native_3.6.1.bb  |  21 +-
 meta/recipes-devtools/cmake/cmake.inc              |   9 -
 meta/recipes-devtools/cmake/cmake_3.6.1.bb         |   9 +-
 .../cve-check-tool/cve-check-tool_5.6.4.bb         |  59 +++
 .../check-for-malloc_trim-before-using-it.patch    |  51 +++
 meta/recipes-devtools/makedevs/makedevs/makedevs.c |   2 +-
 .../openjade/openjade-native_1.3.2.bb              |  19 +-
 .../sgml-common/sgml-common-native_0.6.3.bb        |  17 +-
 .../shadow/files/shadow-relaxed-usernames.patch    | 100 +++++
 meta/recipes-extended/shadow/shadow.inc            |   1 +
 meta/recipes-multimedia/pulseaudio/pulseaudio.inc  |   3 +-
 scripts/buildstats-diff                            | 411 +++++++++++++++++++++
 scripts/verify-bashisms                            | 116 ++++++
 25 files changed, 1097 insertions(+), 88 deletions(-)
 create mode 100644 meta/classes/cve-check.bbclass
 create mode 100644 meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb
 create mode 100644 meta/recipes-devtools/cve-check-tool/files/check-for-malloc_trim-before-using-it.patch
 create mode 100644 meta/recipes-extended/shadow/files/shadow-relaxed-usernames.patch
 create mode 100755 scripts/buildstats-diff
 create mode 100755 scripts/verify-bashisms

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


More information about the Openembedded-commits mailing list