Files
meta-openembedded/meta-oe/recipes-devtools
Alper Ak 40dd3e9cc1 yajl: Add patch for CMake 4+ compatibility and fix build issue
- CMake 3.0 and newer disallow reading the LOCATION property of targets directly.
Instead, use the recommended $<TARGET_FILE:target> generator expression when
referencing the output binary in add_custom_command.

Fixes:

| CMake Error at CMakeLists.txt:15 (CMAKE_MINIMUM_REQUIRED):
|   Compatibility with CMake < 3.5 has been removed from CMake.
|
|   Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
|   to tell CMake that the project requires at least <min> but has been updated
|   to work with policies introduced by <max> or earlier.
|
|   Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
|
|
| -- Configuring incomplete, errors occurred!

-----

| CMake Error at reformatter/CMakeLists.txt:38 (GET_TARGET_PROPERTY):
|   The LOCATION property may not be read from target "json_reformat".  Use the
|   target name directly with add_custom_command, or use the generator
|   expression $<TARGET_FILE>, as appropriate.
|
|
|
| CMake Error at verify/CMakeLists.txt:32 (GET_TARGET_PROPERTY):
|   The LOCATION property may not be read from target "json_verify".  Use the
|   target name directly with add_custom_command, or use the generator
|   expression $<TARGET_FILE>, as appropriate.

Signed-off-by: Alper Ak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-09 14:12:53 -07:00
..
2025-04-10 08:31:04 -07:00
2025-02-27 20:28:17 +00:00
2025-07-09 09:16:05 -07:00
2025-06-25 06:44:50 -07:00
2025-07-09 09:16:09 -07:00
2025-01-24 18:20:00 -08:00
2025-04-01 09:21:23 -07:00
2025-07-03 09:45:04 -07:00
2025-06-26 07:26:20 -07:00
2025-07-06 22:39:27 -07:00
2025-01-14 08:52:05 -08:00
2025-06-09 21:24:16 -07:00
2025-07-08 23:40:32 -07:00
2025-05-28 08:55:16 -07:00