1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-07 03:49:20 +00:00

bonescript: add runtime dependency for nodejs

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-11-04 16:39:36 +01:00
parent 7ea2cf4849
commit 32c916fcb0

View File

@@ -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}"