All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pps-tools: use ${PN} for RDEPENDS
@ 2018-07-25  8:02 changqing.li
  0 siblings, 0 replies; only message in thread
From: changqing.li @ 2018-07-25  8:02 UTC (permalink / raw)
  To: openembedded-devel

From: Changqing Li <changqing.li@windriver.com>

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb b/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb
index 106be35..c8baa5d 100644
--- a/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb
+++ b/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb
@@ -9,7 +9,7 @@ SRC_URI = "git://github.com/ago/pps-tools.git"
 
 S = "${WORKDIR}/git"
 
-RDEPENDS_pps-tools = "bash"
+RDEPENDS_${PN} = "bash"
 
 do_install() {
         install -d ${D}${bindir} ${D}${includedir} \
-- 
2.7.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-07-25  8:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-25  8:02 [PATCH] pps-tools: use ${PN} for RDEPENDS changqing.li

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.