From 0de8a3b488a09c69f99ccf8bf56354bea14240a9 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Wed, 5 Mar 2014 15:13:57 -0800 Subject: lms7: update the source download URL The old URL is not working anymore. Using a new URL for source zip file. Signed-off-by: Nitin A Kamble --- 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 9bc9ef1d..acc08c1e 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 -- cgit v1.2.3-54-g00ecf