mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Revert "gperftools: fix for release files"
Revert "gperftools: add package providing tcmalloc_minimal" Revert "Add TCMALLOC_SUPPORT parameter to add libtcmalloc_minimal to the image" This reverts commits: 85e3d8d4e052a37391c2f2d9748be4b4140e2c42 780c7a3db02599afe1f8eda138be17623e9b5a38 d6d915d0cc58e82f85c1c66354962dd648e3b6a8
This commit is contained in:
parent
4f7766c635
commit
2fef238f35
@ -33,10 +33,8 @@ TARGET_ARCH="${ARCH}"
|
|||||||
# include arm-mem package on arm
|
# include arm-mem package on arm
|
||||||
if [ "${TARGET_ARCH}" = "arm" ]; then
|
if [ "${TARGET_ARCH}" = "arm" ]; then
|
||||||
ARM_MEM_SUPPORT="yes"
|
ARM_MEM_SUPPORT="yes"
|
||||||
TCMALLOC_SUPPORT="yes"
|
|
||||||
else
|
else
|
||||||
ARM_MEM_SUPPORT="no"
|
ARM_MEM_SUPPORT="no"
|
||||||
TCMALLOC_SUPPORT="no"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# include helper functions
|
# include helper functions
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0
|
|
||||||
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
|
||||||
|
|
||||||
PKG_NAME="gperftools"
|
|
||||||
PKG_VERSION="2.9.1"
|
|
||||||
PKG_SHA256="ea566e528605befb830671e359118c2da718f721c27225cbbc93858c7520fee3"
|
|
||||||
PKG_LICENSE="BSD"
|
|
||||||
PKG_SITE="https://github.com/gperftools/gperftools"
|
|
||||||
PKG_URL="https://github.com/gperftools/gperftools/releases/download/gperftools-${PKG_VERSION}/gperftools-${PKG_VERSION}.tar.gz"
|
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
|
||||||
PKG_LONGDESC="Google Performance Tools"
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-minimal --disable-debugalloc --disable-static"
|
|
@ -16,7 +16,3 @@ if [ "${ARM_MEM_SUPPORT}" = "yes" ]; then
|
|||||||
PKG_DEPENDS_TARGET+=" arm-mem"
|
PKG_DEPENDS_TARGET+=" arm-mem"
|
||||||
PKG_DEPENDS_INIT+=" arm-mem:init"
|
PKG_DEPENDS_INIT+=" arm-mem:init"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${TCMALLOC_SUPPORT}" = "yes" ]; then
|
|
||||||
PKG_DEPENDS_TARGET+=" gperftools"
|
|
||||||
fi
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user