summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-smbus.inc
Commit message (Collapse)AuthorAgeFilesLines
* python-smbus: remove sed to replace i2c pathDerek Straka2018-02-231-6/+1
| | | | | | | | | The i2c-dev file is now installed in the standard location, so the sed to change the path can be removed. Add a PR value to ensure that if the sed already ran, the build can succeed. Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-smbus: update to version 4.0Derek Straka2018-01-261-4/+3
| | | | | | | Fixes issues related to incompatibility with i2c-tools upgrade in oe-core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-smbus: replace startline=1 with beginline=1 in LIC_FILES_CHKSUMAndré Draszik2018-01-221-1/+1
| | | | | | | 'startline' is not a recognised keyword, it's beginline Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-smbus: upgrade to 3.1.2Stefan Agner2017-04-051-0/+18
Upgrade to 3.1.2 and use Yocto source mirror to follow commit f76fe46e098d ("i2c-tools: point SRC_URI at Yocto source mirrors") in OpenEmbedded cores i2c-tools recipe. With the upgrade to i2c-tools 3.1.2 Python 3 support has been added. To support Python 3 add a common recipe for all common information and one for each supported Python version 2 and 3. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>