From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 030DA7002B for ; Wed, 21 Sep 2016 05:58:20 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id u8L5wJ0A024080 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Tue, 20 Sep 2016 22:58:19 -0700 (PDT) Received: from pek-hostel-deb01.wrs.com (128.224.153.151) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.294.0; Tue, 20 Sep 2016 22:58:18 -0700 From: To: Date: Wed, 21 Sep 2016 13:41:01 +0800 Message-ID: X-Mailer: git-send-email 2.8.3 MIME-Version: 1.0 Subject: [meta-networking][PATCH 0/8 v2] libtalloc/tevent/ldb/tdb: fixes license and deterministic builds X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 05:58:21 -0000 Content-Type: text/plain From: Jackie Huang v2 changes: * Fix license issue found in v1 * Add --without-pkgs for each as suggested in v1 * Add configure option for libbsd -- The following changes since commit 24e387aaf78bc0f68a46abb1fab3a76364804bd1: openldap: fix CVE-2015-3276 (2016-09-19 16:24:10 +0200) are available in the git repository at: git://git.pokylinux.org/poky-contrib.git jhuang0/d_waf-pkgs_160921_1 http://git.pokylinux.org/cgit.cgi//log/?h=jhuang0/d_waf-pkgs_160921_1 Jackie Huang (8): libtalloc: fix for LIC_FILES_CHKSUM libtevent: fix for LIC_FILES_CHKSUM libtdb: fix for LIC_FILES_CHKSUM libldb: fix for LIC_FILES_CHKSUM libtalloc: fixes for deterministic builds libtevent: fixes for deterministic builds libldb: fixes for deterministic builds libtdb: fixes for deterministic builds .../ldb-Add-configure-options-for-packages.patch | 177 ++++++++++++++++++++ .../recipes-support/libldb/libldb_1.1.27.bb | 20 ++- ...talloc-Add-configure-options-for-packages.patch | 177 ++++++++++++++++++++ .../recipes-support/libtalloc/libtalloc_2.1.8.bb | 21 ++- .../tdb-Add-configure-options-for-packages.patch | 177 ++++++++++++++++++++ .../recipes-support/libtdb/libtdb_1.3.10.bb | 21 ++- ...tevent-Add-configure-options-for-packages.patch | 180 +++++++++++++++++++++ .../recipes-support/libtevent/libtevent_0.9.29.bb | 19 ++- 8 files changed, 773 insertions(+), 19 deletions(-) create mode 100644 meta-networking/recipes-support/libldb/libldb/ldb-Add-configure-options-for-packages.patch create mode 100644 meta-networking/recipes-support/libtalloc/libtalloc/talloc-Add-configure-options-for-packages.patch create mode 100644 meta-networking/recipes-support/libtdb/libtdb/tdb-Add-configure-options-for-packages.patch create mode 100644 meta-networking/recipes-support/libtevent/libtevent/tevent-Add-configure-options-for-packages.patch -- 2.8.3