1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-01 00:11:11 +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
+3
View File
@@ -1,5 +1,7 @@
DESCRIPTION = "Scripting tools for the BeagleBoard and BeagleBone" DESCRIPTION = "Scripting tools for the BeagleBoard and BeagleBone"
PR = "r1"
inherit allarch inherit allarch
# Ask Jason # Ask Jason
@@ -16,4 +18,5 @@ do_install() {
cp -a ${S}/.git ${D}${localstatedir}/lib/cloud9/ cp -a ${S}/.git ${D}${localstatedir}/lib/cloud9/
} }
RDEPENDS_${PN} = "nodejs"
FILES_${PN} += "${localstatedir}" FILES_${PN} += "${localstatedir}"