dbus-ptest: Improve RDEPENDS to be package specific
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Feb 2013 11:30:30 +0000 (11:30 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Feb 2013 16:42:47 +0000 (16:42 +0000)
(From OE-Core rev: 962dc38c78ce539c74f90811a022995d15d76ffc)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/dbus/dbus-ptest_1.6.8.bb

index fd7ce7d..1382206 100644 (file)
@@ -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 \