summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-dbus_1.4.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-dbus_1.4.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-dbus_1.4.0.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-dbus_1.4.0.bb b/meta/recipes-devtools/python/python3-dbus_1.4.0.bb
new file mode 100644
index 0000000000..2854eda30a
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-dbus_1.4.0.bb
@@ -0,0 +1,23 @@
1SUMMARY = "Python bindings for the DBus inter-process communication system"
2SECTION = "devel/python"
3HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=97f58951300aa52a9f9e3a62bd5c846c"
6DEPENDS = "expat dbus glib-2.0 virtual/libintl"
7
8SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.xz"
9
10SRC_URI[sha256sum] = "c36b28f10ffcc8f1f798aca973bcc132f91f33eb9b6b8904381b4077766043d5"
11
12S = "${UNPACKDIR}/dbus-python-${PV}"
13
14inherit setuptools3-base meson pkgconfig
15
16# requires dbus-run-session
17EXTRA_OEMESON += "-Dtests=false"
18
19RDEPENDS:${PN} = "python3-io python3-logging python3-stringold python3-threading python3-xml"
20
21FILES:${PN}-dev += "${libdir}/pkgconfig"
22
23BBCLASSEXTEND = "native nativesdk"