On Mon, Sep 19, 2016 at 9:16 PM, sujith h <[email protected]> wrote: > > > On Tue, Sep 6, 2016 at 1:20 PM, sujith h <[email protected]> wrote: >> >> >> >> On Mon, Sep 5, 2016 at 7:15 PM, Nathan Rossi <[email protected]> >> wrote: >>> >>> On Mon, Sep 5, 2016 at 11:22 PM, Sujith H <[email protected]> wrote: >>> > From: Sujith Haridasan <[email protected]> >>> > >>> > Replace files:// to file:// in LIC_FILES_CHKSUM >>> >>> Good find :). >>> >>> > >>> > Christopher Larson <[email protected]> >>> >>> Just wanted to check, should this be "Signed-off-by: Ch..."? I can fix >>> it up when I apply it. >> >> >> You may have Signed-off-by Christopher Larson. Because he found this issue >> :) > > > Gentle ping :)
Sorry, have had this patch sitting in my local branch and forgot to push it. I have applied and pushed it to master now. Thanks, Nathan >> >> >>> >>> Thanks, >>> Nathan >>> >>> > Signed-off-by: Sujith Haridasan <[email protected]> >>> > --- >>> > recipes-bsp/platform-init/platform-init.bb | 2 +- >>> > 1 file changed, 1 insertion(+), 1 deletion(-) >>> > >>> > diff --git a/recipes-bsp/platform-init/platform-init.bb >>> > b/recipes-bsp/platform-init/platform-init.bb >>> > index db1101e..5a98c55 100644 >>> > --- a/recipes-bsp/platform-init/platform-init.bb >>> > +++ b/recipes-bsp/platform-init/platform-init.bb >>> > @@ -9,7 +9,7 @@ COMPATIBLE_MACHINE = "$^" >>> > COMPATIBLE_MACHINE_picozed-zynq7 = "picozed-zynq7" >>> > >>> > LICENSE = "GPLv2+" >>> > -LIC_FILES_CHKSUM = >>> > "files://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" >>> > +LIC_FILES_CHKSUM = >>> > "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" >>> > >>> > SRC_URI = "file://ps7_init_gpl.c file://ps7_init_gpl.h" >>> > >>> > -- >>> > 1.9.1 >>> > >>> > -- >>> > _______________________________________________ >>> > meta-xilinx mailing list >>> > [email protected] >>> > https://lists.yoctoproject.org/listinfo/meta-xilinx >> >> >> >> >> -- >> സുജിത് ഹരിദാസന് >> Bangalore >> <Project>Contributor to KDE project >> <Project>Contributor to Yocto project >> http://fci.wikia.com/wiki/Anti-DRM-Campaign >> <Blog> http://sujithh.info >> C-x C-c > > > > > -- > സുജിത് ഹരിദാസന് > Bangalore > <Project>Contributor to KDE project > <Project>Contributor to Yocto project > http://fci.wikia.com/wiki/Anti-DRM-Campaign > <Blog> http://sujithh.info > C-x C-c -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
