1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 14:27:48 +00:00

bonescript, beaglebone-getting-started: move bone101 startup to proper recipe

Also bump SRCREV

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-11-14 15:08:50 +01:00
parent 955b40d36a
commit a0b13fc0e5
3 changed files with 14 additions and 14 deletions
+11 -4
View File
@@ -1,16 +1,17 @@
DESCRIPTION = "Scripting tools for the BeagleBoard and BeagleBone"
PR = "r6"
PR = "r8"
inherit allarch
inherit allarch systemd
# Ask Jason
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
SRCREV = "0b264f3144cb6385e33346dec02692d71844898d"
SRCREV = "c6c5f3b013eea425d3f4ee64d58b993289d2530f"
SRC_URI = "git://github.com/jadonk/bonescript.git \
file://bonescript-git \
file://file://bone101.service \
"
S = "${WORKDIR}/git"
@@ -23,8 +24,14 @@ do_install() {
install -d ${D}${localstatedir}/lib/cloud9/
cp -a ${S}/* ${D}${localstatedir}/lib/cloud9/
cp -a ${S}/.git ${D}${localstatedir}/lib/cloud9/
install -d ${D}${base_libdir}/systemd/system
install -m 0644 ${WORKDIR}/bone101.service ${D}${base_libdir}/systemd/system
}
SYSTEMD_PACKAGES = "${PN}"
SYSTEMD_SERVICE_${PN} = "bone101.service"
FILES_${PN} += ""${localstatedir} ${base_libdir}/systemd/system"
RDEPENDS_${PN} = "nodejs cloud9"
RRECOMMENDS_${PN} = "git"
FILES_${PN} += "${localstatedir}"