summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 d923e7ac9..5536cf07b 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
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
21DEV_PKG_DEPENDENCY = "" 20DEV_PKG_DEPENDENCY = ""
22 21
23FILES:${PN}-dev += "${libdir}/CppUTest/cmake/*" 22FILES:${PN}-dev += "${libdir}/CppUTest/cmake/*"
23
24PACKAGECONFIG ??= ""
25PACKAGECONFIG[extensions] = "-DEXTENSIONS=ON,-DEXTENSIONS=OFF"