[meta-multimedia][PATCH 02/31] libmodule: upgrade 5.0.1 -> 5.0.2
Khem Raj <[email protected]> Sat, 1 Aug 2026 14:44:57 -0700
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
The only upstream change between 5.0.1 and 5.0.2 is a single commit, "chore: bump min cmake version to 3.5.", needed for CMake 4+. Drop 0001-Update-cmake_minimum_required-to-3.5.patch, which backported exactly that change and is now redundant. Signed-off-by: Khem Raj <[email protected]> --- ...Update-cmake_minimum_required-to-3.5.patch | 66 ------------------- ...{libmodule_5.0.1.bb => libmodule_5.0.2.bb} | 6 +- 2 files changed, 2 insertions(+), 70 deletions(-) delete mode 100644 meta-multimedia/recipes-multimedia/clight/libmodule/0001-Update-cmake_minimum_required-to-3.5.patch rename meta-multimedia/recipes-multimedia/clight/{libmodule_5.0.1.bb => libmodule_5.0.2.bb} (73%) diff --git a/meta-multimedia/recipes-multimedia/clight/libmodule/0001-Update-cmake_minimum_required-to-3.5.patch b/meta-multimedia/recipes-multimedia/clight/libmodule/0001-Update-cmake_minimum_required-to-3.5.patch deleted file mode 100644 index 5e01864643..0000000000 --- a/meta-multimedia/recipes-multimedia/clight/libmodule/0001-Update-cmake_minimum_required-to-3.5.patch +++ /dev/null @@ -1,66 +0,0 @@ -From 858aa0dcd8cba8288db3f10b1e6622ac79ae63e3 Mon Sep 17 00:00:00 2001 -From: LI Qingwu <[email protected]> -Date: Thu, 14 Aug 2025 14:51:55 +0800 -Subject: [PATCH] Update cmake_minimum_required to 3.5 - -This supports compilation with cmake-4.0.0. - -Fixes: - -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. - -Upstream-Status: Submitted [https://github.com/FedeDP/libmodule/pull/21] -Signed-off-by: LI Qingwu <[email protected]> ---- - CMakeLists.txt | 2 +- - Samples/CMakeLists.txt | 2 +- - docs/CMakeLists.txt | 2 +- - tests/CMakeLists.txt | 2 +- - 4 files changed, 4 insertions(+), 4 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 349c2be..a3301ba 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -1,4 +1,4 @@ --cmake_minimum_required (VERSION 3.3.2) -+cmake_minimum_required (VERSION 3.5) - - project(libmodule VERSION 5.0.1 LANGUAGES C CXX) - -diff --git a/Samples/CMakeLists.txt b/Samples/CMakeLists.txt -index 9b369e3..2bc32c0 100644 ---- a/Samples/CMakeLists.txt -+++ b/Samples/CMakeLists.txt -@@ -1,4 +1,4 @@ --cmake_minimum_required(VERSION 3.0) -+cmake_minimum_required(VERSION 3.5) - - file(GLOB EASY_SRC Easy/*.c) - file(GLOB MULTICTX_SRC MultiCtx/*.c) -diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt -index b39f0e8..2e26c94 100644 ---- a/docs/CMakeLists.txt -+++ b/docs/CMakeLists.txt -@@ -1,4 +1,4 @@ --cmake_minimum_required(VERSION 3.0) -+cmake_minimum_required(VERSION 3.5) - - set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") - -diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt -index e5ffbf4..225a3a8 100644 ---- a/tests/CMakeLists.txt -+++ b/tests/CMakeLists.txt -@@ -1,4 +1,4 @@ --cmake_minimum_required(VERSION 3.0) -+cmake_minimum_required(VERSION 3.5) - - set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") - --- -2.43.0 - diff --git a/meta-multimedia/recipes-multimedia/clight/libmodule_5.0.1.bb b/meta-multimedia/recipes-multimedia/clight/libmodule_5.0.2.bb similarity index 73% rename from meta-multimedia/recipes-multimedia/clight/libmodule_5.0.1.bb rename to meta-multimedia/recipes-multimedia/clight/libmodule_5.0.2.bb index 7fed48f2f7..1124e972b8 100644 --- a/meta-multimedia/recipes-multimedia/clight/libmodule_5.0.1.bb +++ b/meta-multimedia/recipes-multimedia/clight/libmodule_5.0.2.bb @@ -5,10 +5,8 @@ SECTION = "libs" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=4f3c068505fd5a09e90662bfca90ad04" -SRCREV = "3f60063e98631ce3fd25f70428b67ef15025597f" -SRC_URI = "git://github.com/FedeDP/${BPN};protocol=https;branch=master;tag=${PV} \ - file://0001-Update-cmake_minimum_required-to-3.5.patch \ -" +SRCREV = "b373482a43482459b37bcf601e21846e9c9563d1" +SRC_URI = "git://github.com/FedeDP/${BPN};protocol=https;branch=master;tag=${PV}" inherit cmake pkgconfig