1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-08 12:30:16 +00:00

bonescript: initial add

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-11-03 09:46:07 +01:00
parent 7f21e8f918
commit 94a875cca8
+19
View File
@@ -0,0 +1,19 @@
DESCRIPTION = "Scripting tools for the BeagleBoard and BeagleBone"
inherit allarch
# Ask Jason
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
SRCREV = "0b264f3144cb6385e33346dec02692d71844898d"
SRC_URI = "git://github.com/jadonk/bonescript.git"
S = "${WORKDIR}/git"
do_install() {
install -d ${D}${localstatedir}/lib/cloud9/
cp -a ${S}/* ${D}${localstatedir}/lib/cloud9/
cp -a ${S}/.git ${D}${localstatedir}/lib/cloud9/
}
FILES_${PN} += "${localstatedir}"