Open
Conversation
fixes deprecated cmake option and uses cmake 2.8.0 TARGET_FILE update cmake supported minimum versions to 2.8.0...3.10 ref: - https://cmake.org/cmake/help/latest/policy/CMP0026.html CMake Error at .../CMakeLists.txt: (GET_TARGET_PROPERTY): The LOCATION property may not be read from target "json_...". Use the target name directly with add_custom_command, or use the generator expression $<TARGET_FILE>, as appropriate. Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
|
Thank you! These patches worked great on Ravenports. |
jcdubois
added a commit
to jcdubois/buildroot
that referenced
this pull request
Sep 26, 2025
yagl would not build with a recent cmake (>= 4.0.2) The bug is reported to the yajl project with a provided patch lloyd/yajl#256 So this patch just adds the provided patch to yajl in buildroot with a small rework to adapt to the buildroot patched version Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net>
jcdubois
added a commit
to jcdubois/buildroot
that referenced
this pull request
Sep 27, 2025
yagl would not build with a recent cmake (>= 4.0.2) The bug is reported to the yajl project with a provided patch lloyd/yajl#256 So this patch just adds the provided patch to yajl in buildroot with a small rework to adapt to the buildroot patched version Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net>
Ansuel
added a commit
to openwrt/packages
that referenced
this pull request
Nov 11, 2025
Add 2 pending patch to handle CMake 4.0 support. One comes from an open PR in the project [1]. The other is a downstream fix for trivial CMake warning. [1] lloyd/yajl#256 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
robertkirkman
added a commit
to robertkirkman/termux-packages
that referenced
this pull request
Nov 30, 2025
- Copied and pasted from lloyd/yajl#256
robertkirkman
added a commit
to termux/termux-packages
that referenced
this pull request
Dec 2, 2025
- Copied and pasted from lloyd/yajl#256
termux-pacman-bot
added a commit
to termux-pacman/termux-packages
that referenced
this pull request
Dec 2, 2025
- Copied and pasted from lloyd/yajl#256
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes deprecated cmake option and uses cmake 2.8.0 TARGET_FILE update cmake supported minimum versions to 2.8.0...3.10
ref:
CMake Error at .../CMakeLists.txt: (GET_TARGET_PROPERTY):
The LOCATION property may not be read from target "json_...". Use the
target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.
fixes #254