summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3-dbus_1.2.12.bb (renamed from meta/recipes-devtools/python/python3-dbus_1.2.10.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3-dbus_1.2.10.bb b/meta/recipes-devtools/python/python3-dbus_1.2.12.bb
index 8892d0fb42..d005dc4a90 100644
--- a/meta/recipes-devtools/python/python3-dbus_1.2.10.bb
+++ b/meta/recipes-devtools/python/python3-dbus_1.2.12.bb
@@ -5,11 +5,11 @@ LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=b03240518994df6d8c974675675e5ca4" 5LIC_FILES_CHKSUM = "file://COPYING;md5=b03240518994df6d8c974675675e5ca4"
6DEPENDS = "expat dbus glib-2.0 virtual/libintl" 6DEPENDS = "expat dbus glib-2.0 virtual/libintl"
7 7
8SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz \ 8SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz"
9" 9
10SRC_URI[md5sum] = "428b7a9e7e2d154a7ceb3e13536283e4"
11SRC_URI[sha256sum] = "cdd4de2c4f5e58f287b12013ed7b41dee81d503c8d0d2397c5bd2fb01badf260"
10 12
11SRC_URI[md5sum] = "5d21d5ae6423f0e41caa3400af44edac"
12SRC_URI[sha256sum] = "d4332bbd4a0054fa4010b259c293b84d461bbd9d7a8ef528157d151c0398d886"
13S = "${WORKDIR}/dbus-python-${PV}" 13S = "${WORKDIR}/dbus-python-${PV}"
14 14
15inherit distutils3-base autotools pkgconfig 15inherit distutils3-base autotools pkgconfig