From 36c553652fb674778dc5d84cfb74185b9cc2ae23 Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Wed, 25 Jul 2018 16:02:23 +0800 Subject: pps-tools: use ${PN} for RDEPENDS Signed-off-by: Changqing Li Signed-off-by: Khem Raj --- 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 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} \ -- cgit 1.2.3-korg