mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-13 22:05:27 +01:00
wavpack: Upgrade 5.6.0 -> 5.8.1 to allow CMake 4+ compatibility
- Drop patches becaus already fixed in the newer version. - The LICENSE file has changed so updated LIC_FILES_CHKSUM to match the new md5sum. Changelog: https://github.com/dbry/WavPack/blob/5.8.1/ChangeLog 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
a33826618e
commit
1c7a73b3d0
|
|
@ -1,16 +1,11 @@
|
|||
DESCRIPTION = "WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode."
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://license.txt;md5=bb5d037e3ad41a3c84c9f2d8bb65a7b4"
|
||||
LIC_FILES_CHKSUM = "file://license.txt;md5=3a6eec695493cff01ff6f7b7888c5631"
|
||||
|
||||
DEPENDS = "openssl"
|
||||
|
||||
SRC_URI = "git://github.com/dbry/WavPack.git;branch=master;protocol=https \
|
||||
file://set-soversion-and-version.patch \
|
||||
file://extract-libtool-and-convert-to-soversion.patch \
|
||||
"
|
||||
|
||||
SRCREV = "e03e8e29dc618e08e7baba9636e57ba1254874ce"
|
||||
|
||||
SRC_URI = "git://github.com/dbry/WavPack.git;branch=master;protocol=https"
|
||||
SRCREV = "4827b9889665b937b6ed71b9c6c0123152cd7a02"
|
||||
|
||||
inherit cmake pkgconfig lib_package
|
||||
|
||||
Loading…
Reference in New Issue
Block a user