[oe-commits] [openembedded-core] branch master updated (a4c1ede -> ac373c9)

git at git.openembedded.org git at git.openembedded.org
Mon Jan 29 08:50:33 UTC 2018


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

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

    from a4c1ede  gcc: Upgrade 7.2 -> 7.3
     new 3d2c87c  oe-pkgdata-util: Include colon when searching for variables
     new b648075  busybox.inc: Add sanity check to test if the suid binary provides sh
     new 6e97340  libsoup-2.4: upgrade to version 2.60.3
     new 67f2149  pango: upgrade to version 1.40.14
     new d58a173  screen: upgrade to version 4.6.2
     new 661dd74  librsvg-gtk package: add gdk-pixbuf-bin RRECOMMENDS
     new 3e4ddea  package_rpm.bbclass: Fix matching of architecture independent packages
     new cdae5c4  archiver: don't require that images are built using RPM to build SRPMs
     new af2f545  tcf-agent: update machine setting for aarch64 bigendian build
     new f818d25  hdparm: 9.52 -> 9.53
     new db59381  gzip: 1.8 -> 1.9
     new 32b363c  distrodata: add a utility script to compare list of recipes
     new 7bef610  lsb: update to 5.0
     new c5a9c64  lsbtest: minor fixes for LSB 5.0
     new f3beb68  package_rpm.bbclass: improve reproducibility of RPM packages
     new df525ef  kmod: 24 -> 25
     new c2056d1  less: 527 -> 529
     new 2ea66c8  librsvg: 2.40.19 -> 2.40.20
     new bd1326a  blktrace: 1.1.0+gitX -> 1.2.0+gitX
     new a8944a7  libunwind: 1.2 -> 1.2.1
     new 7177627  linux-libc-headers: 4.12 -> 4.14.13
     new 8644d7b  man-pages: 4.11 -> 4.14
     new a321b28  python: fix parse dependencies
     new 4ca2d60  python3-manifest: add the _pydecimal files to the numbers package
     new 9f2de4f  python: Upgrade both python and python-native to 2.7.14
     new 0578948  meson: Adjust for clang compiler
     new 8547f1e  bitbake.conf: add STAMPS_DIR to BB_HASHBASE_WHITELIST
     new fa49561  libfm: split the gtk+ bindings into their own package
     new ac373c9  glibc: Adapt do_install_append_aarch64() for usrmerge

