[oe-commits] [meta-openembedded] 08/15: python-smbus: upgrade 4.0 -> 4.1

git at git.openembedded.org git at git.openembedded.org
Fri Nov 8 17:17:22 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit c9a5236354b3c02377541cb92a8bf4dd40086876
Author: Zang Ruochen <zangrc.fnst at cn.fujitsu.com>
AuthorDate: Fri Nov 8 16:16:41 2019 +0800

    python-smbus: upgrade 4.0 -> 4.1
    
    -License-Update: Changed contact and address.
    
    Signed-off-by: Zang Ruochen <zangrc.fnst at cn.fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-smbus.inc                | 6 +++---
 .../python/{python-smbus_4.0.bb => python-smbus_4.1.bb}             | 0
 .../python/{python3-smbus_4.0.bb => python3-smbus_4.1.bb}           | 0
 3 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 f472a57..8ba1ab2 100644
--- a/meta-python/recipes-devtools/python/python-smbus.inc
+++ b/meta-python/recipes-devtools/python/python-smbus.inc
@@ -1,11 +1,11 @@
 SUMMARY = "Set of i2c tools for linux - Python module"
 LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://smbusmodule.c;beginline=1;endline=17;md5=fa24df321a520ff8e10f203425ab9fa8"
+LIC_FILES_CHKSUM = "file://smbusmodule.c;beginline=1;endline=18;md5=46e424fb045901ab25e0f92c28c80055"
 PR = "r1"
 
 SRC_URI = "${KERNELORG_MIRROR}/software/utils/i2c-tools/i2c-tools-${PV}.tar.gz "
-SRC_URI[md5sum] = "d92a288d70f306d3895e3a7e9c14c9aa"
-SRC_URI[sha256sum] = "5b60daf6f011de0acb61de57dba62f2054bb39f19961d67e0c91610f071ca403"
+SRC_URI[md5sum] = "3536237a6b51fb10caacdc3b8a496237"
+SRC_URI[sha256sum] = "ef8f77afc70e7dbfd1171bfeae87a8a7f10074829370ce8d9ccd585a014e0073"
 
 DEPENDS += "i2c-tools"
 
diff --git a/meta-python/recipes-devtools/python/python-smbus_4.0.bb b/meta-python/recipes-devtools/python/python-smbus_4.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-smbus_4.0.bb
rename to meta-python/recipes-devtools/python/python-smbus_4.1.bb
diff --git a/meta-python/recipes-devtools/python/python3-smbus_4.0.bb b/meta-python/recipes-devtools/python/python3-smbus_4.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-smbus_4.0.bb
rename to meta-python/recipes-devtools/python/python3-smbus_4.1.bb

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list