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

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.