From a924b24328daa3104d5d8538d417763a9e8b459c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 9 Feb 2012 20:21:20 +0100 Subject: bonescript: major rework * switch to tarball to get a working .git * post-process out x86 binaries * remove allarch Signed-off-by: Koen Kooi Signed-off-by: Denys Dmytriyenko --- recipes-misc/payload/bonescript.bb | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'recipes-misc') diff --git a/recipes-misc/payload/bonescript.bb b/recipes-misc/payload/bonescript.bb index 4557eaed..3361cb47 100644 --- a/recipes-misc/payload/bonescript.bb +++ b/recipes-misc/payload/bonescript.bb @@ -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}" -- cgit v1.2.3-54-g00ecf