From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id 13E2A6080F for ; Tue, 19 Jul 2016 07:41:45 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id u6J7fkgh001868 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Tue, 19 Jul 2016 00:41:46 -0700 (PDT) Received: from pek-hostel-deb02.wrs.com (128.224.153.152) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.248.2; Tue, 19 Jul 2016 00:41:45 -0700 From: To: Date: Tue, 19 Jul 2016 15:39:19 +0800 Message-ID: X-Mailer: git-send-email 2.6.1 MIME-Version: 1.0 Subject: [PATCH 0/1] Make quota compile pass when disable rpc X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2016 07:41:46 -0000 Content-Type: text/plain From: Kai Kang The following changes since commit 627d01997fcf6a0581d88047735769ffb2592b82: useradd-staticids: use map() instead of imap() (2016-07-12 23:12:00 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/quota http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/quota Kai Kang (1): quota: make compile pass when disable rpc .../0001-Use-NGROUPS_MAX-instead-of-NGROUPS.patch | 83 +++++++++++ ...ing-on-systems-that-do-not-have-rpc-heade.patch | 153 +++++++++++++++++++++ ...-rpc.rquotad-when-disable-rpc-was-request.patch | 62 +++++++++ ...0004-Fix-warnings-due-to-missing-stdlib.h.patch | 46 +++++++ meta/recipes-extended/quota/quota/fcntl.patch | 28 ---- meta/recipes-extended/quota/quota_4.03.bb | 8 +- 6 files changed, 350 insertions(+), 30 deletions(-) create mode 100644 meta/recipes-extended/quota/quota/0001-Use-NGROUPS_MAX-instead-of-NGROUPS.patch create mode 100644 meta/recipes-extended/quota/quota/0002-Allow-building-on-systems-that-do-not-have-rpc-heade.patch create mode 100644 meta/recipes-extended/quota/quota/0003-Don-t-build-rpc.rquotad-when-disable-rpc-was-request.patch create mode 100644 meta/recipes-extended/quota/quota/0004-Fix-warnings-due-to-missing-stdlib.h.patch -- 2.6.1