diff options
-rw-r--r-- | meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb | 4 |
1 files changed, 3 insertions, 1 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 d30ea5a01b..c8b9ca7cb9 100644 --- a/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb +++ b/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb | |||
@@ -9,7 +9,9 @@ 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 | SRCREV = "fb72e5e5f0879231f38e0e826a98a6ca2d1ca38e" | 12 | SRCREV = "9146a8bfe3e3daefa95f7a61b75183e5fc64af2c" |
13 | |||
14 | PV .= "+1.0.10git${SRCPV}" | ||
13 | 15 | ||
14 | SRC_URI = "git://github.com/stressapptest/stressapptest;branch=master;protocol=https \ | 16 | SRC_URI = "git://github.com/stressapptest/stressapptest;branch=master;protocol=https \ |
15 | file://libcplusplus-compat.patch \ | 17 | file://libcplusplus-compat.patch \ |