aboutsummaryrefslogtreecommitdiff
path: root/utils/i2c-tools
Commit message (Collapse)AuthorAge
* treewide: assign PKG_CPE_IDFabrice Fontaine2024-02-04
| | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* python-packages: Clean up build variablesJeffery To2023-04-24
| | | | | | | | | | | | | | | * Rename PYTHON3_PKG_SETUP_VARS to PYTHON3_PKG_BUILD_VARS, and PYTHON3_PKG_SETUP_DIR to PYTHON3_PKG_BUILD_PATH The new variable names emphasize that these values apply to the new build process. * Remove PYTHON3_PKG_SETUP_ARGS set to the empty string These were set to override the default arguments in the old build process and not applicable to the new build process. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* i2c-tools: Prepare for new Python build processJeffery To2023-04-24
| | | | | | | This sets build options and adds a call to Py3Build/Install to prepare for the new Python build process. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* i2c-tools: update to version 4.3Daniel Golle2021-08-01
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* i2c-tools: update to version 4.2Daniel Golle2020-09-27
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* treewide: Remove Python variants for non-Python packagesJeffery To2020-04-19
| | | | | | | | | | | This removes Python-related build variants, and adds PYTHON3_PKG_BUILD:=0 and minor build adjustments (where appropriate), for non-Python packages. There should be no changes to build output. This also updates some include paths for python3-package.mk and/or python3-host.mk to be relative to the package Makefile. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* i2c-tools: Remove Python 2 SMBus bindings packageJeffery To2020-04-01
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: avoid deref symlinks when installing .soYousong Zhou2019-06-21
| | | | | | | | | | | | | | This change is inspired by commit openwrt/openwrt@38b22b1e ("nghttp2: deduplicate files in libnghttp2") The packages in this commit are identified with the following command grep -rin -E 'INSTALL_(DATA|BIN)' | grep -F '.so' | grep -F '*' Some of them do not have symlinks and are not affected, but the change is still applied for consideration of best practices just in case Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* i2c-tools: add license and toolSungbo Eo2019-04-09
| | | | | | | libi2c is licensed under the LGPL. And i2ctransfer has been added to the tools since 4.0. Signed-off-by: Sungbo Eo <mans0n@gorani.run>
* i2c-tools: rework package to use variantsKarel Kočí2019-02-23
| | | | Signed-off-by: Karel Kočí <cynerd@email.cz>
* i2c-tools: Update to 4.1Rosen Penev2018-12-16
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* i2c-tools: Update to 4.0Rosen Penev2018-11-18
| | | | | | | | Added a libi2c package as that is now needed. Fixed the home URL to fix uscan. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* i2c-tools: fix stale PKG_SOURCE_URLYousong Zhou2018-07-05
| | | | | | Fixes openwrt/packages#5075 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* treewide: use local python-package.mk & python3-package.mk filesAlexandru Ardelean2018-01-10
| | | | | | | | | | This guarantees for the package feeds that the mk files will always be available for all packages. Will need to see about external-feed Python packages a bit later. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* i2c-tools: Added python3-smbus packagePaulo Costa2016-11-02
| | | | | | This only replicates the existing python-smbus package into Python 3 Signed-off-by: Paulo Costa <me@paulo.costa.nom.br>
* i2c-tools: add fossies.org download mirrorDaniel Golle2015-12-25
| | | | | | lm-sensors.org is down, again... Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* i2c-tools: update to 3.1.2Daniel Golle2015-07-20
| | | | | | | remove archive.org download link as lm-sensors.org seems to be working again. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* i2c-tools: import from oldpackagesDaniel Golle2015-06-21
- license and maintainer added - bumped to recent release source tarball instead of SVN source - add archive.org mirror to work-around the lm-sensors.org domain currently being broken... Signed-off-by: Daniel Golle <daniel@makrotopia.org>