From: zangrc Date: Tue, 3 Aug 2021 05:39:26 +0000 (+0800) Subject: python3-dbus: upgrade 1.2.16 -> 1.2.18 X-Git-Tag: uninative-3.3~101 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=895574c2df6701c0a6ffe84bce05b63180377eb8;p=openembedded-core.git python3-dbus: upgrade 1.2.16 -> 1.2.18 Signed-off-by: Zang Ruochen Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-dbus_1.2.16.bb b/meta/recipes-devtools/python/python3-dbus_1.2.18.bb similarity index 85% rename from meta/recipes-devtools/python/python3-dbus_1.2.16.bb rename to meta/recipes-devtools/python/python3-dbus_1.2.18.bb index 9be6ffc485..9592fbf716 100644 --- a/meta/recipes-devtools/python/python3-dbus_1.2.16.bb +++ b/meta/recipes-devtools/python/python3-dbus_1.2.18.bb @@ -7,8 +7,7 @@ DEPENDS = "expat dbus glib-2.0 virtual/libintl" SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz" -SRC_URI[md5sum] = "51a45c973d82bedff033a4b57d69d5d8" -SRC_URI[sha256sum] = "11238f1d86c995d8aed2e22f04a1e3779f0d70e587caffeab4857f3c662ed5a4" +SRC_URI[sha256sum] = "92bdd1e68b45596c833307a5ff4b217ee6929a1502f5341bae28fd120acf7260" S = "${WORKDIR}/dbus-python-${PV}"