mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #6667 from heitbaum/addons
fix addons build (openssl:host)
This commit is contained in:
commit
d7986207a8
@ -8,7 +8,7 @@ PKG_SHA256="44bdc36eeb02888296e961718bae808f3faab268ed49160a785248db60500c00"
|
||||
PKG_LICENSE="GPL2"
|
||||
PKG_SITE="https://mariadb.org"
|
||||
PKG_URL="https://downloads.mariadb.com/MariaDB/${PKG_NAME}-${PKG_VERSION}/source/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_HOST="toolchain:host ncurses:host"
|
||||
PKG_DEPENDS_HOST="toolchain:host ncurses:host openssl:host"
|
||||
PKG_DEPENDS_TARGET="toolchain binutils bzip2 libaio libxml2 lzo ncurses openssl systemd zlib mariadb:host"
|
||||
PKG_SHORTDESC="MariaDB is a community-developed fork of the MySQL."
|
||||
PKG_LONGDESC="MariaDB (${PKG_VERSION}) is a fast SQL database server and a drop-in replacement for MySQL."
|
||||
|
@ -5,7 +5,7 @@ PKG_NAME="cargo"
|
||||
PKG_VERSION="$(get_pkg_version rust)"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://www.rust-lang.org"
|
||||
PKG_DEPENDS_HOST="rust:host"
|
||||
PKG_DEPENDS_HOST="openssl:host rust:host"
|
||||
PKG_DEPENDS_UNPACK="cargo-snapshot rust"
|
||||
PKG_LONGDESC="Cargo is the Rust package manager"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
Loading…
x
Reference in New Issue
Block a user