mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
evtest: move to debug tools
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
43411247fc
commit
c92622b769
@ -1,27 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
################################################################################
|
|
||||||
# This file is part of OpenELEC - http://www.openelec.tv
|
|
||||||
# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv)
|
|
||||||
#
|
|
||||||
# This Program 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, or (at your option)
|
|
||||||
# any later version.
|
|
||||||
#
|
|
||||||
# This Program 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.tv; see the file COPYING. If not, write to
|
|
||||||
# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA.
|
|
||||||
# http://www.gnu.org/copyleft/gpl.html
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
. config/options $1
|
|
||||||
|
|
||||||
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/bin
|
|
||||||
cp $PKG_BUILD/evtest $ADDON_BUILD/$PKG_ADDON_ID/bin
|
|
||||||
cp $PKG_BUILD/evtest-capture $ADDON_BUILD/$PKG_ADDON_ID/bin
|
|
@ -1,39 +0,0 @@
|
|||||||
3.0.1
|
|
||||||
- bump addon version
|
|
||||||
|
|
||||||
2.1.3
|
|
||||||
- update to evtest-1.30
|
|
||||||
|
|
||||||
2.1.2
|
|
||||||
- cleanup
|
|
||||||
|
|
||||||
2.1.1
|
|
||||||
- rebuild for addon version 2.1
|
|
||||||
|
|
||||||
2.0.1
|
|
||||||
- rebuild for libiconv changes
|
|
||||||
|
|
||||||
2.0.0
|
|
||||||
- prepare for OpenELEC-2.0 release
|
|
||||||
|
|
||||||
1.90.1
|
|
||||||
- depends on xbmc.python API 2.0
|
|
||||||
|
|
||||||
1.90.0
|
|
||||||
- prepare for OpenELEC-1.90 release
|
|
||||||
|
|
||||||
1.0.0
|
|
||||||
- update to evtest-1.29
|
|
||||||
- prepare for OpenELEC-1.0 release
|
|
||||||
|
|
||||||
0.99.3
|
|
||||||
- change icon
|
|
||||||
|
|
||||||
0.99.2
|
|
||||||
- build as shared lib
|
|
||||||
- include libiconv libs
|
|
||||||
- include libxml2 libs
|
|
||||||
- include zlib libs
|
|
||||||
|
|
||||||
0.99.1
|
|
||||||
- initial addon based on evtest-1.27
|
|
Binary file not shown.
Before Width: | Height: | Size: 26 KiB |
10
packages/addons/debugging/tools/evtest/source/default.py → packages/debug/evtest/install
Normal file → Executable file
10
packages/addons/debugging/tools/evtest/source/default.py → packages/debug/evtest/install
Normal file → Executable file
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# This file is part of OpenELEC - http://www.openelec.tv
|
# This file is part of OpenELEC - http://www.openelec.tv
|
||||||
# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv)
|
# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv)
|
||||||
@ -18,6 +20,8 @@
|
|||||||
# http://www.gnu.org/copyleft/gpl.html
|
# http://www.gnu.org/copyleft/gpl.html
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
import os
|
. config/options $1
|
||||||
import sys
|
|
||||||
import xbmcaddon
|
mkdir -p $INSTALL/usr/bin
|
||||||
|
cp $PKG_BUILD/evtest $INSTALL/usr/bin
|
||||||
|
cp $PKG_BUILD/evtest-capture $INSTALL/usr/bin
|
@ -32,7 +32,6 @@ PKG_SECTION="debug/tools"
|
|||||||
PKG_SHORTDESC="evtest: Simple tool for input event debugging."
|
PKG_SHORTDESC="evtest: Simple tool for input event debugging."
|
||||||
PKG_LONGDESC="evtest is a simple tool for input event debugging."
|
PKG_LONGDESC="evtest is a simple tool for input event debugging."
|
||||||
|
|
||||||
PKG_IS_ADDON="yes"
|
PKG_IS_ADDON="no"
|
||||||
PKG_ADDON_TYPE="xbmc.python.script"
|
|
||||||
|
|
||||||
PKG_AUTORECONF="yes"
|
PKG_AUTORECONF="yes"
|
@ -25,7 +25,7 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.openelec.tv"
|
PKG_SITE="http://www.openelec.tv"
|
||||||
PKG_URL=""
|
PKG_URL=""
|
||||||
PKG_DEPENDS="acpica cpuid dmidecode gdb hddtemp i2c-tools pmtools powertop strace"
|
PKG_DEPENDS="acpica cpuid dmidecode evtest gdb hddtemp i2c-tools pmtools powertop strace"
|
||||||
PKG_BUILD_DEPENDS="toolchain"
|
PKG_BUILD_DEPENDS="toolchain"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="debug"
|
PKG_SECTION="debug"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user