All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ts-calibrate-init: Fix QA warning
@ 2014-01-24 18:27 Franklin S. Cooper Jr
  2014-01-24 18:37 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Franklin S. Cooper Jr @ 2014-01-24 18:27 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* 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



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

* Re: [PATCH] ts-calibrate-init: Fix QA warning
  2014-01-24 18:27 [PATCH] ts-calibrate-init: Fix QA warning Franklin S. Cooper Jr
@ 2014-01-24 18:37 ` Denys Dmytriyenko
  2014-01-24 18:47   ` Cooper Jr., Franklin
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2014-01-24 18:37 UTC (permalink / raw)
  To: Franklin S. Cooper Jr; +Cc: meta-arago

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


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

* Re: [PATCH] ts-calibrate-init: Fix QA warning
  2014-01-24 18:37 ` Denys Dmytriyenko
@ 2014-01-24 18:47   ` Cooper Jr., Franklin
  0 siblings, 0 replies; 3+ messages in thread
From: Cooper Jr., Franklin @ 2014-01-24 18:47 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org



> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Friday, January 24, 2014 12:38 PM
> To: Cooper Jr., Franklin
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH] ts-calibrate-init: Fix QA warning
> 
> http://arago-project.org/pipermail/meta-arago/2014-January/002846.html
[Franklin] Somehow I missed that. Take this patch as an indirect ack on your patch then :)
> 
> 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.b
> > +++ b
> > @@ -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


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

end of thread, other threads:[~2014-01-24 18:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-24 18:27 [PATCH] ts-calibrate-init: Fix QA warning Franklin S. Cooper Jr
2014-01-24 18:37 ` Denys Dmytriyenko
2014-01-24 18:47   ` Cooper Jr., Franklin

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.