-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade CE21/22 and LE12/13, add patches to downgrade glibc to 2.40 d…
…ue to compile problems with version 2.41
- Loading branch information
Showing
5 changed files
with
36 additions
and
6 deletions.
There are no files selected for viewing
Submodule LibreELEC.tv
updated
1322 files
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Either a commit id, branch or tag (tags/....) | ||
|
||
COREELEC20=29c066e | ||
COREELEC21=01b75cd | ||
COREELEC22=dee7a66 | ||
LIBREELEC12=ba9e23 | ||
LIBREELEC13=88e69fb | ||
COREELEC21=5c11db3 | ||
COREELEC22=cdd4e84 | ||
LIBREELEC12=0ba0f8 | ||
LIBREELEC13=780958f | ||
RELEASESHA=29efcf6 |
15 changes: 15 additions & 0 deletions
15
patches/CoreELEC.coreelec-22/TMP_downgrade_glibc_2.40.patch
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
diff --git a/packages/devel/glibc/package.mk b/packages/devel/glibc/package.mk | ||
index c4eaa0d35c..143d076920 100644 | ||
--- a/packages/devel/glibc/package.mk | ||
+++ b/packages/devel/glibc/package.mk | ||
@@ -3,8 +3,8 @@ | ||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) | ||
|
||
PKG_NAME="glibc" | ||
-PKG_VERSION="2.41" | ||
-PKG_SHA256="a5a26b22f545d6b7d7b3dd828e11e428f24f4fac43c934fb071b6a7d0828e901" | ||
+PKG_VERSION="2.40" | ||
+PKG_SHA256="19a890175e9263d748f627993de6f4b1af9cd21e03f080e4bfb3a1fac10205a2" | ||
PKG_LICENSE="GPL" | ||
PKG_SITE="https://www.gnu.org/software/libc/" | ||
PKG_URL="https://ftp.gnu.org/pub/gnu/glibc/${PKG_NAME}-${PKG_VERSION}.tar.xz" |
15 changes: 15 additions & 0 deletions
15
patches/LibreELEC.tv.libreelec-13/TMP_downgrade_glibc_2.40.patch
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
diff --git a/packages/devel/glibc/package.mk b/packages/devel/glibc/package.mk | ||
index c4eaa0d35c..143d076920 100644 | ||
--- a/packages/devel/glibc/package.mk | ||
+++ b/packages/devel/glibc/package.mk | ||
@@ -3,8 +3,8 @@ | ||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) | ||
|
||
PKG_NAME="glibc" | ||
-PKG_VERSION="2.41" | ||
-PKG_SHA256="a5a26b22f545d6b7d7b3dd828e11e428f24f4fac43c934fb071b6a7d0828e901" | ||
+PKG_VERSION="2.40" | ||
+PKG_SHA256="19a890175e9263d748f627993de6f4b1af9cd21e03f080e4bfb3a1fac10205a2" | ||
PKG_LICENSE="GPL" | ||
PKG_SITE="https://www.gnu.org/software/libc/" | ||
PKG_URL="https://ftp.gnu.org/pub/gnu/glibc/${PKG_NAME}-${PKG_VERSION}.tar.xz" |