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:40:52 +0000 |
commit | 962dc38c78ce539c74f90811a022995d15d76ffc (patch) | |
tree | 9b653aa2143a0f1ac0d1601087ede505bf8aa509 /meta | |
parent | 1207bb402adfbe6a0600e4540fc35a53282a857c (diff) | |
download | openembedded-core-962dc38c78ce539c74f90811a022995d15d76ffc.tar.gz openembedded-core-962dc38c78ce539c74f90811a022995d15d76ffc.tar.bz2 openembedded-core-962dc38c78ce539c74f90811a022995d15d76ffc.zip |
dbus-ptest: Improve RDEPENDS to be package specific
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 \ DEPENDS = "python-pygobject dbus dbus-glib" -RDEPENDS = "make" +RDEPENDS_${PN} += "make" SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ file://tmpdir.patch \ |