diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-09 18:06:42 +0200 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-04-10 15:11:18 -0400 |
commit | 69102ec043838f6fcba9dd0df0cc07e74700b268 (patch) | |
tree | c1df1cdc9434bdcde2f70bdc7108cd648eaa76b9 /recipes-ti | |
parent | d686d9d676f638ac9cbf31086d7933bc8107e541 (diff) | |
download | meta-ti-69102ec043838f6fcba9dd0df0cc07e74700b268.tar.gz |
beaglebone-tester: bump SRCREV to fix PMIC test
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-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 7a725470..6bb598ad 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 = "r13" | 10 | PR = "r14" |
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 = "dc89e2d6b2ac0238a7aa5a334d7c86d7b8613837" | 14 | SRCREV = "1a13257030c497920243062c65068c89840d8b6e" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||