Merge pull request #2669 from CvH/9.0-minifix

minor cleanup
This commit is contained in:
Christian Hewitt 2018-05-28 08:42:30 +05:30 committed by GitHub
commit 25caa70034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 8 deletions

View File

@ -26,8 +26,7 @@ PKG_URL="https://releases.linaro.org/components/toolchain/binaries/${PKG_VERSION
PKG_SOURCE_DIR="gcc-linaro-${PKG_VERSION}-x86_64_aarch64-elf"
PKG_DEPENDS_HOST="toolchain"
PKG_SECTION="lang"
PKG_SHORTDESC=""
PKG_LONGDESC=""
PKG_LONGDESC="Linaro Aarch64 GNU Linux Binary Toolchain"
PKG_TOOLCHAIN="manual"
makeinstall_host() {

View File

@ -26,8 +26,7 @@ PKG_URL="https://releases.linaro.org/components/toolchain/binaries/${PKG_VERSION
PKG_SOURCE_DIR="gcc-linaro-${PKG_VERSION}-x86_64_arm-eabi"
PKG_DEPENDS_HOST="toolchain"
PKG_SECTION="lang"
PKG_SHORTDESC=""
PKG_LONGDESC=""
PKG_LONGDESC="Linaro Aarch64 GNU Linux Binary Toolchain"
PKG_TOOLCHAIN="manual"
makeinstall_host() {

View File

@ -20,14 +20,11 @@ PKG_NAME="libc"
PKG_VERSION=""
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv"
PKG_SITE="https://libreelec.tv"
PKG_URL=""
PKG_DEPENDS_TARGET="toolchain glibc tz"
PKG_DEPENDS_INIT="toolchain glibc:init"
PKG_SECTION="virtual"
PKG_SHORTDESC="libc: Metapackage"
PKG_LONGDESC=""
PKG_SHORTDESC="libc: Meta package for installing various tools and libs needed for libc"
PKG_LONGDESC="Meta package for installing various tools and libs needed for libc"
if [ "$BOOTLOADER" = "bcm2835-bootloader" ]; then