summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-06-08 11:37:44 +0200
committerDenys Dmytriyenko <denys@ti.com>2012-06-11 17:00:34 -0400
commit897596f437af47cb376ddcfb39518f6cb37a7684 (patch)
treed392394b529f8fa54192ca629c22b15f4ec66853
parent53905d1610fa91835a7f048a8647eb5c4d057ca4 (diff)
downloadmeta-ti-897596f437af47cb376ddcfb39518f6cb37a7684.tar.gz
beaglebone-tester: bump SRCREV to fix failure reporting
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/beagleboard/beaglebone-tester.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/beagleboard/beaglebone-tester.bb b/recipes-ti/beagleboard/beaglebone-tester.bb
index 6bb598ad..b5e30814 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
8inherit allarch 8inherit allarch
9 9
10PR = "r14" 10PR = "r15"
11 11
12SRC_URI = "git://github.com/koenkooi/validation-scripts.git;protocol=git \ 12SRC_URI = "git://github.com/koenkooi/validation-scripts.git;protocol=git \
13 " 13 "
14SRCREV = "1a13257030c497920243062c65068c89840d8b6e" 14SRCREV = "3b19f1caf8c616e3f4a25abacca28b2239d3ec82"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17