diff options
Diffstat (limited to 'recipes-ti/beagleboard/beaglebone-tester.bb')
-rw-r--r-- | recipes-ti/beagleboard/beaglebone-tester.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-ti/beagleboard/beaglebone-tester.bb b/recipes-ti/beagleboard/beaglebone-tester.bb index 504096d4..1716122b 100644 --- a/recipes-ti/beagleboard/beaglebone-tester.bb +++ b/recipes-ti/beagleboard/beaglebone-tester.bb | |||
@@ -7,10 +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 = "r1" | ||
11 | |||
10 | SRC_URI = "git://github.com/joelagnel/validation-scripts.git;protocol=git \ | 12 | SRC_URI = "git://github.com/joelagnel/validation-scripts.git;protocol=git \ |
11 | file://0001-Initscript-check-for-run_hardware_tests-in-systemd-u.patch \ | ||
12 | " | 13 | " |
13 | SRCREV = "1b0b8d45cf0718a1768503e8f7616aff6fc3ca03" | 14 | SRCREV = "0806b54c1248b080953402728b0e420243fe844c" |
14 | 15 | ||
15 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
16 | 17 | ||