diff options
-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 d923e7ac9b..5536cf07b6 100644 --- a/meta-oe/recipes-test/cpputest/cpputest_4.0.bb +++ b/meta-oe/recipes-test/cpputest/cpputest_4.0.bb | |||
@@ -15,9 +15,11 @@ 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 | DEV_PKG_DEPENDENCY = "" | 20 | DEV_PKG_DEPENDENCY = "" |
22 | 21 | ||
23 | FILES:${PN}-dev += "${libdir}/CppUTest/cmake/*" | 22 | FILES:${PN}-dev += "${libdir}/CppUTest/cmake/*" |
23 | |||
24 | PACKAGECONFIG ??= "" | ||
25 | PACKAGECONFIG[extensions] = "-DEXTENSIONS=ON,-DEXTENSIONS=OFF" | ||