[oe-commits] [openembedded-core] branch master updated (3328211 -> 5e5569c)

git at git.openembedded.org git at git.openembedded.org
Mon Jan 22 10:41:16 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 3328211  python: fix RDEPENDS on several recipes, due to non-existent packages
     add 792cfba  populate_sdk_ext: Set cleandirs correctly
     add de2530a  perl: add Config_git.PL to -lib
     add 4e3e181  mesa: Upgrade 17.3.2 -> 17.3.3 release
     add 918754c  connman: fix nat-postrouting not update issue
     add 2ea983d  connman: Fix a crash using wispr over TLS
     add d6ac8a5  connman: Implement subnet route in session
     add df61422  u-boot: Upgrade to 2018.01 release
     add 2d3084e  go-dep: Add native and nativesdk variants
     new 64d3ce8  oe-pkgdata-util: Refactor functions for consistency
     new f78478f  oe-pkgdata-util: Add support for RPROVIDES
     new c98c954  adwaita-icon-theme: 3.26.0 -> 3.26.1
     new 77f692e  common-licenses: Add BSD-1-Clause
     new 68a3ae1  grub: Fix device mapper dependency
     new 68d98f3  libevent: fix 32bit linux regress test
     new 2065bb2  openssh: Disable wtmp when using musl libc
     new 0b7a1a5  bash: 4.4 -> 4.4.12
     new 5e5569c  lib/oe/package_manager/sdk: Ensure do_populate_sdk_ext and do_populate_sdk repos don't conflict

The 9 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/populate_sdk_ext.bbclass              |   2 +-
 meta/classes/rootfs_deb.bbclass                    |   1 +
 meta/classes/rootfs_ipk.bbclass                    |   1 +
 meta/files/common-licenses/BSD-1-Clause            |   9 ++
 meta/lib/oe/package_manager.py                     |   5 +-
 meta/lib/oe/sdk.py                                 |  10 +-
 meta/recipes-bsp/grub/grub2.inc                    |   2 +-
 .../u-boot/files/10m50-update-device-tree.patch    |  28 ----
 .../u-boot/files/v2017.11-fw-utils-build-fix.patch |  41 -----
 ...ommon_2017.11.inc => u-boot-common_2018.01.inc} |   4 +-
 ...utils_2017.11.bb => u-boot-fw-utils_2018.01.bb} |   0
 ...kimage_2017.11.bb => u-boot-mkimage_2018.01.bb} |   0
 .../{u-boot_2017.11.bb => u-boot_2018.01.bb}       |   0
 ...iognutls-Fix-a-crash-using-wispr-over-TLS.patch |  41 +++++
 ...Add-prefixlen-to-iproute_default_function.patch |  63 ++++++++
 ...ion-Keep-track-of-addr-in-fw_snat-session.patch | 112 +++++++++++++
 ...ent-subnet-route-creation-deletion-in-ipr.patch |  69 ++++++++
 ...ent-APIs-for-creating-and-deleting-subnet.patch |  68 ++++++++
 ...e-subnet-route-creation-and-deletion-APIs.patch |  77 +++++++++
 meta/recipes-connectivity/connman/connman_1.35.bb  |   6 +
 meta/recipes-connectivity/openssh/openssh_7.6p1.bb |   3 +
 meta/recipes-devtools/go/go-dep_0.3.2.bb           |   2 +
 meta/recipes-devtools/perl/perl_5.24.1.bb          |   1 +
 meta/recipes-extended/bash/bash_4.4.12.bb          |  24 +++
 meta/recipes-extended/bash/bash_4.4.bb             |  60 -------
 ...heme_3.26.0.bb => adwaita-icon-theme_3.26.1.bb} |   4 +-
 .../mesa/{mesa-gl_17.3.2.bb => mesa-gl_17.3.3.bb}  |   0
 .../mesa/{mesa_17.3.2.bb => mesa_17.3.3.bb}        |   4 +-
 .../0001-test-fix-32bit-linux-regress.patch        |  48 ++++++
 meta/recipes-support/libevent/libevent_2.1.8.bb    |   1 +
 scripts/oe-pkgdata-util                            | 173 ++++++++++++---------
 31 files changed, 641 insertions(+), 218 deletions(-)
 create mode 100644 meta/files/common-licenses/BSD-1-Clause
 delete mode 100644 meta/recipes-bsp/u-boot/files/10m50-update-device-tree.patch
 delete mode 100644 meta/recipes-bsp/u-boot/files/v2017.11-fw-utils-build-fix.patch
 rename meta/recipes-bsp/u-boot/{u-boot-common_2017.11.inc => u-boot-common_2018.01.inc} (72%)
 rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.11.bb => u-boot-fw-utils_2018.01.bb} (100%)
 rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.11.bb => u-boot-mkimage_2018.01.bb} (100%)
 rename meta/recipes-bsp/u-boot/{u-boot_2017.11.bb => u-boot_2018.01.bb} (100%)
 create mode 100644 meta/recipes-connectivity/connman/connman/0001-giognutls-Fix-a-crash-using-wispr-over-TLS.patch
 create mode 100644 meta/recipes-connectivity/connman/connman/0001-inet-Add-prefixlen-to-iproute_default_function.patch
 create mode 100644 meta/recipes-connectivity/connman/connman/0001-session-Keep-track-of-addr-in-fw_snat-session.patch
 create mode 100644 meta/recipes-connectivity/connman/connman/0002-inet-Implement-subnet-route-creation-deletion-in-ipr.patch
 create mode 100644 meta/recipes-connectivity/connman/connman/0003-inet-Implement-APIs-for-creating-and-deleting-subnet.patch
 create mode 100644 meta/recipes-connectivity/connman/connman/0004-session-Use-subnet-route-creation-and-deletion-APIs.patch
 create mode 100644 meta/recipes-extended/bash/bash_4.4.12.bb
 delete mode 100644 meta/recipes-extended/bash/bash_4.4.bb
 rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.26.0.bb => adwaita-icon-theme_3.26.1.bb} (93%)
 rename meta/recipes-graphics/mesa/{mesa-gl_17.3.2.bb => mesa-gl_17.3.3.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_17.3.2.bb => mesa_17.3.3.bb} (88%)
 create mode 100644 meta/recipes-support/libevent/libevent/0001-test-fix-32bit-linux-regress.patch

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


More information about the Openembedded-commits mailing list