diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-11-08 16:16:41 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-08 09:03:54 -0800 |
commit | c9a5236354b3c02377541cb92a8bf4dd40086876 (patch) | |
tree | 0ccd4e9709eba1e74613d9f9e555320fd4f9aa10 /meta-python/recipes-devtools/python/python-smbus.inc | |
parent | 8ad3d3f4b57c71d3cca9f6d614613a7910c40da9 (diff) | |
download | meta-openembedded-c9a5236354b3c02377541cb92a8bf4dd40086876.tar.gz |
python-smbus: upgrade 4.0 -> 4.1
-License-Update: Changed contact and address.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-smbus.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-smbus.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-smbus.inc b/meta-python/recipes-devtools/python/python-smbus.inc index f472a57f4..8ba1ab2b8 100644 --- a/meta-python/recipes-devtools/python/python-smbus.inc +++ b/meta-python/recipes-devtools/python/python-smbus.inc | |||
@@ -1,11 +1,11 @@ | |||
1 | SUMMARY = "Set of i2c tools for linux - Python module" | 1 | SUMMARY = "Set of i2c tools for linux - Python module" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://smbusmodule.c;beginline=1;endline=17;md5=fa24df321a520ff8e10f203425ab9fa8" | 3 | LIC_FILES_CHKSUM = "file://smbusmodule.c;beginline=1;endline=18;md5=46e424fb045901ab25e0f92c28c80055" |
4 | PR = "r1" | 4 | PR = "r1" |
5 | 5 | ||
6 | SRC_URI = "${KERNELORG_MIRROR}/software/utils/i2c-tools/i2c-tools-${PV}.tar.gz " | 6 | SRC_URI = "${KERNELORG_MIRROR}/software/utils/i2c-tools/i2c-tools-${PV}.tar.gz " |
7 | SRC_URI[md5sum] = "d92a288d70f306d3895e3a7e9c14c9aa" | 7 | SRC_URI[md5sum] = "3536237a6b51fb10caacdc3b8a496237" |
8 | SRC_URI[sha256sum] = "5b60daf6f011de0acb61de57dba62f2054bb39f19961d67e0c91610f071ca403" | 8 | SRC_URI[sha256sum] = "ef8f77afc70e7dbfd1171bfeae87a8a7f10074829370ce8d9ccd585a014e0073" |
9 | 9 | ||
10 | DEPENDS += "i2c-tools" | 10 | DEPENDS += "i2c-tools" |
11 | 11 | ||