diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-06-25 20:26:25 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-27 12:20:36 +0100 |
commit | 33c19806870d635f59067aafe5e7d5496d2af95a (patch) | |
tree | 2be692a20b2a3cca3a6c5c13c185ff668d0ad1f6 | |
parent | cd8fc62eb34025e3a90abeb9bb99e7f7f92b5897 (diff) | |
download | poky-33c19806870d635f59067aafe5e7d5496d2af95a.tar.gz |
python3-dbus: Remove obsolete dependency on dbus-glib
Upstream stopped using it in 1.2.6.
(From OE-Core rev: b9353d6fbcd36a671e02bb849553a3791270c742)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-dbus_1.2.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-dbus_1.2.8.bb b/meta/recipes-devtools/python/python3-dbus_1.2.8.bb index c9bf8df42d..923da3c00a 100644 --- a/meta/recipes-devtools/python/python3-dbus_1.2.8.bb +++ b/meta/recipes-devtools/python/python3-dbus_1.2.8.bb | |||
@@ -3,7 +3,7 @@ SECTION = "devel/python" | |||
3 | HOMEPAGE = "http://www.freedesktop.org/Software/dbus" | 3 | HOMEPAGE = "http://www.freedesktop.org/Software/dbus" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b03240518994df6d8c974675675e5ca4" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b03240518994df6d8c974675675e5ca4" |
6 | DEPENDS = "expat dbus dbus-glib virtual/libintl" | 6 | DEPENDS = "expat dbus glib-2.0 virtual/libintl" |
7 | 7 | ||
8 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz \ | 8 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz \ |
9 | " | 9 | " |