mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
hdhomerun: cosmetics, fix file permissions
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
4b04c6d307
commit
8c9b055726
4
packages/addons/driver/hdhomerun/changelog.txt
Executable file → Normal file
4
packages/addons/driver/hdhomerun/changelog.txt
Executable file → Normal file
@ -1,6 +1,6 @@
|
|||||||
2.1.4
|
3.0.1
|
||||||
- binary files are stored with OpenELEC image
|
- binary files are stored with OpenELEC image
|
||||||
addon is used to start userspace program
|
- addon is used to start userspace program
|
||||||
|
|
||||||
2.1.3
|
2.1.3
|
||||||
- bump addon version for new kernel
|
- bump addon version for new kernel
|
||||||
|
0
packages/addons/driver/hdhomerun/config/dvbhdhomerun.sample
Executable file → Normal file
0
packages/addons/driver/hdhomerun/config/dvbhdhomerun.sample
Executable file → Normal file
0
packages/addons/driver/hdhomerun/icon/icon.png
Executable file → Normal file
0
packages/addons/driver/hdhomerun/icon/icon.png
Executable file → Normal file
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
10
packages/addons/driver/hdhomerun/meta
Executable file → Normal file
10
packages/addons/driver/hdhomerun/meta
Executable file → Normal file
@ -19,18 +19,20 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="hdhomerun"
|
PKG_NAME="hdhomerun"
|
||||||
PKG_VERSION="2.0"
|
PKG_VERSION="3.0"
|
||||||
PKG_REV="4"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.silicondust.com/products/hdhomerun/dvbt/"
|
PKG_SITE="http://www.silicondust.com/products/hdhomerun/dvbt/"
|
||||||
PKG_URL=""
|
PKG_URL=""
|
||||||
PKG_DEPENDS=""
|
PKG_DEPENDS=""
|
||||||
PKG_BUILD_DEPENDS=""
|
PKG_BUILD_DEPENDS="toolchain"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="driver/dvb"
|
PKG_SECTION="driver/dvb"
|
||||||
PKG_SHORTDESC="A linux DVB driver for the HDHomeRun (http://www.silicondust.com)."
|
PKG_SHORTDESC="A linux DVB driver for the HDHomeRun (http://www.silicondust.com)."
|
||||||
PKG_LONGDESC="A linux DVB driver for the HDHomeRun (http://www.silicondust.com)."
|
PKG_LONGDESC="A linux DVB driver for the HDHomeRun (http://www.silicondust.com)."
|
||||||
|
|
||||||
|
PKG_AUTORECONF="no"
|
||||||
|
|
||||||
PKG_IS_ADDON="yes"
|
PKG_IS_ADDON="yes"
|
||||||
PKG_ADDON_TYPE="xbmc.python.script"
|
PKG_ADDON_TYPE="xbmc.python.script"
|
||||||
PKG_AUTORECONF="no"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user