aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pps-tools
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2018-07-25 16:02:23 +0800
committerKhem Raj <raj.khem@gmail.com>2018-07-27 07:19:14 -0700
commit36c553652fb674778dc5d84cfb74185b9cc2ae23 (patch)
tree12e465c415a5bb74fa07b5aa68f4956f49e725b7 /meta-oe/recipes-support/pps-tools
parentbbff397328fb1fca857143e37222ca3c3efeee1d (diff)
downloadmeta-openembedded-contrib-36c553652fb674778dc5d84cfb74185b9cc2ae23.tar.gz
pps-tools: use ${PN} for RDEPENDS
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/pps-tools')
-rw-r--r--meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb2
1 files changed, 1 insertions, 1 deletions
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 106be35406..c8baa5d9ca 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} \