fixed and reuploaded thanks! G. Il giorno gio 3 set 2020 alle ore 16:52 Khem Raj ha scritto: > I am seeing cpprest failure and it seems to be related to this > > https://errors.yoctoproject.org/Errors/Details/498414/ > > Fails with > > arm-yoe-linux-gnueabi-g++: error: unrecognized command-line option '-R' > arm-yoe-linux-gnueabi-g++: error: unrecognized command-line option '-R' > > somewhere in log I see. > > -R/usr/lib -lbrotlidec -R/usr/lib -lbrotlienc > > On Wed, Sep 2, 2020 at 1:03 AM Gianfranco > wrote: > > > > Signed-off-by: Gianfranco Costamagna > > Signed-off-by: Gianfranco Costamagna > > --- > > .../brotli/{brotli_1.0.7.bb => brotli_1.0.9.bb} | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > rename meta-oe/recipes-extended/brotli/{brotli_1.0.7.bb => > brotli_1.0.9.bb} (91%) > > > > diff --git a/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb > b/meta-oe/recipes-extended/brotli/brotli_1.0.9.bb > > similarity index 91% > > rename from meta-oe/recipes-extended/brotli/brotli_1.0.7.bb > > rename to meta-oe/recipes-extended/brotli/brotli_1.0.9.bb > > index 32f855844..642e18f4a 100644 > > --- a/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb > > +++ b/meta-oe/recipes-extended/brotli/brotli_1.0.9.bb > > @@ -7,8 +7,8 @@ LICENSE = "MIT" > > LIC_FILES_CHKSUM = > "file://${S}/LICENSE;md5=941ee9cd1609382f946352712a319b4b" > > > > SRC_URI = "git://github.com/google/brotli.git" > > -# tag 1.0.7 > > -SRCREV= "d6d98957ca8ccb1ef45922e978bb10efca0ea541" > > +# tag 1.0.9 > > +SRCREV= "e61745a6b7add50d380cfd7d3883dd6c62fc2c71" > > S = "${WORKDIR}/git" > > > > inherit cmake lib_package > > -- > > 2.17.1 > > > > >