odroid-c1: We don't need lzop

This commit is contained in:
Jean-André Santoni 2015-02-01 15:39:16 +01:00
parent 4ad7bc0ff3
commit 2077b5aaa8
2 changed files with 1 additions and 37 deletions

View File

@ -47,7 +47,7 @@ PKG_DEPENDS_TARGET="toolchain"
if [ "$UBOOT_VERSION" = "sunxi" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET sunxi-tools:host"
elif [ "$UBOOT_VERSION" = "odroidc" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET lzop:host linaro-arm-toolchain:host"
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET linaro-arm-toolchain:host"
fi
PKG_PRIORITY="optional"
PKG_SECTION="tools"

View File

@ -1,36 +0,0 @@
################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
#
# OpenELEC is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# OpenELEC is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
PKG_NAME="lzop"
PKG_VERSION="1.03"
PKG_REV="1"
PKG_ARCH="arm"
PKG_LICENSE="other"
PKG_SITE="http://www.lzop.org"
PKG_URL="http://www.lzop.org/download/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_HOST_DEPENDS_TARGET="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="multimedia"
PKG_SHORTDESC="lzop: LZO file compressor"
PKG_LONGDESC="lzop: file compressor which uses the LZO data compression library for compression services"
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"