git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
500e8f7
)
uhd : Add dependency on uhd-firmware so the USRP1 and USRP2 firmware is
author
Philip Balister
<philip@opensdr.com>
Wed, 3 Nov 2010 16:16:30 +0000
(12:16 -0400)
committer
Philip Balister
<philip@opensdr.com>
Wed, 3 Nov 2010 16:49:10 +0000
(12:49 -0400)
installed in an image.
recipes/uhd/uhd.inc
patch
|
blob
|
history
diff --git
a/recipes/uhd/uhd.inc
b/recipes/uhd/uhd.inc
index
865e8c0
..
405d667
100644
(file)
--- a/
recipes/uhd/uhd.inc
+++ b/
recipes/uhd/uhd.inc
@@
-2,9
+2,10
@@
DESCRIPTION = "Universal Hardware Driver for Ettus Research products."
HOMEPAGE = "http://www.ettus.com"
LICENSE = "GPLV3+"
-DEPENDS = "python-cheetah-native boost libusb1"
+DEPENDS = "python-cheetah-native boost libusb1 uhd-firmware"
+RDEPENDS += "uhd-firmware"
-INC_PR = "r
1
"
+INC_PR = "r
2
"
inherit cmake