diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-05 14:29:43 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-05 14:29:43 +0100 |
commit | 3fefe6156eb3c93ab42173abe549ce76e90fa7e0 (patch) | |
tree | 52ad766abbb0334947349e58e4f70ee53155b48b /recipes-misc | |
parent | 90039f49ca4bb452c024779107787371eaca977e (diff) | |
download | meta-ti-3fefe6156eb3c93ab42173abe549ce76e90fa7e0.tar.gz |
beaglebone getting started: update to latest git
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-misc')
-rw-r--r-- | recipes-misc/payload/beaglebone-getting-started.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes-misc/payload/beaglebone-getting-started.bb b/recipes-misc/payload/beaglebone-getting-started.bb index 25293b2d..15dac21a 100644 --- a/recipes-misc/payload/beaglebone-getting-started.bb +++ b/recipes-misc/payload/beaglebone-getting-started.bb | |||
@@ -1,14 +1,13 @@ | |||
1 | DESCRIPTION = "BeagleBone Getting Started Guide" | 1 | DESCRIPTION = "BeagleBone Getting Started Guide" |
2 | 2 | ||
3 | PR = "r1" | 3 | PR = "r2" |
4 | 4 | ||
5 | inherit allarch | 5 | inherit allarch |
6 | 6 | ||
7 | # Ask Jason | 7 | LICENSE = "GPLv2+ && MIT && PD && others" |
8 | LICENSE = "MIT" | 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=603591dea023c3c75b48e07cb47ce639" |
9 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | ||
10 | 9 | ||
11 | SRCREV = "66c814fc9c8b04272be43a4292b4596f6202e3dc" | 10 | SRCREV = "bb2fdff7d7bed1bddddc0e5e05da4e03916d88a8" |
12 | SRC_URI = "git://github.com/jadonk/beaglebone-getting-started.git" | 11 | SRC_URI = "git://github.com/jadonk/beaglebone-getting-started.git" |
13 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
14 | 13 | ||