aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Balister <philip@opensdr.com>2010-11-03 12:16:30 -0400
committerPhilip Balister <philip@opensdr.com>2010-11-03 12:49:10 -0400
commit0307e67ec4e614d81857476664ffc58969e59ce9 (patch)
treef5ed593f22c3b36ddbd38b3c5744b7d329411746
parent500e8f790ae71b4ac0b87a3c2840b9a7a9376a27 (diff)
downloadopenembedded-0307e67ec4e614d81857476664ffc58969e59ce9.tar.gz
uhd : Add dependency on uhd-firmware so the USRP1 and USRP2 firmware is
installed in an image.
-rw-r--r--recipes/uhd/uhd.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/uhd/uhd.inc b/recipes/uhd/uhd.inc
index 865e8c05aa..405d667648 100644
--- 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 = "r1"
+INC_PR = "r2"
inherit cmake