1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-07 11:59:49 +00:00

bonescript: major rework

* switch to tarball to get a working .git
* post-process out x86 binaries
* remove allarch

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Koen Kooi
2012-02-09 20:21:20 +01:00
committed by Denys Dmytriyenko
parent e58c65aca3
commit a924b24328
+11 -12
View File
@@ -1,32 +1,31 @@
DESCRIPTION = "Scripting tools for the BeagleBoard and BeagleBone"
PR = "r12"
PR = "r13"
inherit allarch systemd
inherit systemd
# Ask Jason
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
LIC_FILES_CHKSUM = "file://LICENSE;md5=659ee0c98db2664403c769d6b9ab50eb"
SRCREV = "8118a541e8927f48de2cf9ec203aa1caf88ec1f3"
SRC_URI = "git://github.com/jadonk/bonescript.git \
SRC_URI = "http://dominion.thruhere.net/koen/angstrom/beaglebone/bonescript-8898f4ee4ae2548642679626a03e332a4cd43331.tar.bz2 \
file://bonescript-git \
file://bone101.service \
"
S = "${WORKDIR}/git"
SRC_URI[md5sum] = "306278a2afc10b75f4fc886918fb02b7"
SRC_URI[sha256sum] = "01c87e59adcc663365c664b0731f0e5a23feeae1965a5cd5edd3e89255f8a30b"
S = "${WORKDIR}/bonescript"
do_install() {
install -m 0644 ${WORKDIR}/bonescript-git ${S}/.git/config
cp $(cat .git/objects/info/alternates)/pack/* .git/objects/pack
rm -f ${S}/.git/objects/info/alternates
echo ${SRCREV} > .git/refs/heads/master
git checkout master || true
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
rm -f ${D}${localstatedir}/lib/cloud9/node_modules/binary/node_modules/put/test/c/itof
rm -f ${D}${localstatedir}/lib/cloud9/node_modules/binary/node_modules/put/test/c/ftoi
}
SYSTEMD_PACKAGES = "${PN}"