On Sat, Mar 30, 2019 at 12:56 PM Randy MacLeod <[email protected]> wrote: > > On 3/30/19 12:56 PM, Randy MacLeod wrote: > > The previous SRC_URI did not work for the new version and > > when looking at the site, users are required to navigate > > through a click-through license agreement. Also use git > > repo rather than the .zip archive since the github checksum > > can change from time to time. > >
https://errors.yoctoproject.org/Errors/Details/235000/ > > Signed-off-by: Randy MacLeod <[email protected]> > > --- > > .../wolfssl/{wolfssl_3.15.7.bb => wolfssl_3.15.8.bb} | 5 ++--- > > 1 file changed, 2 insertions(+), 3 deletions(-) > > rename meta-networking/recipes-connectivity/wolfssl/{wolfssl_3.15.7.bb => > > wolfssl_3.15.8.bb} (77%) > > > > diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.7.bb > > b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.8.bb > > similarity index 77% > > rename from meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.7.bb > > rename to meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.8.bb > > index 0a0a6075d..29e094783 100644 > > --- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.7.bb > > +++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.8.bb > > @@ -12,9 +12,8 @@ LIC_FILES_CHKSUM = > > "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" > > PROVIDES += "cyassl" > > RPROVIDES_${PN} = "cyassl" > > > > -SRC_URI = "https://www.wolfssl.com/wolfssl-${PV}.zip" > > -SRC_URI[md5sum] = "6ec08c09e3f51cccbb1686b4fd45f92f" > > -SRC_URI[sha256sum] = > > "4cc318c49580d3b9c361fe258fac6106624aa744f1d34e03977b587766a753ee" > > +SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https" > > +SRCREV = "e87433e2b6682aa7162fcb4aafefb08e2fbd932b" > > > Oops, I forgot: > +S = "${WORKDIR}/git" > > v3 sent already. > ../Randy > > inherit autotools > > > > > > > -- > # Randy MacLeod > # Wind River Linux > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
