diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-09 20:21:22 +0100 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-02-10 21:32:46 -0500 |
commit | 80f44e2127e41831b7566b56d811bf034ce00623 (patch) | |
tree | 218448ae28e604a73686f876e19fe89842abfa99 | |
parent | 9c197d70799ab721501e4d8a5be11746f7867843 (diff) | |
download | meta-ti-80f44e2127e41831b7566b56d811bf034ce00623.tar.gz |
beaglebone-tester: bump SRCREV
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.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 b4a94abf..dae96285 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 = "r11" | 10 | PR = "r12" |
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 = "ab8c1e604575b85eca9a55073f7d50ac465a1072" | 14 | SRCREV = "0a3415705afb206694d4e873fe8228b7440213db" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||