Message ID | 20221028081134.15749-2-peter.marko@siemens.com |
---|---|
State | New |
Headers | show |
Series | [meta-oe,1/2] cpputest: allow empty main package | expand |
diff --git a/meta-oe/recipes-test/cpputest/cpputest_4.0.bb b/meta-oe/recipes-test/cpputest/cpputest_4.0.bb index 52c01f44e..f3590ee7b 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 EXTRA_OECMAKE = "-DLONGLONG=ON \ -DC++11=ON \ -DTESTS=OFF \ - -DEXTENSIONS=OFF \ " ALLOW_EMPTY:${PN} = "1" FILES:${PN}-dev += "${libdir}/CppUTest/cmake/*" + +PACKAGECONFIG ??= "" +PACKAGECONFIG[extensions] = "-DEXTENSIONS=ON,-DEXTENSIONS=OFF"
Signed-off-by: Peter Marko <peter.marko@siemens.com> --- meta-oe/recipes-test/cpputest/cpputest_4.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)