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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user