mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
boost: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
07e242ab61
commit
1767e51c51
@ -25,9 +25,7 @@ PKG_SITE="http://www.boost.org/"
|
|||||||
PKG_URL="$SOURCEFORGE_SRC/boost/boost/1.55.0/${PKG_NAME}_${PKG_VERSION}.tar.bz2"
|
PKG_URL="$SOURCEFORGE_SRC/boost/boost/1.55.0/${PKG_NAME}_${PKG_VERSION}.tar.bz2"
|
||||||
PKG_SOURCE_DIR="${PKG_NAME}_${PKG_VERSION}"
|
PKG_SOURCE_DIR="${PKG_NAME}_${PKG_VERSION}"
|
||||||
PKG_DEPENDS_HOST=""
|
PKG_DEPENDS_HOST=""
|
||||||
PKG_DEPENDS_TARGET="zlib bzip2"
|
PKG_DEPENDS_TARGET="toolchain boost:host Python:host zlib bzip2"
|
||||||
PKG_BUILD_DEPENDS_HOST="toolchain"
|
|
||||||
PKG_BUILD_DEPENDS_TARGET="toolchain boost:host Python:host zlib bzip2"
|
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="devel"
|
PKG_SECTION="devel"
|
||||||
PKG_SHORTDESC="boost: Peer-reviewed STL style libraries for C++"
|
PKG_SHORTDESC="boost: Peer-reviewed STL style libraries for C++"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user