From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tim.rpsys.net (93-97-173-237.zone5.bethere.co.uk [93.97.173.237]) by mx1.pokylinux.org (Postfix) with ESMTP id 9084F4C800AF for ; Fri, 27 May 2011 07:18:20 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p4RCIHQA002047; Fri, 27 May 2011 13:18:17 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01934-03; Fri, 27 May 2011 13:18:13 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p4RCIBlN002041 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 27 May 2011 13:18:11 +0100 From: Richard Purdie To: Qing He In-Reply-To: References: Date: Fri, 27 May 2011 13:18:05 +0100 Message-ID: <1306498685.27470.262.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Cc: poky@yoctoproject.org Subject: Re: [PATCH 1/1] rpm: fix fprint pointer issue X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2011 12:18:21 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2011-05-27 at 17:03 +0800, Qing He wrote: > [YOCTO #1030] > > Signed-off-by: Qing He > --- > .../rpm/rpm/fprint-pointer-fix.patch | 35 ++++++++++++++++++++ > meta/recipes-devtools/rpm/rpm_5.4.0.bb | 3 +- > 2 files changed, 37 insertions(+), 1 deletions(-) > create mode 100644 meta/recipes-devtools/rpm/rpm/fprint-pointer-fix.patch > Applied to master, thanks. Richard