summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@enea.com>2013-09-09 19:47:30 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-10 23:03:07 +0100
commita572d8ad9e3294ff58d5f864a107b3564dcbfbe5 (patch)
treec0b74adf5ffcb944c72277c0907e05431da91ade /meta/recipes-core/dbus
parent879ad0532c503991d90e865567f7ea78d57da3a7 (diff)
downloadpoky-a572d8ad9e3294ff58d5f864a107b3564dcbfbe5.tar.gz
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. (From OE-Core rev: a59b7341d136bf8ee4a22c2968ca95dc17be3947) Signed-off-by: Maxin B. John <maxin.john@enea.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-ptest_1.6.10.bb1
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 a8e82ef6df..84ed287cb2 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 \
8DEPENDS = "python-pygobject dbus dbus-glib" 8DEPENDS = "python-pygobject dbus dbus-glib"
9 9
10RDEPENDS_${PN} += "make" 10RDEPENDS_${PN} += "make"
11RDEPENDS_${PN}-dev = ""
11 12
12SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ 13SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
13 file://tmpdir.patch \ 14 file://tmpdir.patch \