mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
hiredis: Upgrade 1.2.0 -> 1.3.0 to allow CMake 4+ compatibility
Changelog: https://github.com/redis/hiredis/releases/tag/v1.3.0 Fix: | CMake Error at CMakeLists.txt:1 (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! Signed-off-by: Alper Ak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
ed64f4995a
commit
9252b9bab4
|
|
@ -8,8 +8,7 @@ SRC_URI = " \
|
|||
git://github.com/redis/hiredis;protocol=https;branch=master \
|
||||
file://run-ptest \
|
||||
"
|
||||
SRCREV = "60e5075d4ac77424809f855ba3e398df7aacefe8"
|
||||
|
||||
SRCREV = "ccad7ebaf99310957004661d1c5f82d2a33ebd10"
|
||||
|
||||
inherit cmake ptest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user