summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/cpputest
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2022-10-28 12:59:10 +0200
committerGyorgy Sarvari <skandigraun@gmail.com>2025-09-18 11:43:22 +0200
commitca277f3e78117941b0ed3b6373bccce6d9680eab (patch)
tree051628483e4be4fea76a50234e6be4d0e75fb06e /meta-oe/recipes-test/cpputest
parenta2d885c08af751ac544b24df4e40b2f2dc304875 (diff)
downloadmeta-openembedded-ca277f3e78117941b0ed3b6373bccce6d9680eab.tar.gz
cpputest: add possibility to build extensions
Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 8c0402f7c47188cef1d6afc68c0427124940ea57) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-oe/recipes-test/cpputest')
-rw-r--r--meta-oe/recipes-test/cpputest/cpputest_4.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-test/cpputest/cpputest_4.0.bb b/meta-oe/recipes-test/cpputest/cpputest_4.0.bb
index 921143a74c..2dc53ea8df 100644
--- a/meta-oe/recipes-test/cpputest/cpputest_4.0.bb
+++ b/meta-oe/recipes-test/cpputest/cpputest_4.0.bb
@@ -15,7 +15,9 @@ inherit cmake
15EXTRA_OECMAKE = "-DLONGLONG=ON \ 15EXTRA_OECMAKE = "-DLONGLONG=ON \
16 -DC++11=ON \ 16 -DC++11=ON \
17 -DTESTS=OFF \ 17 -DTESTS=OFF \
18 -DEXTENSIONS=OFF \
19 " 18 "
20 19
21FILES:${PN}-dev += "${libdir}/CppUTest/cmake/*" 20FILES:${PN}-dev += "${libdir}/CppUTest/cmake/*"
21
22PACKAGECONFIG ??= ""
23PACKAGECONFIG[extensions] = "-DEXTENSIONS=ON,-DEXTENSIONS=OFF"