Merge pull request #6418 from CvH/11.0/kodi_up_2204

kodi: update to 6f05bd9
This commit is contained in:
Matthias Reichl 2022-04-22 21:14:58 +02:00 committed by GitHub
commit ee3a833f90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -3,8 +3,8 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="kodi"
PKG_VERSION="70d6b0c2e5a63e8076f7e9cf26331c2441ada371"
PKG_SHA256="6fa01090795b5548db5606e120cade2a93265f65dc4ea3daae5f1ab5701c9fa8"
PKG_VERSION="6f05bd92a217b3313ae8009a8e668cb84854404b"
PKG_SHA256="2ed25005f3970d7fd478eb4b12902ed279d0ddc1a5883420536ff3959d45f3b3"
PKG_LICENSE="GPL"
PKG_SITE="http://www.kodi.tv"
PKG_URL="https://github.com/xbmc/xbmc/archive/${PKG_VERSION}.tar.gz"

View File

@ -12,10 +12,10 @@ https://github.com/xbmc/xbmc/pull/19091
--- a/xbmc/platform/linux/PlatformLinux.h
+++ b/xbmc/platform/linux/PlatformLinux.h
@@ -21,7 +21,6 @@ public:
~CPlatformLinux() override = default;
@@ -23,7 +23,6 @@ public:
bool InitStageOne() override;
void DeinitStageOne() override;
- bool IsConfigureAddonsAtStartupEnabled() override { return true; }
private: