[oe-commits] Philip Balister : uhd : Add dependency on uhd-firmware so the USRP1 and USRP2 firmware is

git version control git at git.openembedded.org
Wed Nov 3 16:54:22 UTC 2010


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

Author: Philip Balister <philip at opensdr.com>
Date:   Wed Nov  3 12:16:30 2010 -0400

uhd : Add dependency on uhd-firmware so the USRP1 and USRP2 firmware is
      installed in an image.

---

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

diff --git a/recipes/uhd/uhd.inc b/recipes/uhd/uhd.inc
index 865e8c0..405d667 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
 





More information about the Openembedded-commits mailing list