aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/usrp
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-15 00:01:06 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-15 00:18:52 +0200
commit845da57b03a91d15bb782325358591649df1579c (patch)
tree726062180cbb7b014f19faca1279042986a53f74 /recipes/usrp
parent76cf00c745b2be7c39fb0d966959948adeab1801 (diff)
downloadopenembedded-845da57b03a91d15bb782325358591649df1579c.tar.gz
recipes: more checksums and more fixes to download them all
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/usrp')
-rw-r--r--recipes/usrp/usrp_0.12.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/usrp/usrp_0.12.bb b/recipes/usrp/usrp_0.12.bb
index 3415765f05..774520c712 100644
--- a/recipes/usrp/usrp_0.12.bb
+++ b/recipes/usrp/usrp_0.12.bb
@@ -6,10 +6,13 @@ DEPENDS = "swig-native sdcc-native virtual/libusb0 python boost"
RDEPENDS = "python-core"
PR = "r1"
-SRC_URI = "ftp://ftp.gnu.org/gnu/gnuradio/usrp-${PV}.tar.gz \
+SRC_URI = "ftp://ftp.gnu.org/gnu/gnuradio/old/usrp-${PV}.tar.gz \
file://fix_compile_h.patch;patch=1;pnum=3 \
file://install_test.patch;patch=1"
+SRC_URI[md5sum] = "41ee5d5f1ef440fdd880f99c53fccf69"
+SRC_URI[sha256sum] = "c9be448984840ae960874c3c536942ba63c79a7f6a0dff3970540190b1500804"
+
SRC_URI_append_omap5912osk = "file://usb11.patch;patch=1"
S = "${WORKDIR}/usrp-${PV}"