mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Compare commits
5 Commits
7a362ec209
...
554cfb7c57
Author | SHA1 | Date | |
---|---|---|---|
![]() |
554cfb7c57 | ||
![]() |
28f34dceba | ||
![]() |
34d34fbdc8 | ||
![]() |
1dd0ac479b | ||
![]() |
92491fd522 |
@ -0,0 +1,22 @@
|
|||||||
|
From 2abb5e794fdaf6114d4691f7921ec7bda2902603 Mon Sep 17 00:00:00 2001
|
||||||
|
From: fundawang <fundawang@yeah.net>
|
||||||
|
Date: Sat, 22 Mar 2025 23:08:46 +0800
|
||||||
|
Subject: [PATCH] Update cmake minimum version range
|
||||||
|
|
||||||
|
---
|
||||||
|
wsrep-lib/CMakeLists.txt | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/wsrep-lib/CMakeLists.txt b/wsrep-lib/CMakeLists.txt
|
||||||
|
index ef2f4c8b..b6dd69f1 100644
|
||||||
|
--- a/wsrep-lib/CMakeLists.txt
|
||||||
|
+++ b/wsrep-lib/CMakeLists.txt
|
||||||
|
@@ -2,7 +2,7 @@
|
||||||
|
# Copyright (C) 2021 Codership Oy <info@codership.com>
|
||||||
|
#
|
||||||
|
|
||||||
|
-cmake_minimum_required (VERSION 2.8)
|
||||||
|
+cmake_minimum_required (VERSION 2.8...4.0)
|
||||||
|
|
||||||
|
# Parse version from version header file and store it into
|
||||||
|
# WSREP_LIB_VERSION.
|
@ -3,8 +3,8 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="cmake"
|
PKG_NAME="cmake"
|
||||||
PKG_VERSION="3.31.6"
|
PKG_VERSION="4.0.1"
|
||||||
PKG_SHA256="653427f0f5014750aafff22727fb2aa60c6c732ca91808cfb78ce22ddd9e55f0"
|
PKG_SHA256="d630a7e00e63e520b25259f83d425ef783b4661bdc8f47e21c7f23f3780a21e1"
|
||||||
PKG_LICENSE="BSD"
|
PKG_LICENSE="BSD"
|
||||||
PKG_SITE="https://cmake.org/"
|
PKG_SITE="https://cmake.org/"
|
||||||
PKG_URL="https://cmake.org/files/v$(get_pkg_version_maj_min)/cmake-${PKG_VERSION}.tar.gz"
|
PKG_URL="https://cmake.org/files/v$(get_pkg_version_maj_min)/cmake-${PKG_VERSION}.tar.gz"
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="pvr.freebox"
|
PKG_NAME="pvr.freebox"
|
||||||
PKG_VERSION="22.2.0-Piers"
|
PKG_VERSION="22.2.1-Piers"
|
||||||
PKG_SHA256="400829cfdbaaf5c98aff602cfb84837e5ea0680b9365a3b32235ab280c53c7ef"
|
PKG_SHA256="1727d1cd1ebc527e12f100febbc0e0d5b99178c0fd1b216eee90474722c0b0b3"
|
||||||
PKG_REV="2"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://github.com/aassif/pvr.freebox"
|
PKG_SITE="https://github.com/aassif/pvr.freebox"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user