summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb9
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"
9LICENSE = "Apache-2.0" 9LICENSE = "Apache-2.0"
10LIC_FILES_CHKSUM = "file://COPYING;md5=55ea9d559f985fb4834317d8ed6b9e58" 10LIC_FILES_CHKSUM = "file://COPYING;md5=55ea9d559f985fb4834317d8ed6b9e58"
11 11
12SRC_URI = "https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz \ 12SRCREV = "fb72e5e5f0879231f38e0e826a98a6ca2d1ca38e"
13
14SRC_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
17SRC_URI[md5sum] = "d3a526c174c049dd7a1068dc74a62be2" 19S = "${WORKDIR}/git"
18SRC_URI[sha256sum] = "2ba470587ad4f6ae92057d427c3a2a2756e5f10bd25cd91e62eaef55a40b30a1"
19
20S = "${WORKDIR}/${PN}-${PV}"
21 20
22inherit autotools 21inherit autotools