[meta-intel] [Patch v2 1/1] lms7: update the source download URL

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Thu Mar 6 13:51:03 PST 2014


From: Nitin A Kamble <nitin.a.kamble at intel.com>

The old URL is not working anymore. Using a new URL for source zip file.

Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
---
 common/recipes-bsp/amt/lms7_7.1.20.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/recipes-bsp/amt/lms7_7.1.20.bb b/common/recipes-bsp/amt/lms7_7.1.20.bb
index 9bc9ef1..acc08c1 100644
--- a/common/recipes-bsp/amt/lms7_7.1.20.bb
+++ b/common/recipes-bsp/amt/lms7_7.1.20.bb
@@ -8,7 +8,7 @@ LICENSE = "BSD_LMS"
 PR = "r0"
 BPN="lms"
 PV_SUB = "25"
-SRC_URI = "http://software.intel.com/file/37962;downloadfilename=${BPN}+${PV}.${PV_SUB}.zip \
+SRC_URI = "http://software.intel.com/sites/default/files/m/4/e/a/9/b/37962-${BPN}_${PV}.${PV_SUB}.zip \
            file://atnetworktool-printf-fix.patch \
            file://readlink-declaration.patch"
 
@@ -26,7 +26,7 @@ INITSCRIPT_PARAMS = "defaults"
 
 do_unpack2() {
 	cd ${WORKDIR}
-	tar -xvzf ${WORKDIR}/outputdir/lms-${PV}-${PV_SUB}.tar.gz
+	tar -xvzf ${WORKDIR}/outputdir/${BPN}-${PV}-${PV_SUB}.tar.gz
 }
 
 addtask unpack2 after do_unpack before do_patch
-- 
1.8.1.4



More information about the meta-intel mailing list