summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e58c65a)
raw | patch | inline | side by side (parent: e58c65a)
author | Koen Kooi <koen@dominion.thruhere.net> | |
Thu, 9 Feb 2012 19:21:20 +0000 (20:21 +0100) | ||
committer | Denys Dmytriyenko <denys@ti.com> | |
Sat, 11 Feb 2012 02:32:46 +0000 (21:32 -0500) |
* 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>
* post-process out x86 binaries
* remove allarch
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
recipes-misc/payload/bonescript.bb | patch | blob | history |
index 4557eaedaccfd9db961e7f0b50f41bd2fef9ad61..3361cb4701a9df97063b79d04903802eade67794 100644 (file)
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}"