Merge pull request #2687 from InuSasha/updates/8.2/adafruit

adafruit-libraries: update of various modules [8.2]
This commit is contained in:
Christian Hewitt 2018-05-09 09:57:41 +05:30 committed by GitHub
commit d78fddb53a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 39 additions and 24 deletions

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="Adafruit_Python_ADS1x15" PKG_NAME="Adafruit_Python_ADS1x15"
PKG_VERSION="733d179" PKG_VERSION="a963cc0"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" PKG_SITE="https://github.com/adafruit/${PKG_NAME}"

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="Adafruit_Python_ADXL345" PKG_NAME="Adafruit_Python_ADXL345"
PKG_VERSION="b153663" PKG_VERSION="dca3d90"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" PKG_SITE="https://github.com/adafruit/${PKG_NAME}"

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="Adafruit_Python_BMP" PKG_NAME="Adafruit_Python_BMP"
PKG_VERSION="ad6521d" PKG_VERSION="4e89e32"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" PKG_SITE="https://github.com/adafruit/${PKG_NAME}"

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="Adafruit_Python_CharLCD" PKG_NAME="Adafruit_Python_CharLCD"
PKG_VERSION="e5952eb" PKG_VERSION="bc75cad"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" PKG_SITE="https://github.com/adafruit/${PKG_NAME}"

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="Adafruit_Python_DHT" PKG_NAME="Adafruit_Python_DHT"
PKG_VERSION="310c59b" PKG_VERSION="a609d7d"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" PKG_SITE="https://github.com/adafruit/${PKG_NAME}"
@ -40,10 +40,6 @@ esac
pre_make_target() { pre_make_target() {
export PYTHONXCPREFIX="$SYSROOT_PREFIX/usr" export PYTHONXCPREFIX="$SYSROOT_PREFIX/usr"
export LDSHARED="$CC -shared" export LDSHARED="$CC -shared"
sed -e 's/from ez_setup import use_setuptools/\#from ez_setup import use_setuptools/' \
-e 's/use_setuptools()/\#use_setuptools()/' \
-i setup.py
} }
make_target() { make_target() {

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="Adafruit_Python_GPIO" PKG_NAME="Adafruit_Python_GPIO"
PKG_VERSION="fdf0fca" PKG_VERSION="c543d1d"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" PKG_SITE="https://github.com/adafruit/${PKG_NAME}"

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="Adafruit_Python_LED_Backpack" PKG_NAME="Adafruit_Python_LED_Backpack"
PKG_VERSION="d3bd401" PKG_VERSION="e34b954"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" PKG_SITE="https://github.com/adafruit/${PKG_NAME}"

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="Adafruit_Python_LSM303" PKG_NAME="Adafruit_Python_LSM303"
PKG_VERSION="03b344d" PKG_VERSION="81bcc12"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" PKG_SITE="https://github.com/adafruit/${PKG_NAME}"

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="Adafruit_Python_MCP3008" PKG_NAME="Adafruit_Python_MCP3008"
PKG_VERSION="705f090" PKG_VERSION="e721d26"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" PKG_SITE="https://github.com/adafruit/${PKG_NAME}"

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="Adafruit_Python_MCP4725" PKG_NAME="Adafruit_Python_MCP4725"
PKG_VERSION="5b5fc87" PKG_VERSION="8a30e5e"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" PKG_SITE="https://github.com/adafruit/${PKG_NAME}"

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="Adafruit_Python_PCA9685" PKG_NAME="Adafruit_Python_PCA9685"
PKG_VERSION="bfa4851" PKG_VERSION="f86db2c"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" PKG_SITE="https://github.com/adafruit/${PKG_NAME}"

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="Adafruit_Python_PureIO" PKG_NAME="Adafruit_Python_PureIO"
PKG_VERSION="a29d95a" PKG_VERSION="5e952c2"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" PKG_SITE="https://github.com/adafruit/${PKG_NAME}"

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="Adafruit_Python_SI1145" PKG_NAME="Adafruit_Python_SI1145"
PKG_VERSION="cbc6c62" PKG_VERSION="18c4006"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://github.com/THP-JOE/Python_SI1145" PKG_SITE="https://github.com/THP-JOE/Python_SI1145"

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="Adafruit_Python_TCS34725" PKG_NAME="Adafruit_Python_TCS34725"
PKG_VERSION="4ff05a3" PKG_VERSION="6306f90"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" PKG_SITE="https://github.com/adafruit/${PKG_NAME}"

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="Adafruit_Python_VCNL40xx" PKG_NAME="Adafruit_Python_VCNL40xx"
PKG_VERSION="e54bff9" PKG_VERSION="3c59be5"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" PKG_SITE="https://github.com/adafruit/${PKG_NAME}"

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="Adafruit_Python_WS2801" PKG_NAME="Adafruit_Python_WS2801"
PKG_VERSION="699426a" PKG_VERSION="d0c1907"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" PKG_SITE="https://github.com/adafruit/${PKG_NAME}"

View File

@ -1,6 +1,25 @@
8.0.101 102
updated libraries:
- Adafruit Python ADS1x15 Library
- Adafruit Python ADXL345 Library
- Adafruit Python BMP Library
- Adafruit Python CharLCD Library
- Adafruit Python DHT Library
- Adafruit Python GPIO Library
- Python library for controlling LED backpack displays.
- Adafruit Python LSM303 Library
- Adafruit Python MCP3008 Library
- Adafruit Python MCP4725 Library
- Adafruit Python PCA9685 Library
- Pure python access to Linux IO including I2C and SPI.
- Python library for the SI1145
- Adafruit Python TCS34725 Library
- Adafruit Python VCNL40xx Library
- Adafruit Python WS2801 Library
101
- include SI1145 library - include SI1145 library
- compile DHT driver - compile DHT driver
8.0.100 100
- Initial Release - Initial Release

View File

@ -18,7 +18,7 @@
PKG_NAME="adafruit-libraries" PKG_NAME="adafruit-libraries"
PKG_VERSION="" PKG_VERSION=""
PKG_REV="101" PKG_REV="102"
PKG_ARCH="any" PKG_ARCH="any"
PKG_ADDON_PROJECTS="RPi RPi2" PKG_ADDON_PROJECTS="RPi RPi2"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
@ -27,7 +27,7 @@ PKG_URL=""
PKG_DEPENDS_TARGET="Adafruit_Python_ADS1x15 Adafruit_Python_ADXL345 Adafruit_Python_BMP Adafruit_Python_CharLCD Adafruit_Python_DHT Adafruit_Python_GPIO Adafruit_Python_LED_Backpack Adafruit_Python_LSM303 Adafruit_Python_MCP3008 Adafruit_Python_MCP4725 Adafruit_Python_PCA9685 Adafruit_Python_PureIO Adafruit_Python_SI1145 Adafruit_Python_TCS34725 Adafruit_Python_VCNL40xx Adafruit_Python_WS2801" PKG_DEPENDS_TARGET="Adafruit_Python_ADS1x15 Adafruit_Python_ADXL345 Adafruit_Python_BMP Adafruit_Python_CharLCD Adafruit_Python_DHT Adafruit_Python_GPIO Adafruit_Python_LED_Backpack Adafruit_Python_LSM303 Adafruit_Python_MCP3008 Adafruit_Python_MCP4725 Adafruit_Python_PCA9685 Adafruit_Python_PureIO Adafruit_Python_SI1145 Adafruit_Python_TCS34725 Adafruit_Python_VCNL40xx Adafruit_Python_WS2801"
PKG_SECTION="virtual" PKG_SECTION="virtual"
PKG_SHORTDESC="A bundle of libraries from Adafruit" PKG_SHORTDESC="A bundle of libraries from Adafruit"
PKG_LONGDESC="This bundle currently includes Adafruit_ADS1x15, Adafruit_ADXL345, Adafruit_BMP, Adafruit_CharLCD, Adafruit_DHT, Adafruit_GPIO, Adafruit_LED_Backpack, Adafruit_LSM303, Adafruit_MCP3008, Adafruit_MCP4725, Adafruit_PCA9685, Adafruit_PureIO, Adafruit_SI1145 Adafruit_TCS34725, Adafruit_VCNL40xx and Adafruit_WS2801 python modules" PKG_LONGDESC="This is a bundle of various Adafruit Python libraries. Included are: ADS1x15, ADXL345, BMP, CharLCD, DHT, GPIO, LED_Backpack, LSM303, MCP3008, MCP4725, PCA9685, PureIO, SI1145, TCS34725, VCNL40xx, WS2801"
PKG_AUTORECONF="no" PKG_AUTORECONF="no"
PKG_IS_ADDON="yes" PKG_IS_ADDON="yes"