2018-07-16 20:45:36 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
2019-03-15 08:27:09 +00:00
|
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
2014-01-30 14:15:12 +01:00
|
|
|
|
|
|
|
|
PKG_NAME="libc"
|
|
|
|
|
PKG_VERSION=""
|
|
|
|
|
PKG_LICENSE="GPL"
|
2018-05-14 09:34:26 +02:00
|
|
|
PKG_SITE="https://libreelec.tv"
|
2014-01-30 14:15:12 +01:00
|
|
|
PKG_URL=""
|
2023-08-01 10:20:16 +00:00
|
|
|
PKG_DEPENDS_TARGET="toolchain glibc libxcrypt tz libidn2"
|
2014-06-27 19:03:04 +02:00
|
|
|
PKG_DEPENDS_INIT="toolchain glibc:init"
|
2014-01-30 14:15:12 +01:00
|
|
|
PKG_SECTION="virtual"
|
|
|
|
|
PKG_LONGDESC="Meta package for installing various tools and libs needed for libc"
|
|
|
|
|
|
2021-02-09 16:07:09 +01:00
|
|
|
if [ "${ARM_MEM_SUPPORT}" = "yes" ]; then
|
2021-01-19 19:34:20 +00:00
|
|
|
PKG_DEPENDS_TARGET+=" arm-mem"
|
|
|
|
|
PKG_DEPENDS_INIT+=" arm-mem:init"
|
2014-01-30 14:15:12 +01:00
|
|
|
fi
|