diff options
Diffstat (limited to 'meta/recipes-devtools/json-c/json-c_0.18.bb')
-rw-r--r-- | meta/recipes-devtools/json-c/json-c_0.18.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/json-c/json-c_0.18.bb b/meta/recipes-devtools/json-c/json-c_0.18.bb index 2fd1897ba8..c112aacf4b 100644 --- a/meta/recipes-devtools/json-c/json-c_0.18.bb +++ b/meta/recipes-devtools/json-c/json-c_0.18.bb | |||
@@ -19,8 +19,10 @@ UPSTREAM_CHECK_REGEX = "json-c-(?P<pver>\d+(\.\d+)+)-\d+" | |||
19 | 19 | ||
20 | RPROVIDES:${PN} = "libjson" | 20 | RPROVIDES:${PN} = "libjson" |
21 | 21 | ||
22 | # Required for ICECC builds | 22 | # Apps aren't needed/packaged and their CMakeLists.txt is incompatible with CMake 4+. |
23 | EXTRA_OECMAKE = "-DDISABLE_WERROR=ON" | 23 | EXTRA_OECMAKE = "-DDISABLE_WERROR=ON \ |
24 | -DBUILD_APPS=OFF \ | ||
25 | " | ||
24 | 26 | ||
25 | inherit cmake ptest | 27 | inherit cmake ptest |
26 | 28 | ||