aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-06-16 22:12:36 -0700
committerKhem Raj <raj.khem@gmail.com>2019-06-16 22:25:54 -0700
commit36fcb1a8d1fcabcfd8bbd6772c6f2837799b8ec3 (patch)
tree15bfc71250d1d8eeef7c9f2a39232e7e33a3b622 /meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb
parent70c2f87bff1fcd45dc124a10b4c03bc92ab943ab (diff)
downloadmeta-openembedded-contrib-36fcb1a8d1fcabcfd8bbd6772c6f2837799b8ec3.tar.gz
stressapptest: Fix build with libc++
when using libc++ instead of libstdc++, __gnu_cxx namespace is not available Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb')
-rw-r--r--meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb4
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 3e5748a3a1..679201c528 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"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=55ea9d559f985fb4834317d8ed6b9e58"
-SRC_URI = "https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz"
+SRC_URI = "https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz \
+ file://libcplusplus-compat.patch \
+ "
SRC_URI[md5sum] = "d3a526c174c049dd7a1068dc74a62be2"
SRC_URI[sha256sum] = "2ba470587ad4f6ae92057d427c3a2a2756e5f10bd25cd91e62eaef55a40b30a1"