mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
eglibc: 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
f30c8d0370
commit
3ab7a7a092
@ -23,10 +23,8 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.eglibc.org/"
|
PKG_SITE="http://www.eglibc.org/"
|
||||||
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS_TARGET="timezone-data"
|
PKG_DEPENDS_TARGET="ccache:host autotools:host autoconf-2.68:host linux:host gcc:bootstrap"
|
||||||
PKG_DEPENDS_INIT=""
|
PKG_DEPENDS_INIT="eglibc"
|
||||||
PKG_BUILD_DEPENDS_TARGET="ccache:host autotools:host autoconf-2.68:host linux:host gcc:bootstrap"
|
|
||||||
PKG_BUILD_DEPENDS_INIT="eglibc"
|
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="toolchain/devel"
|
PKG_SECTION="toolchain/devel"
|
||||||
PKG_SHORTDESC="eglibc: The Embedded GNU C library"
|
PKG_SHORTDESC="eglibc: The Embedded GNU C library"
|
||||||
@ -35,11 +33,6 @@ PKG_LONGDESC="The Embedded GLIBC (EGLIBC) is a variant of the GNU C Library (GLI
|
|||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="no"
|
||||||
|
|
||||||
if [ "$XBMCPLAYER_DRIVER" = "bcm2835-driver" ]; then
|
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET arm-mem"
|
|
||||||
PKG_DEPENDS_INIT="$PKG_DEPENDS_INIT arm-mem:init"
|
|
||||||
fi
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="BASH_SHELL=/bin/sh \
|
PKG_CONFIGURE_OPTS_TARGET="BASH_SHELL=/bin/sh \
|
||||||
--libexecdir=/usr/lib/eglibc \
|
--libexecdir=/usr/lib/eglibc \
|
||||||
--cache-file=config.cache \
|
--cache-file=config.cache \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user