diff options
| -rw-r--r-- | meta/recipes-devtools/json-c/json-c_0.18.bb | 7 |
1 files changed, 5 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..ece320d66c 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,11 @@ 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 | # - '-Werror' must be disabled for ICECC builds |
| 23 | EXTRA_OECMAKE = "-DDISABLE_WERROR=ON" | 23 | # - Apps aren't needed/packaged and their CMakeLists.txt is incompatible with CMake 4+. |
| 24 | EXTRA_OECMAKE = "-DDISABLE_WERROR=ON \ | ||
| 25 | -DBUILD_APPS=OFF \ | ||
| 26 | " | ||
| 24 | 27 | ||
| 25 | inherit cmake ptest | 28 | inherit cmake ptest |
| 26 | 29 | ||
