summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-11-11 20:04:54 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-11 20:04:54 +0100
commitaf6d0ade7d65b014a55fa2dfe57769b7ce11bfb6 (patch)
tree46b9029f6a054105b4e579c3943a558aa2dacaa3
parent05f7c72ebc2c99a5a4f0776f3b3d1e6fca61491a (diff)
downloadmeta-ti-af6d0ade7d65b014a55fa2dfe57769b7ce11bfb6.tar.gz
beaglebone getting started: bump SRCREV
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--recipes-misc/payload/beaglebone-getting-started.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-misc/payload/beaglebone-getting-started.bb b/recipes-misc/payload/beaglebone-getting-started.bb
index 9744f0b3..b6987314 100644
--- a/recipes-misc/payload/beaglebone-getting-started.bb
+++ b/recipes-misc/payload/beaglebone-getting-started.bb
@@ -1,13 +1,13 @@
1DESCRIPTION = "BeagleBone Getting Started Guide" 1DESCRIPTION = "BeagleBone Getting Started Guide"
2 2
3PR = "r4" 3PR = "r5"
4 4
5inherit allarch 5inherit allarch
6 6
7LICENSE = "GPLv2+ && MIT && PD && others" 7LICENSE = "GPLv2+ && MIT && PD && others"
8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=603591dea023c3c75b48e07cb47ce639" 8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=603591dea023c3c75b48e07cb47ce639"
9 9
10SRCREV = "e7e01f4c2009aac07d2d73f5214d430f00d805f5" 10SRCREV = "e200c87a2216e21aaf57647414a57071d95c0a8d"
11SRC_URI = "git://github.com/jadonk/beaglebone-getting-started.git" 11SRC_URI = "git://github.com/jadonk/beaglebone-getting-started.git"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13