amremote: drop reference to non-existent package

This commit is contained in:
MilhouseVH 2019-05-25 12:29:35 +01:00
parent da8ec75a11
commit 3fc18dd22c

View File

@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="remote"
PKG_VERSION="1"
@ -13,7 +14,3 @@ PKG_LONGDESC="Meta package for installing various tools needed for remote suppor
if [ "$ATVCLIENT_SUPPORT" = "yes" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET atvclient"
fi
if [ "$AMREMOTE_SUPPORT" = "yes" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET amremote"
fi