]> code.ossystems Code Review - openembedded-core.git/commitdiff
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:40:52 +0000 (16:40 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/dbus/dbus-ptest_1.6.8.bb

index fd7ce7dc628721cf1822d4ab2618f026ae11fc96..138220632749e82d2b47f0c9b9eee9c0cb2d93bb 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 \