I was working on minimal security fixes on my zeus branch. Later I will update the recipe for openCV 4.3.0. Le jeu. 16 avr. 2020 à 21:06, Martin Jansa a écrit : > On Thu, Apr 16, 2020 at 11:38:24AM -0700, Khem Raj wrote: > > This fails on mips/glibc > > > > https://errors.yoctoproject.org/Errors/Details/404685/ > > > > > > On Thu, Apr 16, 2020 at 7:17 AM Gregory Vimont > wrote: > > > > > > Signed-off-by: Gregory Vimont > > > --- > > > .../opencv/{opencv_4.1.0.bb => opencv_4.1.1.bb} | 6 > +++--- > > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > rename meta-oe/recipes-support/opencv/{opencv_4.1.0.bb => > opencv_4.1.1.bb} (98%) > > > > > > diff --git a/meta-oe/recipes-support/opencv/opencv_4.1.0.bb > b/meta-oe/recipes-support/opencv/opencv_4.1.1.bb > > > similarity index 98% > > > rename from meta-oe/recipes-support/opencv/opencv_4.1.0.bb > > > rename to meta-oe/recipes-support/opencv/opencv_4.1.1.bb > > > index d781da600..5074eb2fa 100644 > > > --- a/meta-oe/recipes-support/opencv/opencv_4.1.0.bb > > > +++ b/meta-oe/recipes-support/opencv/opencv_4.1.1.bb > > > @@ -10,8 +10,8 @@ ARM_INSTRUCTION_SET_armv5 = "arm" > > > > > > DEPENDS = "libtool swig-native bzip2 zlib glib-2.0 libwebp" > > > > > > -SRCREV_opencv = "371bba8f54560b374fbcd47e7e02f015ac4969ad" > > > -SRCREV_contrib = "2c32791a9c500343568a21ea34bf2daeac2adae7" > > > +SRCREV_opencv = "ddbd10c0019f3ee5f43b7902d47e7fc4303a6574" > > > +SRCREV_contrib = "0915b7eaddba3c06d83e201c9a7595e73801f417" > > > SRCREV_ipp = "32e315a5b106a7b89dbed51c28f8120a48b368b4" > > > SRCREV_boostdesc = "34e4206aef44d50e6bbcd0ab06354b52e7466d26" > > > SRCREV_vgg = "fccf7cd6a4b12079f73bbfb21745f9babcd4eb1d" > > > @@ -51,7 +51,7 @@ SRC_URI = "git:// > github.com/opencv/opencv.git;name=opencv \ > > > > file://0001-carotene-Replace-ipcp-unit-growth-with-ipa-cp-unit-g.patch \ > > > file://download.patch \ > > > " > > > -PV = "4.1.0" > > > +PV = "4.1.1" > > Gregory, > > was there a reason for 4.1.1 + backports instead of 4.2.0 version > released in December 2019? > > Or 4.1.2 from Octobver 2019 if 4.2.x is breaking too many things. > > Cheers, > > > > S = "${WORKDIR}/git" > > > > > > -- > > > 2.17.1 > > > > > > > > > > >