diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-06-02 12:25:42 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-03 13:13:26 +0100 |
commit | 900674e058f63ffa017351b88c80aba3cda3b723 (patch) | |
tree | 498cd7cd8c5414c2a2f177298487c113c513167c /meta/recipes-core | |
parent | 2e5367ee16a9bf72fa1e076368974a952850922a (diff) | |
download | poky-900674e058f63ffa017351b88c80aba3cda3b723.tar.gz |
dbus-test: remove unneeded pygobject dependency
(From OE-Core rev: f0ade81f696c5c4f69db48632e69f2f23aaa3c8f)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/dbus/dbus-test_1.10.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus-test_1.10.6.bb b/meta/recipes-core/dbus/dbus-test_1.10.6.bb index 3748fe6df4..af999766ff 100644 --- a/meta/recipes-core/dbus/dbus-test_1.10.6.bb +++ b/meta/recipes-core/dbus/dbus-test_1.10.6.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "AFL-2 | GPLv2+" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \ |
6 | file://dbus/dbus.h;beginline=6;endline=20;md5=7755c9d7abccd5dbd25a6a974538bb3c" | 6 | file://dbus/dbus.h;beginline=6;endline=20;md5=7755c9d7abccd5dbd25a6a974538bb3c" |
7 | 7 | ||
8 | DEPENDS = "python-pygobject dbus" | 8 | DEPENDS = "dbus glib-2.0" |
9 | 9 | ||
10 | RDEPENDS_${PN} += "make" | 10 | RDEPENDS_${PN} += "make" |
11 | RDEPENDS_${PN}-dev = "" | 11 | RDEPENDS_${PN}-dev = "" |