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

Tom Zanussi tom.zanussi at intel.com
Wed Mar 12 12:11:29 PDT 2014


On Thu, 2014-03-06 at 13:51 -0800, nitin.a.kamble at intel.com wrote:
> 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>

Pulled into meta-intel/master

> ---
>  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




More information about the meta-intel mailing list