diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-11 09:11:29 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-13 20:35:15 +0100 |
commit | 4a1b4b419cda8a030fae3d1f08ae78f0f91b6f13 (patch) | |
tree | bf026e35c81b36eb5781f0963d9751ff64497ab9 /recipes-ti/beagleboard | |
parent | bc98f6f230dc8d3457e809b75f421ed732e21143 (diff) | |
download | meta-ti-4a1b4b419cda8a030fae3d1f08ae78f0f91b6f13.tar.gz |
beaglebone-tester: bump SRCREV for usb fix
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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 6da1befe..ee81d2b2 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 = "r9" | 10 | PR = "r10" |
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 = "56e970372f720e462ddf2d9c466c2370a32ad1d2" | 14 | SRCREV = "02c6005871a83c289ac01a93c3dbd9cc7e4c80be" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||