Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/1] hdparm: hdparm man pages can not be forbiden
@ 2014-10-20  9:30 Liu Jian
  2014-10-20 10:33 ` Paul Barker
  0 siblings, 1 reply; 3+ messages in thread
From: Liu Jian @ 2014-10-20  9:30 UTC (permalink / raw)
  To: openembedded-core

"--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 <jian.liu@windriver.com>
---
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

-- 
Jian Liu
Email: jian.liu@windriver.com
Office Phone: 86-10-84778539



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] hdparm: hdparm man pages can not be forbiden
  2014-10-20  9:30 [PATCH 1/1] hdparm: hdparm man pages can not be forbiden Liu Jian
@ 2014-10-20 10:33 ` Paul Barker
  2014-10-22  6:08   ` Liu Jian
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Barker @ 2014-10-20 10:33 UTC (permalink / raw)
  To: Liu Jian; +Cc: OE Core

On 20 October 2014 10:30, Liu Jian <jian.liu@windriver.com> 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 <jian.liu@windriver.com>
> ---
> 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,

-- 
Paul Barker

Email: paul@paulbarker.me.uk
http://www.paulbarker.me.uk


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] hdparm: hdparm man pages can not be forbiden
  2014-10-20 10:33 ` Paul Barker
@ 2014-10-22  6:08   ` Liu Jian
  0 siblings, 0 replies; 3+ messages in thread
From: Liu Jian @ 2014-10-22  6:08 UTC (permalink / raw)
  To: Paul Barker; +Cc: OE Core

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 <jian.liu@windriver.com> 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 <jian.liu@windriver.com>
>> ---
>> 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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-22  6:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-20  9:30 [PATCH 1/1] hdparm: hdparm man pages can not be forbiden Liu Jian
2014-10-20 10:33 ` Paul Barker
2014-10-22  6:08   ` Liu Jian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox