[oe] [meta-oe][PATCH] sip: Upgrade to 4.19.19

Khem Raj raj.khem at gmail.com
Wed Nov 13 04:35:53 UTC 2019


On Sat, 2019-11-09 at 22:03 +0100, Martin Jansa wrote:
> Any idea why it built ok for me when testing 5.13 with glibc?
> 
> In the e-mail you mentioned failures with musl, is this upgrade
> needed only together with musl? You also mentioned it's new failure
> and 5.13 is in meta-qt5 for quite some time, the recent upgrade was
> just from 5.13.0 to 5.13.2, maybe it got caused by 
> https://github.com/meta-qt5/meta-qt5/pull/243 instead? Still this PR
> builds fine here with 5.13.2, glibc, qemux86-64.
> 

it seems likely the cause, I have posted a pull request

https://github.com/meta-qt5/meta-qt5/pull/255

Which upgrades pyqt5 to 5.13.2 as well, secondly it disables/blacklists
py2 version of recipe, I think py2 is on its way out anyway so we can
ignore that, second patch adds a patch to qtwebengine to fix the
do_install issue with musl. Please take a look at this pull.

> If that is the case, then we might need this upgrade in zeus branch
> as well (5.13 is in meta-qt5/zeus)


I guess, just blacklist py2 version of pyqt5 in zeus would be
sufficient.


> 
> Cheers,
> 
> On Sat, Nov 9, 2019 at 8:55 PM Khem Raj <raj.khem at gmail.com> wrote:
> > Needed for QT 5.13 based python modules
> > 
> > Signed-off-by: Khem Raj <raj.khem at gmail.com>
> > ---
> >  meta-oe/recipes-devtools/sip/sip.inc                        | 6
> > +++---
> >  .../sip/{sip3_4.19.16.bb => sip3_4.19.19.bb}                | 0
> >  .../recipes-devtools/sip/{sip_4.19.16.bb => sip_4.19.19.bb} | 0
> >  3 files changed, 3 insertions(+), 3 deletions(-)
> >  rename meta-oe/recipes-devtools/sip/{sip3_4.19.16.bb =>
> > sip3_4.19.19.bb} (100%)
> >  rename meta-oe/recipes-devtools/sip/{sip_4.19.16.bb =>
> > sip_4.19.19.bb} (100%)
> > 
> > diff --git a/meta-oe/recipes-devtools/sip/sip.inc b/meta-
> > oe/recipes-devtools/sip/sip.inc
> > index 092531b322..d8e32a7687 100644
> > --- a/meta-oe/recipes-devtools/sip/sip.inc
> > +++ b/meta-oe/recipes-devtools/sip/sip.inc
> > @@ -5,9 +5,9 @@ LICENSE = "GPLv2+"
> >  LIC_FILES_CHKSUM = "file://LICENSE-
> > GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303"
> > 
> >  SRC_URI = "
> > https://www.riverbankcomputing.com/static/Downloads/sip/${PV}/sip-${PV}.tar.gz
> > \
> > -          "
> > -SRC_URI[md5sum] = "7e854b0da395ddc8fb5da82d0321994d"             
> >              
> > -SRC_URI[sha256sum] =
> > "184c790d58e9527fc6bdac2bbf8638f3d1b41dea922cad8eb83172b4ba70c620"
> > +"
> > +SRC_URI[md5sum] = "98111479309dc472410f26080d6d4a88"
> > +SRC_URI[sha256sum] =
> > "5436b61a78f48c7e8078e93a6b59453ad33780f80c644e5f3af39f94be1ede44"
> > 
> >  S = "${WORKDIR}/sip-${PV}"
> > 
> > diff --git a/meta-oe/recipes-devtools/sip/sip3_4.19.16.bb b/meta-
> > oe/recipes-devtools/sip/sip3_4.19.19.bb
> > similarity index 100%
> > rename from meta-oe/recipes-devtools/sip/sip3_4.19.16.bb
> > rename to meta-oe/recipes-devtools/sip/sip3_4.19.19.bb
> > diff --git a/meta-oe/recipes-devtools/sip/sip_4.19.16.bb b/meta-
> > oe/recipes-devtools/sip/sip_4.19.19.bb
> > similarity index 100%
> > rename from meta-oe/recipes-devtools/sip/sip_4.19.16.bb
> > rename to meta-oe/recipes-devtools/sip/sip_4.19.19.bb
> > -- 
> > 2.24.0
> > 



More information about the Openembedded-devel mailing list