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-02 11:45:24 +0100 |
commit | f0ade81f696c5c4f69db48632e69f2f23aaa3c8f (patch) | |
tree | 01b98e7cf36ca2cfb1e1fef11c43668509d5f53a /meta/recipes-core/dbus | |
parent | 95840a416afd50dc6140367570f045c5128c94f4 (diff) | |
download | openembedded-core-contrib-f0ade81f696c5c4f69db48632e69f2f23aaa3c8f.tar.gz |
dbus-test: remove unneeded pygobject dependency
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/dbus')
-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 3748fe6df43..af999766ff1 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+" LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \ file://dbus/dbus.h;beginline=6;endline=20;md5=7755c9d7abccd5dbd25a6a974538bb3c" -DEPENDS = "python-pygobject dbus" +DEPENDS = "dbus glib-2.0" RDEPENDS_${PN} += "make" RDEPENDS_${PN}-dev = "" |