From 124f6bb67d3416ff621b718916e1ecf464057229 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 16 Nov 2010 04:13:18 +0000 Subject: [PATCH] udh.inc: use RDEPENDS_${PN} Signed-off-by: Philip Balister --- recipes/uhd/uhd.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/uhd/uhd.inc b/recipes/uhd/uhd.inc index 3b5be58214..d2e7903fc1 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 -- 2.39.5