From: Koen Kooi Date: Fri, 4 Nov 2011 15:39:36 +0000 (+0100) Subject: bonescript: add runtime dependency for nodejs X-Git-Tag: v2012.05-yocto1.2~223 X-Git-Url: https://git.ti.com/gitweb?p=glsdk%2Fmeta-ti-glsdk.git;a=commitdiff_plain;h=32c916fcb083a3e49f7976dda32cce33010f201c bonescript: add runtime dependency for nodejs Signed-off-by: Koen Kooi --- diff --git a/recipes-misc/payload/bonescript.bb b/recipes-misc/payload/bonescript.bb index 9c5064a..700d460 100644 --- a/recipes-misc/payload/bonescript.bb +++ b/recipes-misc/payload/bonescript.bb @@ -1,5 +1,7 @@ DESCRIPTION = "Scripting tools for the BeagleBoard and BeagleBone" +PR = "r1" + inherit allarch # Ask Jason @@ -16,4 +18,5 @@ do_install() { cp -a ${S}/.git ${D}${localstatedir}/lib/cloud9/ } +RDEPENDS_${PN} = "nodejs" FILES_${PN} += "${localstatedir}"