All of lore.kernel.org
 help / color / mirror / Atom feed
From: Liu Jian <jian.liu@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 1/1] hdparm: hdparm man pages can not be forbiden
Date: Mon, 20 Oct 2014 17:30:53 +0800	[thread overview]
Message-ID: <5444D64D.2030802@windriver.com> (raw)

"--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



             reply	other threads:[~2014-10-20  9:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-20  9:30 Liu Jian [this message]
2014-10-20 10:33 ` [PATCH 1/1] hdparm: hdparm man pages can not be forbiden Paul Barker
2014-10-22  6:08   ` Liu Jian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5444D64D.2030802@windriver.com \
    --to=jian.liu@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.