Merge pull request #7320 from heitbaum/addon

[le11] Fix Addons dependencies
This commit is contained in:
Christian Hewitt 2022-12-31 15:08:39 +04:00 committed by GitHub
commit b9ea43fdfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://github.com/rbuehlma/pvr.teleboy" PKG_SITE="https://github.com/rbuehlma/pvr.teleboy"
PKG_URL="https://github.com/rbuehlma/pvr.teleboy/archive/${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/rbuehlma/pvr.teleboy/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain kodi-platform" PKG_DEPENDS_TARGET="toolchain kodi-platform rapidjson"
PKG_SECTION="" PKG_SECTION=""
PKG_SHORTDESC="pvr.teleboy" PKG_SHORTDESC="pvr.teleboy"
PKG_LONGDESC="pvr.teleboy" PKG_LONGDESC="pvr.teleboy"

View File

@ -9,7 +9,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://github.com/rbuehlma/pvr.zattoo" PKG_SITE="https://github.com/rbuehlma/pvr.zattoo"
PKG_URL="https://github.com/rbuehlma/pvr.zattoo/archive/${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/rbuehlma/pvr.zattoo/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain kodi-platform tinyxml2" PKG_DEPENDS_TARGET="toolchain kodi-platform rapidjson sqlite tinyxml2"
PKG_SECTION="" PKG_SECTION=""
PKG_SHORTDESC="pvr.zattoo" PKG_SHORTDESC="pvr.zattoo"
PKG_LONGDESC="pvr.zattoo" PKG_LONGDESC="pvr.zattoo"