[oe-commits] [meta-openembedded] branch master-next updated (cd6b342 -> d62b225)

git at git.openembedded.org git at git.openembedded.org
Sun Mar 8 15:15:34 UTC 2020


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

khem pushed a change to branch master-next
in repository meta-openembedded.

    from cd6b342  net-snmp: fix reproducibilty issues in net-snmp-config
     new 3be47e7  networkmanager: Upgrade 1.18.4 -> 1.22.8
     new a367e54  kronosnet: Add recipe
     new 5c051f8  corosync: Update to 3.0.3
     new e15b04f  libqb: Build native version as well
     new d62b225  nss,nspr: Add recipes

The 5 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:
 ...figure.ac-Fix-pkgconfig-sysroot-locations.patch |   6 +-
 ...te-settings-settings-property-documentati.patch |  23 +-
 ...0001-Fix-build-with-musl-systemd-specific.patch |  26 +-
 .../musl/0002-Fix-build-with-musl.patch            |  30 ++-
 .../0003-Fix-build-with-musl-for-n-dhcp4.patch     |  61 +++++
 ...0004-Fix-build-with-musl-systemd-specific.patch |  26 ++
 ...kmanager_1.18.4.bb => networkmanager_1.22.8.bb} |  44 ++--
 ...-configure.ac-fix-pkgconfig-issue-of-rdma.patch |  32 ---
 .../{corosync_2.4.5.bb => corosync_3.0.3.bb}       |  23 +-
 .../recipes-extended/kronosnet/kronosnet_1.15.bb   |  17 ++
 meta-oe/recipes-extended/libqb/libqb_1.0.5.bb      |   2 +
 .../nspr/nspr/0001-md-Fix-build-with-musl.patch    |  31 +++
 .../nspr/nspr/0002-Add-nios2-support.patch         | 102 ++++++++
 ...e.in-remove-_BUILD_STRING-and-_BUILD_TIME.patch | 103 ++++++++
 .../nspr/nspr/fix-build-on-x86_64.patch            |  52 ++++
 meta-oe/recipes-support/nspr/nspr/nspr.pc.in       |  11 +
 .../nspr/nspr/remove-rpath-from-tests.patch        |  26 ++
 .../nspr/remove-srcdir-from-configure-in.patch     |  19 ++
 meta-oe/recipes-support/nspr/nspr_4.25.bb          | 197 +++++++++++++++
 ...a-configure-option-to-disable-ARM-HW-cryp.patch |  52 ++++
 .../nss/0001-nss-fix-support-cross-compiling.patch |  48 ++++
 meta-oe/recipes-support/nss/nss/blank-cert9.db     | Bin 0 -> 28672 bytes
 meta-oe/recipes-support/nss/nss/blank-key4.db      | Bin 0 -> 36864 bytes
 .../nss/nss/disable-Wvarargs-with-clang.patch      |  33 +++
 .../nss/nss-fix-incorrect-shebang-of-perl.patch    | 110 +++++++++
 .../nss/nss/nss-fix-nsinstall-build.patch          |  36 +++
 .../nss/nss/nss-no-rpath-for-cross-compiling.patch |  26 ++
 meta-oe/recipes-support/nss/nss/nss.pc.in          |  11 +
 .../recipes-support/nss/nss/pqg.c-ULL_addend.patch |  23 ++
 meta-oe/recipes-support/nss/nss/signlibs.sh        |  20 ++
 meta-oe/recipes-support/nss/nss/system-pkcs11.txt  |   5 +
 meta-oe/recipes-support/nss/nss_3.50.bb            | 273 +++++++++++++++++++++
 32 files changed, 1364 insertions(+), 104 deletions(-)
 create mode 100644 meta-networking/recipes-connectivity/networkmanager/networkmanager/musl/0003-Fix-build-with-musl-for-n-dhcp4.patch
 create mode 100644 meta-networking/recipes-connectivity/networkmanager/networkmanager/musl/0004-Fix-build-with-musl-systemd-specific.patch
 rename meta-networking/recipes-connectivity/networkmanager/{networkmanager_1.18.4.bb => networkmanager_1.22.8.bb} (76%)
 delete mode 100644 meta-networking/recipes-extended/corosync/corosync/0001-configure.ac-fix-pkgconfig-issue-of-rdma.patch
 rename meta-networking/recipes-extended/corosync/{corosync_2.4.5.bb => corosync_3.0.3.bb} (82%)
 create mode 100644 meta-networking/recipes-extended/kronosnet/kronosnet_1.15.bb
 create mode 100644 meta-oe/recipes-support/nspr/nspr/0001-md-Fix-build-with-musl.patch
 create mode 100644 meta-oe/recipes-support/nspr/nspr/0002-Add-nios2-support.patch
 create mode 100644 meta-oe/recipes-support/nspr/nspr/Makefile.in-remove-_BUILD_STRING-and-_BUILD_TIME.patch
 create mode 100644 meta-oe/recipes-support/nspr/nspr/fix-build-on-x86_64.patch
 create mode 100644 meta-oe/recipes-support/nspr/nspr/nspr.pc.in
 create mode 100644 meta-oe/recipes-support/nspr/nspr/remove-rpath-from-tests.patch
 create mode 100644 meta-oe/recipes-support/nspr/nspr/remove-srcdir-from-configure-in.patch
 create mode 100644 meta-oe/recipes-support/nspr/nspr_4.25.bb
 create mode 100644 meta-oe/recipes-support/nss/nss/0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch
 create mode 100644 meta-oe/recipes-support/nss/nss/0001-nss-fix-support-cross-compiling.patch
 create mode 100644 meta-oe/recipes-support/nss/nss/blank-cert9.db
 create mode 100644 meta-oe/recipes-support/nss/nss/blank-key4.db
 create mode 100644 meta-oe/recipes-support/nss/nss/disable-Wvarargs-with-clang.patch
 create mode 100644 meta-oe/recipes-support/nss/nss/nss-fix-incorrect-shebang-of-perl.patch
 create mode 100644 meta-oe/recipes-support/nss/nss/nss-fix-nsinstall-build.patch
 create mode 100644 meta-oe/recipes-support/nss/nss/nss-no-rpath-for-cross-compiling.patch
 create mode 100644 meta-oe/recipes-support/nss/nss/nss.pc.in
 create mode 100644 meta-oe/recipes-support/nss/nss/pqg.c-ULL_addend.patch
 create mode 100644 meta-oe/recipes-support/nss/nss/signlibs.sh
 create mode 100644 meta-oe/recipes-support/nss/nss/system-pkcs11.txt
 create mode 100644 meta-oe/recipes-support/nss/nss_3.50.bb

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


More information about the Openembedded-commits mailing list