diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-06-08 16:37:46 +0200 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-07-25 20:23:06 -0400 |
commit | bbc293f9e1304bc4f563bb0e6366f0bac09c6b5b (patch) | |
tree | 1e4a5800f9ac9c49c7130d2482c757e23dd2ede3 /recipes-ti/beagleboard | |
parent | d3ff5630a74640f46ca2ceaef1aa1baa86b9b795 (diff) | |
download | meta-ti-bbc293f9e1304bc4f563bb0e6366f0bac09c6b5b.tar.gz |
beaglebone-tester: bump SRCREV to fix serial console race
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/beagleboard')
-rw-r--r-- | recipes-ti/beagleboard/beaglebone-tester.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/beagleboard/beaglebone-tester.bb b/recipes-ti/beagleboard/beaglebone-tester.bb index b5e30814..9995556e 100644 --- a/recipes-ti/beagleboard/beaglebone-tester.bb +++ b/recipes-ti/beagleboard/beaglebone-tester.bb | |||
@@ -7,11 +7,11 @@ LIC_FILES_CHKSUM="file://gpl.txt;md5=5b122a36d0f6dc55279a0ebc69f3c60b" | |||
7 | # only scripts and data | 7 | # only scripts and data |
8 | inherit allarch | 8 | inherit allarch |
9 | 9 | ||
10 | PR = "r15" | 10 | PR = "r16" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/koenkooi/validation-scripts.git;protocol=git \ | 12 | SRC_URI = "git://github.com/koenkooi/validation-scripts.git;protocol=git \ |
13 | " | 13 | " |
14 | SRCREV = "3b19f1caf8c616e3f4a25abacca28b2239d3ec82" | 14 | SRCREV = "4f6335aedf520917a0bc0c83e9c1ac1135b8a2af" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||