summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-11-04 16:39:36 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-04 16:39:36 +0100
commit32c916fcb083a3e49f7976dda32cce33010f201c (patch)
treeaec5b17e80de600d0c7749ef2bf3a3218ce18c70
parent7ea2cf484989d867308740768aefee459840623f (diff)
downloadmeta-ti-32c916fcb083a3e49f7976dda32cce33010f201c.tar.gz
bonescript: add runtime dependency for nodejs
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--recipes-misc/payload/bonescript.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-misc/payload/bonescript.bb b/recipes-misc/payload/bonescript.bb
index 9c5064ad..700d460e 100644
--- a/recipes-misc/payload/bonescript.bb
+++ b/recipes-misc/payload/bonescript.bb
@@ -1,5 +1,7 @@
1DESCRIPTION = "Scripting tools for the BeagleBoard and BeagleBone" 1DESCRIPTION = "Scripting tools for the BeagleBoard and BeagleBone"
2 2
3PR = "r1"
4
3inherit allarch 5inherit allarch
4 6
5# Ask Jason 7# Ask Jason
@@ -16,4 +18,5 @@ do_install() {
16 cp -a ${S}/.git ${D}${localstatedir}/lib/cloud9/ 18 cp -a ${S}/.git ${D}${localstatedir}/lib/cloud9/
17} 19}
18 20
21RDEPENDS_${PN} = "nodejs"
19FILES_${PN} += "${localstatedir}" 22FILES_${PN} += "${localstatedir}"