From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QNRY4-0001DJ-Uz for openembedded-core@lists.openembedded.org; Fri, 20 May 2011 17:23:33 +0200 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 20 May 2011 08:20:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.65,242,1304319600"; d="scan'208";a="1583752" Received: from unknown (HELO [10.255.12.39]) ([10.255.12.39]) by orsmga001.jf.intel.com with ESMTP; 20 May 2011 08:20:31 -0700 Message-ID: <4DD686BF.5000606@intel.com> Date: Fri, 20 May 2011 08:20:31 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc13 Thunderbird/3.1.10 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: In-Reply-To: Subject: Re: [PATCHv2 0/3] Fix recipes to build with uclibc X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2011 15:23:33 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 05/19/2011 05:02 PM, Khem Raj wrote: > This series addresses review from RP > > The following changes since commit bcf6445c5e77ab3563dc2dfa56d17ae811eb813d: > > opkg_svn.bb: Install rcS.d into ${D} instead of ${IMAGE_ROOTFS} (2011-05-19 16:56:45 -0700) > > are available in the git repository at: > git@git.openembedded.org:openembedded-core-contrib.git kraj/uclibc > http://cgit.openembedded.org/cgit.cgi//log/?h=kraj/uclibc > > Khem Raj (3): > uclibc/site_config/funcs: getloadavg is unimplemented Pulled > distcc_2.18.3.bb: Fix compilation on uclibc Not pulled - See Phil's comments > nfs-utils_1.2.3.bb: Fix compile failure on uclibc > Pulled Thanks Sau! > .../nfs-utils/nfs-utils-1.0.6-uclibc.patch | 16 +++++++----- > .../nfs-utils/nfs-utils-1.2.3-uclibc-libio.h.patch | 26 ++++++++++++++++++++ > .../nfs-utils/nfs-utils_1.2.3.bb | 1 + > meta/recipes-core/uclibc/site_config/funcs | 1 - > meta/recipes-devtools/distcc/distcc_2.18.3.bb | 15 +++++++---- > 5 files changed, 46 insertions(+), 13 deletions(-) > create mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-1.2.3-uclibc-libio.h.patch >