]> code.ossystems Code Review - openembedded-core.git/commitdiff
dbus-ptest: fix populate_sdk error
authorMaxin B. John <maxin.john@enea.com>
Mon, 9 Sep 2013 17:47:30 +0000 (19:47 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Sep 2013 22:02:53 +0000 (23:02 +0100)
 When we enable "ptest", populate_sdk fails with the following error:
 # bitbake core-image-minimal -c populate_sdk
 ..
 Collected errors:
  * satisfy_dependencies_for: Cannot satisfy the following dependencies
    for dbus-ptest-dev:
  *    dbus-ptest (= 1.6.10-r0) *
  * opkg_install_cmd: Cannot install package dbus-ptest-dev.

Disable that dependency.

Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/dbus/dbus-ptest_1.6.10.bb

index a8e82ef6df0ec019ab385f1af2eceb3fa5a2e1d4..84ed287cb27d3bbad019d27ebc2e98284533c809 100644 (file)
@@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \
 DEPENDS = "python-pygobject dbus dbus-glib"
 
 RDEPENDS_${PN} += "make"
+RDEPENDS_${PN}-dev = ""
 
 SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
            file://tmpdir.patch \