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 3FF2D4C8057C for ; Tue, 17 May 2011 09:27:23 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p4HERJmw017395; Tue, 17 May 2011 15:27:19 +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 17364-01; Tue, 17 May 2011 15:27:15 +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 p4HEREQG017389 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 17 May 2011 15:27:14 +0100 From: Richard Purdie To: Xiaofeng Yan In-Reply-To: References: Date: Tue, 17 May 2011 15:27:13 +0100 Message-ID: <1305642433.3424.245.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 0/3] Add init-functions, libQtOpenGL.so* to lsb-image 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: Tue, 17 May 2011 14:27:23 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2011-05-17 at 14:01 +0800, Xiaofeng Yan wrote: > From: Xiaofeng Yan > > These files are needed by LSB Test Suite. So I push them to poky. > > > Pull URL: git://git.pokylinux.org/poky-contrib.git > Branch: xiaofeng/lsb > Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/lsb > > Thanks, > Xiaofeng Yan > --- > > > Xiaofeng Yan (3): > lsb: Install init-functions to rpm package > lsbsetup: Add a link for lsb test > task-core-lsb: Add libQtOpenGL.so* library to lsb-image Merged to master, thanks. Richard