diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-03-18 14:21:48 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-20 11:29:04 +0000 |
| commit | 271c5340a04c895d73667687bdb1bde3ed3df321 (patch) | |
| tree | 02baf9916a95c7e27bf44c25e8a5ca6c9afdef53 /meta/recipes-devtools/python/python3-dbus_1.3.2.bb | |
| parent | f1c2a06c8089b64030dcfbfc45504ff62a99675e (diff) | |
| download | poky-271c5340a04c895d73667687bdb1bde3ed3df321.tar.gz | |
python3-dbus: upgrade 1.3.2 -> 1.4.0
(From OE-Core rev: 5c177d0984e7ca7cc757fab727b96c9ce3b6f0b1)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-dbus_1.3.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-dbus_1.3.2.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-devtools/python/python3-dbus_1.3.2.bb b/meta/recipes-devtools/python/python3-dbus_1.3.2.bb deleted file mode 100644 index e0cf64c70e..0000000000 --- a/meta/recipes-devtools/python/python3-dbus_1.3.2.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | SUMMARY = "Python bindings for the DBus inter-process communication system" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | HOMEPAGE = "http://www.freedesktop.org/Software/dbus" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=97f58951300aa52a9f9e3a62bd5c846c" | ||
| 6 | DEPENDS = "expat dbus glib-2.0 virtual/libintl" | ||
| 7 | |||
| 8 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "ad67819308618b5069537be237f8e68ca1c7fcc95ee4a121fe6845b1418248f8" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/dbus-python-${PV}" | ||
| 13 | |||
| 14 | inherit setuptools3-base meson pkgconfig | ||
| 15 | |||
| 16 | # requires dbus-run-session | ||
| 17 | EXTRA_OEMESON += "-Dtests=false" | ||
| 18 | |||
| 19 | RDEPENDS:${PN} = "python3-io python3-logging python3-stringold python3-threading python3-xml" | ||
| 20 | |||
| 21 | FILES:${PN}-dev += "${libdir}/pkgconfig" | ||
| 22 | |||
| 23 | BBCLASSEXTEND = "native nativesdk" | ||
