diff options
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb b/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb index aa1bf1cd3..a2966e99d 100644 --- a/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb +++ b/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb | |||
@@ -9,14 +9,13 @@ SECTION = "benchmark" | |||
9 | LICENSE = "Apache-2.0" | 9 | LICENSE = "Apache-2.0" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ea9d559f985fb4834317d8ed6b9e58" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ea9d559f985fb4834317d8ed6b9e58" |
11 | 11 | ||
12 | SRC_URI = "https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz \ | 12 | SRCREV = "fb72e5e5f0879231f38e0e826a98a6ca2d1ca38e" |
13 | |||
14 | SRC_URI = "git://github.com/stressapptest/stressapptest \ | ||
13 | file://libcplusplus-compat.patch \ | 15 | file://libcplusplus-compat.patch \ |
14 | file://read_sysfs_for_cachesize.patch \ | 16 | file://read_sysfs_for_cachesize.patch \ |
15 | " | 17 | " |
16 | 18 | ||
17 | SRC_URI[md5sum] = "d3a526c174c049dd7a1068dc74a62be2" | 19 | S = "${WORKDIR}/git" |
18 | SRC_URI[sha256sum] = "2ba470587ad4f6ae92057d427c3a2a2756e5f10bd25cd91e62eaef55a40b30a1" | ||
19 | |||
20 | S = "${WORKDIR}/${PN}-${PV}" | ||
21 | 20 | ||
22 | inherit autotools | 21 | inherit autotools |