[oe-commits] [meta-openembedded] 32/71: pps-tools: use ${PN} for RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Sun Jul 29 15:53:56 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 36c553652fb674778dc5d84cfb74185b9cc2ae23
Author: Changqing Li <changqing.li at windriver.com>
AuthorDate: Wed Jul 25 16:02:23 2018 +0800

    pps-tools: use ${PN} for RDEPENDS
    
    Signed-off-by: Changqing Li <changqing.li at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.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} \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list