buildsystem: fix doubled PKG_TOOLCHAIN

This commit is contained in:
Sascha Kuehndel (InuSasha) 2017-10-24 23:59:29 +02:00
parent c90b78d9d5
commit 2343a6498f
No known key found for this signature in database
GPG Key ID: 15FED89617B88D1B
3 changed files with 0 additions and 3 deletions

View File

@ -27,7 +27,6 @@ PKG_DEPENDS_TARGET="toolchain"
PKG_SECTION="network"
PKG_SHORTDESC="ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol)"
PKG_LONGDESC="ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol)"
PKG_TOOLCHAIN="configure"
PKG_TOOLCHAIN="autotools"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"

View File

@ -29,7 +29,6 @@ PKG_SECTION="libs"
PKG_SHORTDESC="LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program."
PKG_LONGDESC="LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program."
PKG_TOOLCHAIN="autotools"
PKG_TOOLCHAIN="configure"
PKG_MAINTAINER="Lukas Rusak (lrusak at irc.freenode.net)"

View File

@ -29,7 +29,6 @@ PKG_SECTION="emulation"
PKG_SHORTDESC="game.libretro.meteor: Meteor GBA for Kodi"
PKG_LONGDESC="game.libretro.meteor: Meteor GBA for Kodi"
PKG_TOOLCHAIN="configure"
PKG_TOOLCHAIN="configure"
PKG_LIBNAME="meteor_libretro.so"
PKG_LIBPATH="libretro/$PKG_LIBNAME"