[oe-commits] [openembedded-core] branch master updated (78615e9 -> a47e64d)

git at git.openembedded.org git at git.openembedded.org
Sat Mar 11 16:09:37 UTC 2017


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

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

    from 78615e9  go: Add recipes for golang compilers and tools
     new e777d68  u-boot-mkimage: Fix use of 'cc' instead of BUILD_CC
     new 30a9f0f  yasm: Set CCLD_FOR_BUILD to ensure BUILD_CC is used
     new fa764a4  base/bitbake.conf: Filter contents of PATH to only allow whitelisted tools
     new c48ef2d  classes: add devupstream class
     new 1ff3de8  opkg: enable libsolv backend by default
     new 45de201  libsolv: upgrade to 0.6.26
     new 12aa82b  bison: Remove unused bison-2.3_m4.patch
     new f1a3eac  wic/direct.py: Avoid exception if using multiple rawcopy/no-table entries.
     new d6b04e1  opkg-utils: bump revision
     new ad151cf  pkgconfig: specify --disable-indirect-deps to configure
     new f34ab1a  curl: upgrade to 7.53.1
     new e5bf7d2  grep: upgrade to 3.0
     new 1944c9a  glib-2.0: improve determinism for GIO ptests
     new a3b1988  glibc: do the multilib_header magic also for bits/long-double.h
     new dbe57bd  bash: package bashbug separately
     new e34ac76  db: do the multilib_header processing for db.h
     new 846c86f  base-files: do not write the current date into /etc/issue and /etc/issue.net
     new 317af69  gpgme: fix python module build and installation
     new a2519a2  uninative: remove unneeded call to sparse copy
     new 544d96d  security_flags.inc: Update for new python modules
     new 20004b2  python-pygpgme: add a recipe
     new 6c6f1b3  python-iniparse: add a recipe
     new e58f876  python-backports-lzma: add a recipe
     new 64dd708  librepo: add a recipe
     new a47e64d  libcomps: add a recipe

The 25 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/base.bbclass                          |  22 +
 meta/classes/devupstream.bbclass                   |  48 ++
 meta/classes/uninative.bbclass                     |   3 -
 meta/conf/bitbake.conf                             |  18 +
 meta/conf/distro/include/security_flags.inc        |   2 +
 meta/conf/layer.conf                               |   2 +
 meta/recipes-bsp/u-boot/files/default-gcc.patch    |  25 +
 meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb  |   4 +-
 meta/recipes-core/base-files/base-files_3.0.14.bb  |   6 +-
 meta/recipes-core/glib-2.0/glib.inc                |   4 +
 meta/recipes-core/glibc/glibc-package.inc          |   2 +-
 .../bison/bison/bison-2.3_m4.patch                 | 591 ---------------------
 ...-set-PYTHON_INSTALL_DIR-by-running-python.patch |  41 ++
 ...2-Set-library-installation-path-correctly.patch |  27 +
 meta/recipes-devtools/libcomps/libcomps_git.bb     |  23 +
 ...ly-set-the-library-installation-directory.patch |  28 +
 ...to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch |  41 ++
 ...-race-when-deleting-temporary-directories.patch |  41 ++
 ...ariables-with-pkg-config-not-with-cmake-m.patch |  29 +
 meta/recipes-devtools/librepo/librepo_git.bb       |  24 +
 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 +
 ...-not-add-include-and-library-directories-.patch |  32 ++
 .../python-backports-lzma_git.bb                   |  21 +
 .../recipes-devtools/python/python-iniparse_0.4.bb |  17 +
 meta/recipes-devtools/python/python-pygpgme_0.3.bb |  18 +
 meta/recipes-devtools/yasm/yasm_1.3.0.bb           |   2 +
 meta/recipes-extended/bash/bash.inc                |   4 +
 .../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 +-
 meta/recipes-support/db/db_5.3.28.bb               |   4 +-
 ...-Avoid-host-contamination-from-gpg-config.patch |  30 ++
 .../0001-Correctly-install-python-modules.patch    |  26 +
 meta/recipes-support/gpgme/gpgme_1.8.0.bb          |   2 +
 scripts/lib/wic/plugins/imager/direct.py           |   2 +-
 38 files changed, 551 insertions(+), 676 deletions(-)
 create mode 100644 meta/classes/devupstream.bbclass
 create mode 100644 meta/recipes-bsp/u-boot/files/default-gcc.patch
 delete mode 100644 meta/recipes-devtools/bison/bison/bison-2.3_m4.patch
 create mode 100644 meta/recipes-devtools/libcomps/libcomps/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch
 create mode 100644 meta/recipes-devtools/libcomps/libcomps/0002-Set-library-installation-path-correctly.patch
 create mode 100644 meta/recipes-devtools/libcomps/libcomps_git.bb
 create mode 100644 meta/recipes-devtools/librepo/librepo/0001-Correctly-set-the-library-installation-directory.patch
 create mode 100644 meta/recipes-devtools/librepo/librepo/0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch
 create mode 100644 meta/recipes-devtools/librepo/librepo/0003-tests-fix-a-race-when-deleting-temporary-directories.patch
 create mode 100644 meta/recipes-devtools/librepo/librepo/0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch
 create mode 100644 meta/recipes-devtools/librepo/librepo_git.bb
 create mode 100644 meta/recipes-devtools/python-backports-lzma/python-backports-lzma/0001-setup.py-do-not-add-include-and-library-directories-.patch
 create mode 100644 meta/recipes-devtools/python-backports-lzma/python-backports-lzma_git.bb
 create mode 100644 meta/recipes-devtools/python/python-iniparse_0.4.bb
 create mode 100644 meta/recipes-devtools/python/python-pygpgme_0.3.bb
 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%)
 create mode 100644 meta/recipes-support/gpgme/gpgme/0001-Avoid-host-contamination-from-gpg-config.patch
 create mode 100644 meta/recipes-support/gpgme/gpgme/0001-Correctly-install-python-modules.patch

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


More information about the Openembedded-commits mailing list