The 29 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/archiver.bbclass                      |   9 +-
 meta/classes/meson.bbclass                         |   9 +-
 meta/classes/package_rpm.bbclass                   |   7 +-
 meta/conf/bitbake.conf                             |   2 +-
 meta/recipes-core/busybox/busybox.inc              |   6 +
 meta/recipes-core/glibc/glibc-package.inc          |  12 +-
 ...on-native_2.7.13.bb => python-native_2.7.14.bb} |   6 +
 meta/recipes-devtools/python/python.inc            |   6 +-
 .../01-use-proper-tools-for-cross-build.patch      |  17 +--
 .../python/Don-t-use-getentropy-on-Linux.patch     |  41 -------
 .../python/python/fix-makefile-for-ptest.patch     |   6 +-
 .../python/parallel-makeinst-create-bindir.patch   |  12 +-
 .../python/python3/python3-manifest.json           |   8 +-
 meta/recipes-devtools/python/python3_3.5.3.bb      |  45 ++++---
 .../python/{python_2.7.13.bb => python_2.7.14.bb}  |  39 +++---
 meta/recipes-devtools/tcf-agent/tcf-agent_git.bb   |   2 +-
 .../0001-gzip-port-zdiff-zless-to-Busybox.patch    |  59 ---------
 .../{gzip-1.8 => gzip-1.9}/wrong-path-fix.patch    |  23 ++--
 .../gzip/{gzip_1.8.bb => gzip_1.9.bb}              |   5 +-
 .../hdparm/{hdparm_9.52.bb => hdparm_9.53.bb}      |   4 +-
 .../less/{less_527.bb => less_529.bb}              |   4 +-
 .../lsb/{lsb_4.1.bb => lsb_5.0.bb}                 |   7 +-
 meta/recipes-extended/lsb/lsbtest/LSB_Test.sh      |   4 +-
 meta/recipes-extended/lsb/lsbtest/session          |  11 +-
 meta/recipes-extended/lsb/lsbtest_1.0.bb           |   5 +-
 .../{man-pages_4.11.bb => man-pages_4.14.bb}       |   6 +-
 .../screen/{screen_4.6.1.bb => screen_4.6.2.bb}    |   4 +-
 .../{librsvg_2.40.19.bb => librsvg_2.40.20.bb}     |   5 +-
 .../pango/{pango_1.40.12.bb => pango_1.40.14.bb}   |   4 +-
 ...-include-sys-types.h-for-dev_t-definition.patch |  30 -----
 .../recipes-kernel/blktrace/blktrace/ldflags.patch |   6 +-
 meta/recipes-kernel/blktrace/blktrace_git.bb       |   5 +-
 meta/recipes-kernel/kmod/kmod.inc                  |   4 +-
 ...aders_4.12.bb => linux-libc-headers_4.14.13.bb} |   4 +-
 meta/recipes-support/libfm/libfm_1.2.5.bb          |  12 ++
 ...libsoup-2.4_2.60.2.bb => libsoup-2.4_2.60.3.bb} |   4 +-
 .../libunwind/libunwind/fix-mips.patch             | 134 ---------------------
 .../{libunwind_1.2.bb => libunwind_1.2.1.bb}       |   5 +-
 scripts/distro/build-recipe-list.py                | 117 ++++++++++++++++++
 scripts/distro/distrocompare.sh                    | 123 +++++++++++++++++++
 scripts/oe-pkgdata-util                            |  16 +--
 41 files changed, 416 insertions(+), 412 deletions(-)
 rename meta/recipes-devtools/python/{python-native_2.7.13.bb => python-native_2.7.14.bb} (94%)
 delete mode 100644 meta/recipes-devtools/python/python/Don-t-use-getentropy-on-Linux.patch
 rename meta/recipes-devtools/python/{python_2.7.13.bb => python_2.7.14.bb} (90%)
 delete mode 100644 meta/recipes-extended/gzip/files/0001-gzip-port-zdiff-zless-to-Busybox.patch
 rename meta/recipes-extended/gzip/{gzip-1.8 => gzip-1.9}/wrong-path-fix.patch (70%)
 rename meta/recipes-extended/gzip/{gzip_1.8.bb => gzip_1.9.bb} (86%)
 rename meta/recipes-extended/hdparm/{hdparm_9.52.bb => hdparm_9.53.bb} (90%)
 rename meta/recipes-extended/less/{less_527.bb => less_529.bb} (89%)
 rename meta/recipes-extended/lsb/{lsb_4.1.bb => lsb_5.0.bb} (96%)
 rename meta/recipes-extended/man-pages/{man-pages_4.11.bb => man-pages_4.14.bb} (79%)
 rename meta/recipes-extended/screen/{screen_4.6.1.bb => screen_4.6.2.bb} (93%)
 rename meta/recipes-gnome/librsvg/{librsvg_2.40.19.bb => librsvg_2.40.20.bb} (88%)
 rename meta/recipes-graphics/pango/{pango_1.40.12.bb => pango_1.40.14.bb} (92%)
 delete mode 100644 meta/recipes-kernel/blktrace/blktrace/0001-include-sys-types.h-for-dev_t-definition.patch
 rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_4.12.bb => linux-libc-headers_4.14.13.bb} (71%)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.60.2.bb => libsoup-2.4_2.60.3.bb} (89%)
 delete mode 100644 meta/recipes-support/libunwind/libunwind/fix-mips.patch
 rename meta/recipes-support/libunwind/{libunwind_1.2.bb => libunwind_1.2.1.bb} (84%)
 create mode 100755 scripts/distro/build-recipe-list.py
 create mode 100755 scripts/distro/distrocompare.sh

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


More information about the Openembedded-commits mailing list