summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-03-04 11:08:42 +0100
committerDenys Dmytriyenko <denys@ti.com>2012-03-05 12:02:20 -0500
commitdfbcf63963c95a4818865a9a397dae58c0045121 (patch)
tree8f02f2fe5e861656a02074ef4ae5660b2a6c8bb0
parentf7965c3a335b97d5ae5795c95b86387d5c1590a5 (diff)
downloadmeta-ti-dfbcf63963c95a4818865a9a397dae58c0045121.tar.gz
bonescript: update to latest git
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-misc/payload/bonescript.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-misc/payload/bonescript.bb b/recipes-misc/payload/bonescript.bb
index 3361cb47..b1e92df9 100644
--- a/recipes-misc/payload/bonescript.bb
+++ b/recipes-misc/payload/bonescript.bb
@@ -1,18 +1,18 @@
1DESCRIPTION = "Scripting tools for the BeagleBoard and BeagleBone" 1DESCRIPTION = "Scripting tools for the BeagleBoard and BeagleBone"
2 2
3PR = "r13" 3PR = "r14"
4 4
5inherit systemd 5inherit systemd
6 6
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=659ee0c98db2664403c769d6b9ab50eb" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=659ee0c98db2664403c769d6b9ab50eb"
9 9
10SRC_URI = "http://dominion.thruhere.net/koen/angstrom/beaglebone/bonescript-8898f4ee4ae2548642679626a03e332a4cd43331.tar.bz2 \ 10SRC_URI = "http://dominion.thruhere.net/koen/angstrom/beaglebone/bonescript-ca0f663083cea4e434864aa276d46ff79d471dff.tar.bz2 \
11 file://bonescript-git \ 11 file://bonescript-git \
12 file://bone101.service \ 12 file://bone101.service \
13 " 13 "
14SRC_URI[md5sum] = "306278a2afc10b75f4fc886918fb02b7" 14SRC_URI[md5sum] = "2b7edd83a752eaf0be0c7488d32c7e72"
15SRC_URI[sha256sum] = "01c87e59adcc663365c664b0731f0e5a23feeae1965a5cd5edd3e89255f8a30b" 15SRC_URI[sha256sum] = "839ee1147b83924f259dc5e373d73eb0eaa6ece76322dc156a6b04113fa89a91"
16 16
17S = "${WORKDIR}/bonescript" 17S = "${WORKDIR}/bonescript"
18 18