[oe-commits] Philip Balister : uhd-firmware : File name no longer includes git hash.

git at git.openembedded.org git at git.openembedded.org
Fri Dec 16 16:18:17 UTC 2011


Module: openembedded.git
Branch: master
Commit: a0d5f8af69c58a9e9dbb4f4d4f5055b9f95fd8b7
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=a0d5f8af69c58a9e9dbb4f4d4f5055b9f95fd8b7

Author: Philip Balister <philip at balister.org>
Date:   Fri Dec  9 08:22:56 2011 -0500

uhd-firmware : File name no longer includes git hash.

Signed-off-by: Philip Balister <philip at balister.org>

---

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

diff --git a/recipes/uhd/uhd-firmware.inc b/recipes/uhd/uhd-firmware.inc
index abdb07c..861e9aa 100644
--- a/recipes/uhd/uhd-firmware.inc
+++ b/recipes/uhd/uhd-firmware.inc
@@ -8,7 +8,7 @@ PACKAGE_ARCH = "all"
 
 #PV_U = `echo ${PV} | sed 's/\./_/g'`
 
-SRC_URI = "http://www.ettus.com/downloads/uhd_releases/${@'${PV}'.replace('.', '_')}/images-only/UHD-images-${PV}-59f407f.tar.gz"
+SRC_URI = "http://www.ettus.com/downloads/uhd_releases/${@'${PV}'.replace('.', '_')}/images-only/UHD-images-${PV}.tar.gz"
 
 S = ${WORKDIR}/UHD-images-${PV}-59f407f
 





More information about the Openembedded-commits mailing list