[oe-commits] Maxin B. John : dbus-ptest: fix populate_sdk error

git at git.openembedded.org git at git.openembedded.org
Thu Sep 12 15:38:43 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: a59b7341d136bf8ee4a22c2968ca95dc17be3947
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a59b7341d136bf8ee4a22c2968ca95dc17be3947

Author: Maxin B. John <maxin.john at enea.com>
Date:   Mon Sep  9 19:47:30 2013 +0200

dbus-ptest: fix populate_sdk error

 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 at enea.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/dbus/dbus-ptest_1.6.10.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/dbus/dbus-ptest_1.6.10.bb b/meta/recipes-core/dbus/dbus-ptest_1.6.10.bb
index a8e82ef..84ed287 100644
--- a/meta/recipes-core/dbus/dbus-ptest_1.6.10.bb
+++ b/meta/recipes-core/dbus/dbus-ptest_1.6.10.bb
@@ -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 \



More information about the Openembedded-commits mailing list