From: Denys Dmytriyenko <denys@ti.com>
To: "Franklin S. Cooper Jr" <fcooper@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH] ts-calibrate-init: Fix QA warning
Date: Fri, 24 Jan 2014 13:37:59 -0500 [thread overview]
Message-ID: <20140124183758.GM30525@edge> (raw)
In-Reply-To: <1390588035-27597-1-git-send-email-fcooper@ti.com>
http://arago-project.org/pipermail/meta-arago/2014-January/002846.html
On Fri, Jan 24, 2014 at 12:27:15PM -0600, Franklin S. Cooper Jr wrote:
> * RDEPENDS statements should be package specific.
> * Set the REDEPENDS to ${PN} to fix the QA warning message.
> ---
> .../tslib/ts-calibrate-init_1.0.bb | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-arago-extras/recipes-graphics/tslib/ts-calibrate-init_1.0.bb b/meta-arago-extras/recipes-graphics/tslib/ts-calibrate-init_1.0.bb
> index 7148034..98588d3 100644
> --- a/meta-arago-extras/recipes-graphics/tslib/ts-calibrate-init_1.0.bb
> +++ b/meta-arago-extras/recipes-graphics/tslib/ts-calibrate-init_1.0.bb
> @@ -1,12 +1,12 @@
> # This recipe installs an init script that can be used to invoke ts_calibrate
> # on systems that need this done during the boot sequence.
> DESCRIPTION = "TS calibration init script"
> -RDEPENDS += "tslib"
> +RDEPENDS_${PN} += "tslib"
>
> LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://init;beginline=2;endline=11;md5=4b2e3b15f01cf63d2cb7988afdcc6c60"
>
> -PR = "r0"
> +PR = "r1"
>
> S = "${WORKDIR}"
>
> --
> 1.7.0.4
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
next prev parent reply other threads:[~2014-01-24 18:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-24 18:27 [PATCH] ts-calibrate-init: Fix QA warning Franklin S. Cooper Jr
2014-01-24 18:37 ` Denys Dmytriyenko [this message]
2014-01-24 18:47 ` Cooper Jr., Franklin
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=20140124183758.GM30525@edge \
--to=denys@ti.com \
--cc=fcooper@ti.com \
--cc=meta-arago@arago-project.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.