[oe-commits] Richard Purdie : dbus-ptest: Improve RDEPENDS to be package specific

git at git.openembedded.org git at git.openembedded.org
Mon Feb 4 11:38:21 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 4b0c71882f57ba17ddf1df588bffa25b82ae23d5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4b0c71882f57ba17ddf1df588bffa25b82ae23d5

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Feb  4 11:30:30 2013 +0000

dbus-ptest: Improve RDEPENDS to be package specific

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 fd7ce7d..1382206 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 \





More information about the Openembedded-commits mailing list