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:
Chad Wagner 2021-06-05 18:46:55 +00:00
parent 4f7766c635
commit 2fef238f35
No known key found for this signature in database
GPG Key ID: DF8D3D475337FA8E
3 changed files with 0 additions and 19 deletions

View File

@ -33,10 +33,8 @@ TARGET_ARCH="${ARCH}"
# include arm-mem package on arm
if [ "${TARGET_ARCH}" = "arm" ]; then
ARM_MEM_SUPPORT="yes"
TCMALLOC_SUPPORT="yes"
else
ARM_MEM_SUPPORT="no"
TCMALLOC_SUPPORT="no"
fi
# include helper functions

View File

@ -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"

View File

@ -16,7 +16,3 @@ if [ "${ARM_MEM_SUPPORT}" = "yes" ]; then
PKG_DEPENDS_TARGET+=" arm-mem"
PKG_DEPENDS_INIT+=" arm-mem:init"
fi
if [ "${TCMALLOC_SUPPORT}" = "yes" ]; then
PKG_DEPENDS_TARGET+=" gperftools"
fi