[oe-commits] Martin Jansa : udh.inc: use RDEPENDS_${PN}

git version control git at git.openembedded.org
Tue Nov 16 20:33:06 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 124f6bb67d3416ff621b718916e1ecf464057229
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=124f6bb67d3416ff621b718916e1ecf464057229

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Tue Nov 16 04:13:18 2010 +0000

udh.inc: use RDEPENDS_${PN}

Signed-off-by: Philip Balister <philip at opensdr.com>

---

 recipes/uhd/uhd.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/uhd/uhd.inc b/recipes/uhd/uhd.inc
index 3b5be58..d2e7903 100644
--- a/recipes/uhd/uhd.inc
+++ b/recipes/uhd/uhd.inc
@@ -3,9 +3,9 @@ HOMEPAGE = "http://www.ettus.com"
 LICENSE = "GPLV3+"
 
 DEPENDS = "git-native python-cheetah-native boost libusb1 uhd-firmware"
-RDEPENDS += "uhd-firmware"
+RDEPENDS_${PN} += "uhd-firmware"
 
-INC_PR = "r2"
+INC_PR = "r3"
 
 inherit cmake
 





More information about the Openembedded-commits mailing list