diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-smbus.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-smbus.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-smbus.inc b/meta-python/recipes-devtools/python/python-smbus.inc new file mode 100644 index 000000000..ded30ced9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-smbus.inc | |||
@@ -0,0 +1,18 @@ | |||
1 | SUMMARY = "Set of i2c tools for linux - Python module" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://smbusmodule.c;startline=1;endline=17;md5=fa24df321a520ff8e10f203425ab9fa8" | ||
4 | |||
5 | SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/i2c-tools-${PV}.tar.bz2 \ | ||
6 | " | ||
7 | SRC_URI[md5sum] = "7104a1043d11a5e2c7b131614eb1b962" | ||
8 | SRC_URI[sha256sum] = "db5e69f2e2a6e3aa2ecdfe6a5f490b149c504468770f58921c8c5b8a7860a441" | ||
9 | |||
10 | DEPENDS += "i2c-tools" | ||
11 | |||
12 | S = "${WORKDIR}/i2c-tools-${PV}/py-smbus/" | ||
13 | |||
14 | do_configure_prepend() { | ||
15 | # Adjust for OE header rename | ||
16 | sed -i s:linux/i2c-dev.h:linux/i2c-dev-user.h: Module.mk | ||
17 | sed -i s:linux/i2c-dev.h:linux/i2c-dev-user.h: smbusmodule.c | ||
18 | } | ||