diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-03-09 18:44:01 +0800 |
---|---|---|
committer | Trevor Gamblin <trevor.gamblin@windriver.com> | 2022-03-10 10:03:29 -0500 |
commit | 87e1c68ec1f98c38a9e91c0553e5b513865b1c20 (patch) | |
tree | fc9e4e499d08b2e2087a7aa8d8d6fb0754d0f2c0 /meta-python | |
parent | 9b1f94bb6ac07d6f2147443046f275523094b877 (diff) | |
download | meta-openembedded-87e1c68ec1f98c38a9e91c0553e5b513865b1c20.tar.gz |
python3-aws-iot-device-sdk-python: upgrade 1.5.0-> 1.5.1
Changelog:
=========
change append to extend to fix bytestream error
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.5.1.bb (renamed from meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.5.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.5.0.bb b/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.5.1.bb index 2f877487a..0b2181e4f 100644 --- a/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.5.1.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "\ | |||
6 | file://LICENSE.txt;md5=9ac49901b833e769c7d6f21e8dbd7b30 \ | 6 | file://LICENSE.txt;md5=9ac49901b833e769c7d6f21e8dbd7b30 \ |
7 | file://AWSIoTPythonSDK/core/protocol/paho/client.py;endline=14;md5=5a3c8a1a4bb71bd934f450ecff972ad9 \ | 7 | file://AWSIoTPythonSDK/core/protocol/paho/client.py;endline=14;md5=5a3c8a1a4bb71bd934f450ecff972ad9 \ |
8 | " | 8 | " |
9 | SRCREV = "90d7b05749e2da7a13193024c720e3c8d9bf1157" | 9 | SRCREV = "6ca6c73775c953114f83240a850a0d1ab49b68ac" |
10 | SRC_URI = "git://github.com/aws/aws-iot-device-sdk-python;branch=master;protocol=https \ | 10 | SRC_URI = "git://github.com/aws/aws-iot-device-sdk-python;branch=master;protocol=https \ |
11 | file://0001-setup.py-Use-setuptools-instead-of-distutils.patch \ | 11 | file://0001-setup.py-Use-setuptools-instead-of-distutils.patch \ |
12 | " | 12 | " |