From ad81891ee769a25a3fae596d4187bc4181805526 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 30 Mar 2017 09:27:21 -0700 Subject: python-smbus: upgrade to 3.1.2 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 Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-smbus_3.1.2.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-smbus_3.1.2.bb (limited to 'meta-python/recipes-devtools/python/python-smbus_3.1.2.bb') diff --git a/meta-python/recipes-devtools/python/python-smbus_3.1.2.bb b/meta-python/recipes-devtools/python/python-smbus_3.1.2.bb new file mode 100644 index 0000000000..1b95778877 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-smbus_3.1.2.bb @@ -0,0 +1,2 @@ +inherit distutils +require python-smbus.inc -- cgit v1.2.3-54-g00ecf