On Thu, 2014-03-06 at 13:51 -0800, [email protected] wrote: > From: Nitin A Kamble <[email protected]> > > The old URL is not working anymore. Using a new URL for source zip file. > > Signed-off-by: Nitin A Kamble <[email protected]>
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 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
