From: Zang Ruochen Date: Thu, 5 Sep 2019 07:41:26 +0000 (+0800) Subject: python3-dbus:upgrade 1.2.8 -> 1.2.10 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~13358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb7f9becfdd7a7657b69e7bde472f3b8569eff63;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-dbus:upgrade 1.2.8 -> 1.2.10 Signed-off-by: Zang Ruochen Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/python/python3-dbus_1.2.8.bb b/meta/recipes-devtools/python/python3-dbus_1.2.10.bb similarity index 85% rename from meta/recipes-devtools/python/python3-dbus_1.2.8.bb rename to meta/recipes-devtools/python/python3-dbus_1.2.10.bb index 2fb1eae96cb..8892d0fb42c 100644 --- a/meta/recipes-devtools/python/python3-dbus_1.2.8.bb +++ b/meta/recipes-devtools/python/python3-dbus_1.2.10.bb @@ -8,8 +8,8 @@ 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] = "7379db774c10904f27e7e2743d90fb43" -SRC_URI[sha256sum] = "abf12bbb765e300bf8e2a1b2f32f85949eab06998dbda127952c31cb63957b6f" +SRC_URI[md5sum] = "5d21d5ae6423f0e41caa3400af44edac" +SRC_URI[sha256sum] = "d4332bbd4a0054fa4010b259c293b84d461bbd9d7a8ef528157d151c0398d886" S = "${WORKDIR}/dbus-python-${PV}" inherit distutils3-base autotools pkgconfig