mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
debug: add meta file support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
47949e8883
commit
f5508275d7
@ -1,13 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options $1
|
|
||||||
|
|
||||||
$SCRIPTS/install strace
|
|
||||||
$SCRIPTS/install gdb
|
|
||||||
$SCRIPTS/install mesa-demos
|
|
||||||
$SCRIPTS/install htop # on user request
|
|
||||||
$SCRIPTS/install nano # on user request
|
|
||||||
$SCRIPTS/install wgetpaste
|
|
||||||
$SCRIPTS/install evtest
|
|
||||||
$SCRIPTS/install tvdump
|
|
||||||
|
|
17
packages/debug/meta
Normal file
17
packages/debug/meta
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
PKG_NAME="debug"
|
||||||
|
PKG_VERSION=""
|
||||||
|
PKG_REV="1"
|
||||||
|
PKG_ARCH="any"
|
||||||
|
PKG_LICENSE="GPL"
|
||||||
|
PKG_SITE="http://www.openelec.tv"
|
||||||
|
PKG_URL=""
|
||||||
|
PKG_DEPENDS="strace gdb mesa-demos htop nano wgetpaste evtest tvdump"
|
||||||
|
PKG_BUILD_DEPENDS="toolchain"
|
||||||
|
PKG_PRIORITY="optional"
|
||||||
|
PKG_SECTION="debug"
|
||||||
|
PKG_SHORTDESC="debug: Metapackage for installing debugging tools"
|
||||||
|
PKG_LONGDESC="debug is a Metapackage for installing debugging tools"
|
||||||
|
PKG_IS_ADDON="no"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user