diff options
| author | Peter Marko <peter.marko@siemens.com> | 2022-10-28 12:59:10 +0200 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-18 11:43:22 +0200 |
| commit | ca277f3e78117941b0ed3b6373bccce6d9680eab (patch) | |
| tree | 051628483e4be4fea76a50234e6be4d0e75fb06e /meta-oe/recipes-test/cpputest | |
| parent | a2d885c08af751ac544b24df4e40b2f2dc304875 (diff) | |
| download | meta-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.bb | 4 |
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 | |||
| 15 | EXTRA_OECMAKE = "-DLONGLONG=ON \ | 15 | EXTRA_OECMAKE = "-DLONGLONG=ON \ |
| 16 | -DC++11=ON \ | 16 | -DC++11=ON \ |
| 17 | -DTESTS=OFF \ | 17 | -DTESTS=OFF \ |
| 18 | -DEXTENSIONS=OFF \ | ||
| 19 | " | 18 | " |
| 20 | 19 | ||
| 21 | FILES:${PN}-dev += "${libdir}/CppUTest/cmake/*" | 20 | FILES:${PN}-dev += "${libdir}/CppUTest/cmake/*" |
| 21 | |||
| 22 | PACKAGECONFIG ??= "" | ||
| 23 | PACKAGECONFIG[extensions] = "-DEXTENSIONS=ON,-DEXTENSIONS=OFF" | ||
