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 1D9E560097 for ; Wed, 22 Oct 2014 06:10:01 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.9/8.14.5) with ESMTP id s9M6A1RZ022533 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 21 Oct 2014 23:10:01 -0700 (PDT) Received: from [128.224.163.134] (128.224.163.134) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.174.1; Tue, 21 Oct 2014 23:10:01 -0700 Message-ID: <544749C8.4080805@windriver.com> Date: Wed, 22 Oct 2014 14:08:08 +0800 From: Liu Jian User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Paul Barker References: <5444D64D.2030802@windriver.com> In-Reply-To: Cc: OE Core Subject: Re: [PATCH 1/1] hdparm: hdparm man pages can not be forbiden 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: Wed, 22 Oct 2014 06:10:01 -0000 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit Hi Barker, You are right. It is my mistake. I will send a new one later. Liu Jian 于 2014年10月20日 18:33, Paul Barker 写道: > On 20 October 2014 10:30, Liu Jian wrote: >> "--enable-doc-pages" can control if man page of a package is added >> to the file system. "none" and "target" are the two only values. >> default value is none. But man page of hdparm is still included if >> --enable-doc-pages equals none while man page of hdparm should be >> included if target is set. >> >> Signed-off-by: Jian Liu >> --- >> meta/recipes-extended/hdparm/hdparm_9.39.bb | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/meta/recipes-extended/hdparm/hdparm_9.39.bb >> b/meta/recipes-extended/hdparm/hdparm_9.39.bb >> index 58ceb91..e2ad37d 100644 >> --- a/meta/recipes-extended/hdparm/hdparm_9.39.bb >> +++ b/meta/recipes-extended/hdparm/hdparm_9.39.bb >> @@ -8,12 +8,12 @@ LIC_FILES_CHKSUM = >> "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24 \ >> file://wiper/GPLv2.txt;md5=fcb02dc552a041dee27e4b85c7396067 \ >> file://wiper/wiper.sh;beginline=7;endline=31;md5=b7bc642addc152ea307505bf1a296f09" >> >> -PR = "r3" >> +PR = "r4" >> >> PACKAGES += "wiper" >> >> FILES_wiper = "${bindir}/wiper.sh" >> -FILES_${PN} = "${base_sbindir} ${mandir}" >> +FILES_${PN} = "${base_sbindir}" >> >> RDEPENDS_wiper = "bash gawk stat" >> >> -- >> 1.8.5.2.233.g932f7e4 > It looks like this patch has also been corrupted by your email program > and is also against an old version of oe-core. The current version of > hdparm is 9.43 not 9.39 and it looks like this change is no longer > necessary. > > Thanks, > -- Jian Liu Email: jian.liu@windriver.com Office Phone: 86-10-84778539