mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
rpi-tools: fixes
This commit is contained in:
parent
667fac26ab
commit
6b92e30858
@ -1,8 +1,19 @@
|
||||
8.0.102
|
||||
- move Adafruit modules to adafruit-libraries
|
||||
105
|
||||
- Update gpiozero to 1.4.1
|
||||
- Update picamera to 1.13
|
||||
- Update RPi.GPIO to 0.6.3
|
||||
|
||||
8.0.101
|
||||
- add Adafruit python modules (LED_Backpack, GPIO, PureIO)
|
||||
104
|
||||
- Add lan951x-led-ctl to control LEDs connected to LAN9512/LAN9514
|
||||
|
||||
8.0.100
|
||||
103
|
||||
- Rebuild
|
||||
|
||||
102
|
||||
- Move Adafruit modules to adafruit-libraries
|
||||
|
||||
101
|
||||
- Add Adafruit python modules (LED_Backpack, GPIO, PureIO)
|
||||
|
||||
100
|
||||
- Initial Release
|
||||
|
@ -17,11 +17,11 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="rpi-tools"
|
||||
PKG_VERSION=""
|
||||
PKG_VERSION="1.0"
|
||||
PKG_REV="105"
|
||||
PKG_ARCH="arm"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE=""
|
||||
PKG_SITE="https://libreelec.tv"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_TARGET="toolchain RPi.GPIO picamera gpiozero lan951x-led-ctl"
|
||||
PKG_SECTION="virtual"
|
||||
@ -32,7 +32,6 @@ PKG_DISCAIMER="Raspberry Pi is a trademark of the Raspberry Pi Foundation http:/
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="Raspberry Pi Tools"
|
||||
PKG_ADDON_TYPE="xbmc.python.module"
|
||||
PKG_ADDON_PROVIDES=""
|
||||
PKG_ADDON_PROJECTS="RPi"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user