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 223496A464 for ; Tue, 23 Jul 2013 11:24:07 +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.14.5/8.14.3) with ESMTP id r6NBO6eU028529 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Tue, 23 Jul 2013 04:24:07 -0700 (PDT) Received: from [128.224.162.194] (128.224.162.194) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.2.342.3; Tue, 23 Jul 2013 04:24:06 -0700 Message-ID: <51EE67D5.9010709@windriver.com> Date: Tue, 23 Jul 2013 19:24:05 +0800 From: Hongxu Jia User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: References: In-Reply-To: Subject: Re: [PATCH 0/1] nss:fix postinst failed at rootfs time 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, 23 Jul 2013 11:24:07 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 07/22/2013 01:45 PM, Hongxu Jia wrote: > Test Case: > > *On host: > 1) In local.conf > IMAGE_INSTALL_append = " nss" > 2) Build core-image-sato > > *On target: > 1) Search checksum file > root@qemuarm:~# find /usr/lib/ -name "*.chk" > /usr/lib/libfreebl3.chk > /usr/lib/libnssdbm3.chk > /usr/lib/libsoftokn3.chk > > 2) Test for valid checksum files. > root@qemuarm:~# chktest /usr/lib/libfreebl3.so > SUCCESS > root@qemuarm:~# chktest /usr/lib/libnssdbm3.so > SUCCESS > root@qemuarm:~# chktest /usr/lib/libsoftokn3.so > SUCCESS > > //Hongxu > > The following changes since commit 3dee534f1e25109e0bdb681de0746c336f4b8840: > > lib/oeqa: fix dependecy check (2013-07-16 10:04:17 +0100) > > are available in the git repository at: > > git://git.pokylinux.org/poky-contrib hongxu/fix-nss-postinst > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-python-readlne Fix typo: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-nss-postinst //Hongxu > > Hongxu Jia (1): > nss:fix postinst failed at rootfs time > > meta/recipes-support/nss/nss.inc | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) >