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