All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] udh.inc: use RDEPENDS_${PN}
@ 2010-11-16 14:13 Martin Jansa
  2010-11-16 14:13 ` [PATCH 2/2] jlime,dzen2,puzzles: " Martin Jansa
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Martin Jansa @ 2010-11-16 14:13 UTC (permalink / raw)
  To: openembedded-devel

---
 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
 
-- 
1.7.3.2




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-11-16 17:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-16 14:13 [PATCH 1/2] udh.inc: use RDEPENDS_${PN} Martin Jansa
2010-11-16 14:13 ` [PATCH 2/2] jlime,dzen2,puzzles: " Martin Jansa
2010-11-16 17:18   ` Frans Meulenbroeks
2010-11-16 17:17 ` [PATCH 1/2] udh.inc: " Frans Meulenbroeks
2010-11-16 17:48 ` Philip Balister

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.