Message ID | 20180905210224.21225-10-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [oe,meta-oe,01/12] asio: Upgrade to 1.12.1 | expand |
This leads to a dysfunctional sip. I'm working on a working update. On 09/05/2018 05:02 PM, Khem Raj wrote: > Inherit pythonnative instead of using python from build host > > Signed-off-by: Khem Raj <raj.khem@gmail.com> > --- > .../recipes-devtools/sip/{sip_4.19.8.bb => sip_4.19.12.bb} | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > rename meta-oe/recipes-devtools/sip/{sip_4.19.8.bb => sip_4.19.12.bb} (90%) > > diff --git a/meta-oe/recipes-devtools/sip/sip_4.19.8.bb b/meta-oe/recipes-devtools/sip/sip_4.19.12.bb > similarity index 90% > rename from meta-oe/recipes-devtools/sip/sip_4.19.8.bb > rename to meta-oe/recipes-devtools/sip/sip_4.19.12.bb > index ea944b32ff..be58959989 100644 > --- a/meta-oe/recipes-devtools/sip/sip_4.19.8.bb > +++ b/meta-oe/recipes-devtools/sip/sip_4.19.12.bb > @@ -4,13 +4,13 @@ SECTION = "devel" > LICENSE = "GPLv2+" > LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303" > > -inherit python-dir > +inherit python-dir pythonnative > > DEPENDS = "python" > > SRC_URI = "${SOURCEFORGE_MIRROR}/project/pyqt/sip/sip-${PV}/sip-${PV}.tar.gz" > -SRC_URI[md5sum] = "0625fb20347d4ff1b5da551539be0727" > -SRC_URI[sha256sum] = "7eaf7a2ea7d4d38a56dd6d2506574464bddf7cf284c960801679942377c297bc" > +SRC_URI[md5sum] = "e28b0790dfe4962ce6bbd7c4772f40c9" > +SRC_URI[sha256sum] = "24617fc31b983df075500ecac0e99d2fb48bf63ba82d4a17518659e571923822" > > BBCLASSEXTEND = "native" > > -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel
On 9/6/18 5:17 PM, Philip Balister wrote: > This leads to a dysfunctional sip. I'm working on a working update. > Thanks for update, although we will need to move to this version for openssl 1.1.x support. are working on fixing the same version ? if so I will look forward for patches. > On 09/05/2018 05:02 PM, Khem Raj wrote: >> Inherit pythonnative instead of using python from build host >> >> Signed-off-by: Khem Raj <raj.khem@gmail.com> >> --- >> .../recipes-devtools/sip/{sip_4.19.8.bb => sip_4.19.12.bb} | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >> rename meta-oe/recipes-devtools/sip/{sip_4.19.8.bb => sip_4.19.12.bb} (90%) >> >> diff --git a/meta-oe/recipes-devtools/sip/sip_4.19.8.bb b/meta-oe/recipes-devtools/sip/sip_4.19.12.bb >> similarity index 90% >> rename from meta-oe/recipes-devtools/sip/sip_4.19.8.bb >> rename to meta-oe/recipes-devtools/sip/sip_4.19.12.bb >> index ea944b32ff..be58959989 100644 >> --- a/meta-oe/recipes-devtools/sip/sip_4.19.8.bb >> +++ b/meta-oe/recipes-devtools/sip/sip_4.19.12.bb >> @@ -4,13 +4,13 @@ SECTION = "devel" >> LICENSE = "GPLv2+" >> LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303" >> >> -inherit python-dir >> +inherit python-dir pythonnative >> >> DEPENDS = "python" >> >> SRC_URI = "${SOURCEFORGE_MIRROR}/project/pyqt/sip/sip-${PV}/sip-${PV}.tar.gz" >> -SRC_URI[md5sum] = "0625fb20347d4ff1b5da551539be0727" >> -SRC_URI[sha256sum] = "7eaf7a2ea7d4d38a56dd6d2506574464bddf7cf284c960801679942377c297bc" >> +SRC_URI[md5sum] = "e28b0790dfe4962ce6bbd7c4772f40c9" >> +SRC_URI[sha256sum] = "24617fc31b983df075500ecac0e99d2fb48bf63ba82d4a17518659e571923822" >> >> BBCLASSEXTEND = "native" >> >> -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel
Yes working for the latest release. I emailed the pyqt/sip list with a question. Hopefully we can sort the issue out. Working toward a combined pyqt5 build for py 2 and 3 Philip On 09/06/2018 08:23 PM, Khem Raj wrote: > > > On 9/6/18 5:17 PM, Philip Balister wrote: >> This leads to a dysfunctional sip. I'm working on a working update. >> > > Thanks for update, although we will need to move to this version for > openssl 1.1.x support. are working on fixing the same version ? > if so I will look forward for patches. > >> On 09/05/2018 05:02 PM, Khem Raj wrote: >>> Inherit pythonnative instead of using python from build host >>> >>> Signed-off-by: Khem Raj <raj.khem@gmail.com> >>> --- >>> .../recipes-devtools/sip/{sip_4.19.8.bb => sip_4.19.12.bb} | 6 +++--- >>> 1 file changed, 3 insertions(+), 3 deletions(-) >>> rename meta-oe/recipes-devtools/sip/{sip_4.19.8.bb => sip_4.19.12.bb} (90%) >>> >>> diff --git a/meta-oe/recipes-devtools/sip/sip_4.19.8.bb b/meta-oe/recipes-devtools/sip/sip_4.19.12.bb >>> similarity index 90% >>> rename from meta-oe/recipes-devtools/sip/sip_4.19.8.bb >>> rename to meta-oe/recipes-devtools/sip/sip_4.19.12.bb >>> index ea944b32ff..be58959989 100644 >>> --- a/meta-oe/recipes-devtools/sip/sip_4.19.8.bb >>> +++ b/meta-oe/recipes-devtools/sip/sip_4.19.12.bb >>> @@ -4,13 +4,13 @@ SECTION = "devel" >>> LICENSE = "GPLv2+" >>> LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303" >>> >>> -inherit python-dir >>> +inherit python-dir pythonnative >>> >>> DEPENDS = "python" >>> >>> SRC_URI = "${SOURCEFORGE_MIRROR}/project/pyqt/sip/sip-${PV}/sip-${PV}.tar.gz" >>> -SRC_URI[md5sum] = "0625fb20347d4ff1b5da551539be0727" >>> -SRC_URI[sha256sum] = "7eaf7a2ea7d4d38a56dd6d2506574464bddf7cf284c960801679942377c297bc" >>> +SRC_URI[md5sum] = "e28b0790dfe4962ce6bbd7c4772f40c9" >>> +SRC_URI[sha256sum] = "24617fc31b983df075500ecac0e99d2fb48bf63ba82d4a17518659e571923822" >>> >>> BBCLASSEXTEND = "native" >>> >>> > -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel
On 9/6/18 5:29 PM, Philip Balister wrote: > Yes working for the latest release. I emailed the pyqt/sip list with a > question. Hopefully we can sort the issue out. Working toward a combined > pyqt5 build for py 2 and 3 > thanks, keep informed here > Philip > > On 09/06/2018 08:23 PM, Khem Raj wrote: >> >> >> On 9/6/18 5:17 PM, Philip Balister wrote: >>> This leads to a dysfunctional sip. I'm working on a working update. >>> >> >> Thanks for update, although we will need to move to this version for >> openssl 1.1.x support. are working on fixing the same version ? >> if so I will look forward for patches. >> >>> On 09/05/2018 05:02 PM, Khem Raj wrote: >>>> Inherit pythonnative instead of using python from build host >>>> >>>> Signed-off-by: Khem Raj <raj.khem@gmail.com> >>>> --- >>>> .../recipes-devtools/sip/{sip_4.19.8.bb => sip_4.19.12.bb} | 6 +++--- >>>> 1 file changed, 3 insertions(+), 3 deletions(-) >>>> rename meta-oe/recipes-devtools/sip/{sip_4.19.8.bb => sip_4.19.12.bb} (90%) >>>> >>>> diff --git a/meta-oe/recipes-devtools/sip/sip_4.19.8.bb b/meta-oe/recipes-devtools/sip/sip_4.19.12.bb >>>> similarity index 90% >>>> rename from meta-oe/recipes-devtools/sip/sip_4.19.8.bb >>>> rename to meta-oe/recipes-devtools/sip/sip_4.19.12.bb >>>> index ea944b32ff..be58959989 100644 >>>> --- a/meta-oe/recipes-devtools/sip/sip_4.19.8.bb >>>> +++ b/meta-oe/recipes-devtools/sip/sip_4.19.12.bb >>>> @@ -4,13 +4,13 @@ SECTION = "devel" >>>> LICENSE = "GPLv2+" >>>> LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303" >>>> >>>> -inherit python-dir >>>> +inherit python-dir pythonnative >>>> >>>> DEPENDS = "python" >>>> >>>> SRC_URI = "${SOURCEFORGE_MIRROR}/project/pyqt/sip/sip-${PV}/sip-${PV}.tar.gz" >>>> -SRC_URI[md5sum] = "0625fb20347d4ff1b5da551539be0727" >>>> -SRC_URI[sha256sum] = "7eaf7a2ea7d4d38a56dd6d2506574464bddf7cf284c960801679942377c297bc" >>>> +SRC_URI[md5sum] = "e28b0790dfe4962ce6bbd7c4772f40c9" >>>> +SRC_URI[sha256sum] = "24617fc31b983df075500ecac0e99d2fb48bf63ba82d4a17518659e571923822" >>>> >>>> BBCLASSEXTEND = "native" >>>> >>>> >> -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff --git a/meta-oe/recipes-devtools/sip/sip_4.19.8.bb b/meta-oe/recipes-devtools/sip/sip_4.19.12.bb similarity index 90% rename from meta-oe/recipes-devtools/sip/sip_4.19.8.bb rename to meta-oe/recipes-devtools/sip/sip_4.19.12.bb index ea944b32ff..be58959989 100644 --- a/meta-oe/recipes-devtools/sip/sip_4.19.8.bb +++ b/meta-oe/recipes-devtools/sip/sip_4.19.12.bb @@ -4,13 +4,13 @@ SECTION = "devel" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303" -inherit python-dir +inherit python-dir pythonnative DEPENDS = "python" SRC_URI = "${SOURCEFORGE_MIRROR}/project/pyqt/sip/sip-${PV}/sip-${PV}.tar.gz" -SRC_URI[md5sum] = "0625fb20347d4ff1b5da551539be0727" -SRC_URI[sha256sum] = "7eaf7a2ea7d4d38a56dd6d2506574464bddf7cf284c960801679942377c297bc" +SRC_URI[md5sum] = "e28b0790dfe4962ce6bbd7c4772f40c9" +SRC_URI[sha256sum] = "24617fc31b983df075500ecac0e99d2fb48bf63ba82d4a17518659e571923822" BBCLASSEXTEND = "native"
Inherit pythonnative instead of using python from build host Signed-off-by: Khem Raj <raj.khem@gmail.com> --- .../recipes-devtools/sip/{sip_4.19.8.bb => sip_4.19.12.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-devtools/sip/{sip_4.19.8.bb => sip_4.19.12.bb} (90%) -- 2.18.0 -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel