mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
toolchain: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
50f8023b84
commit
bf060fa196
@ -1,19 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build configtools toolchain
|
||||
|
||||
$SCRIPTS/build make
|
||||
$SCRIPTS/build ccache
|
||||
$SCRIPTS/build sed
|
||||
$SCRIPTS/build pkg-config
|
||||
|
||||
$SCRIPTS/build autotools
|
||||
$SCRIPTS/build intltool
|
||||
|
||||
$SCRIPTS/build gcc-final
|
||||
|
||||
$SCRIPTS/build cmake
|
||||
$SCRIPTS/build jam
|
||||
$SCRIPTS/build yasm
|
15
packages/toolchain/meta
Normal file
15
packages/toolchain/meta
Normal file
@ -0,0 +1,15 @@
|
||||
PKG_NAME="toolchain"
|
||||
PKG_VERSION=""
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.openelec.tv"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="configtools make sed pkg-config automake autoconf intltool gcc-final cmake jam yasm"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="toolchain/devel"
|
||||
PKG_SHORTDESC="toolchain: OpenELEC.tv' toolchain"
|
||||
PKG_LONGDESC="a crosscompiling toolchain to compile all packages"
|
||||
PKG_IS_ADDON="no"
|
||||
|
Loading…
x
Reference in New Issue
Block a user