From: Philipp Wagner <lists@philipp-wagner.com>
To: Andrei Gherzan <andrei@gherzan.ro>
Cc: yocto@yoctoproject.org
Subject: Re: [meta-raspberrypi][PATCH 1/1] rpi-first-run-wizard: Fix RDEPENDS warning
Date: Tue, 19 Feb 2013 15:03:05 +0100 [thread overview]
Message-ID: <51238619.4010206@philipp-wagner.com> (raw)
In-Reply-To: <1360518927-20296-1-git-send-email-andrei@gherzan.ro>
Am 10.02.2013 18:55, schrieb Andrei Gherzan:
> WARNING: QA Issue: [...]/rpi-first-run-wizard.bb:
> Variable RDEPENDS is set as not being package specific, please fix this.
>
> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
> ---
> recipes-extra/startup/rpi-first-run-wizard.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-extra/startup/rpi-first-run-wizard.bb b/recipes-extra/startup/rpi-first-run-wizard.bb
> index c5cef7c..6ede56e 100644
> --- a/recipes-extra/startup/rpi-first-run-wizard.bb
> +++ b/recipes-extra/startup/rpi-first-run-wizard.bb
> @@ -3,11 +3,11 @@ LICENSE = "GPLV2"
> LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>
> DEPENDS = "zenity dbus"
> -RDEPENDS = "slim sudo zenity dbus"
> +RDEPENDS_${PN} = "slim sudo zenity dbus"
>
> COMPATIBLE_MACHINE = "raspberrypi"
>
> -PR = "r1"
> +PR = "r2"
>
> SRC_URI = " \
> file://LICENSE \
>
I've applied this patch and it works as expected.
Philipp
next prev parent reply other threads:[~2013-02-19 14:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-10 17:55 [meta-raspberrypi][PATCH 1/1] rpi-first-run-wizard: Fix RDEPENDS warning Andrei Gherzan
2013-02-19 14:03 ` Philipp Wagner [this message]
2013-02-20 11:16 ` Andrei Gherzan
2013-03-13 17:49 ` Andrei Gherzan
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=51238619.4010206@philipp-wagner.com \
--to=lists@philipp-wagner.com \
--cc=andrei@gherzan.ro \
--cc=yocto@yoctoproject.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.