diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-04 11:30:30 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-04 16:42:47 +0000 |
commit | 8a2d97ebf4602dd5d9b6356c8ba301860a440806 (patch) | |
tree | 886994252d5835d5ab5559d38d05d9255c53dc89 | |
parent | 0514ec9aaa5702f33c6a966a54004cb8390ba869 (diff) | |
download | poky-8a2d97ebf4602dd5d9b6356c8ba301860a440806.tar.gz |
dbus-ptest: Improve RDEPENDS to be package specific
(From OE-Core rev: 962dc38c78ce539c74f90811a022995d15d76ffc)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/dbus/dbus-ptest_1.6.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus-ptest_1.6.8.bb b/meta/recipes-core/dbus/dbus-ptest_1.6.8.bb index fd7ce7dc62..1382206327 100644 --- a/meta/recipes-core/dbus/dbus-ptest_1.6.8.bb +++ b/meta/recipes-core/dbus/dbus-ptest_1.6.8.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \ | |||
7 | 7 | ||
8 | DEPENDS = "python-pygobject dbus dbus-glib" | 8 | DEPENDS = "python-pygobject dbus dbus-glib" |
9 | 9 | ||
10 | RDEPENDS = "make" | 10 | RDEPENDS_${PN} += "make" |
11 | 11 | ||
12 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ | 12 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ |
13 | file://tmpdir.patch \ | 13 | file://tmpdir.patch \ |