diff mbox

[oe,meta-qt5,morty-next] qtwebengine: update SRCREV due to old commit no longer being available

Message ID 1484363626-12770-1-git-send-email-denis@denix.org
State New
Headers show

Commit Message

Denys Dmytriyenko Jan. 14, 2017, 3:13 a.m. UTC
From: Denys Dmytriyenko <denys@ti.com>


Previous commit used for 5.7.1 baseline is no longer available on 5.7 branch.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---
 recipes-qt/qt5/qtwebengine_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.7.4

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Comments

Mikko Gronoff Jan. 16, 2017, 12:43 p.m. UTC | #1
This one commit was missing a merge from 5.7.1 branch to 5.7 but it's 
coming very soon. The merge commit is already done, it's just a matter 
of author submitting it in. Should be available very soon.

-Mikko


On 01/14/2017 05:13 AM, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>

>

> Previous commit used for 5.7.1 baseline is no longer available on 5.7 branch.

>

> Signed-off-by: Denys Dmytriyenko <denys@ti.com>

> ---

>   recipes-qt/qt5/qtwebengine_git.bb | 2 +-

>   1 file changed, 1 insertion(+), 1 deletion(-)

>

> diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb

> index 4712441..210f791 100644

> --- a/recipes-qt/qt5/qtwebengine_git.bb

> +++ b/recipes-qt/qt5/qtwebengine_git.bb

> @@ -122,7 +122,7 @@ SRC_URI += " \

>       file://0002-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch \

>   "

>   

> -SRCREV_qtwebengine = "9cc97f0c63049a8076476acc89c875c9e240abfb"

> +SRCREV_qtwebengine = "6766290699acd0d73c81cf690012d52729e518b9"

>   # This is in git submodule, but we're using the latest in 49-based

>   # SRCREV_chromium = "c109a95a067af783e48f93d1cdeca870cda98878"

>   SRCREV_chromium = "b3c79e92f0a631273b639af171e59f4c367ae02e"


-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
Denys Dmytriyenko Jan. 17, 2017, 5:46 p.m. UTC | #2
Mikko,

Are there any estimatest when this commit is finally coming?


Currently, morty is broken for me because it doesn't have the corresponding 
QWaylandIntegration patch from master and Martin doesn't want to apply it, 
since Qt 5.7.1 is coming any day now. And while 5.7.1 is already in 
morty-next, it is also broken for me, because it points to a missing commit 
in qtwebengine, which is also coming any day now.

I'd like to get unblocked on either of this issues ASAP, as it's been in the 
limbo for quite some time!


Martin,

Would you mind applying the old QWaylandIntegration patch to morty, while we 
are still waiting for 5.7.1 update to finalize? You already have the modified 
and squashed version for 5.7.1 in morty-next, so should be easy to rebase and 
merge it in the future... Please let me know, thanks.

-- 
Denys


On Mon, Jan 16, 2017 at 02:43:05PM +0200, Mikko Gronoff wrote:
> This one commit was missing a merge from 5.7.1 branch to 5.7 but

> it's coming very soon. The merge commit is already done, it's just a

> matter of author submitting it in. Should be available very soon.

> 

> -Mikko

> 

> 

> On 01/14/2017 05:13 AM, Denys Dmytriyenko wrote:

> >From: Denys Dmytriyenko <denys@ti.com>

> >

> >Previous commit used for 5.7.1 baseline is no longer available on 5.7 branch.

> >

> >Signed-off-by: Denys Dmytriyenko <denys@ti.com>

> >---

> >  recipes-qt/qt5/qtwebengine_git.bb | 2 +-

> >  1 file changed, 1 insertion(+), 1 deletion(-)

> >

> >diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb

> >index 4712441..210f791 100644

> >--- a/recipes-qt/qt5/qtwebengine_git.bb

> >+++ b/recipes-qt/qt5/qtwebengine_git.bb

> >@@ -122,7 +122,7 @@ SRC_URI += " \

> >      file://0002-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch \

> >  "

> >-SRCREV_qtwebengine = "9cc97f0c63049a8076476acc89c875c9e240abfb"

> >+SRCREV_qtwebengine = "6766290699acd0d73c81cf690012d52729e518b9"

> >  # This is in git submodule, but we're using the latest in 49-based

> >  # SRCREV_chromium = "c109a95a067af783e48f93d1cdeca870cda98878"

> >  SRCREV_chromium = "b3c79e92f0a631273b639af171e59f4c367ae02e"

> 

> -- 

> _______________________________________________

> Openembedded-devel mailing list

> Openembedded-devel@lists.openembedded.org

> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
Martin Jansa Jan. 18, 2017, 1:27 a.m. UTC | #3
On Tue, Jan 17, 2017 at 12:46:21PM -0500, Denys Dmytriyenko wrote:
> Mikko,

> 

> Are there any estimatest when this commit is finally coming?

> 

> 

> Currently, morty is broken for me because it doesn't have the corresponding 

> QWaylandIntegration patch from master and Martin doesn't want to apply it, 

> since Qt 5.7.1 is coming any day now. And while 5.7.1 is already in 

> morty-next, it is also broken for me, because it points to a missing commit 

> in qtwebengine, which is also coming any day now.

> 

> I'd like to get unblocked on either of this issues ASAP, as it's been in the 

> limbo for quite some time!

> 

> 

> Martin,

> 

> Would you mind applying the old QWaylandIntegration patch to morty, while we 

> are still waiting for 5.7.1 update to finalize? You already have the modified 

> and squashed version for 5.7.1 in morty-next, so should be easy to rebase and 

> merge it in the future... Please let me know, thanks.


ok, I've pushed your change from morty-next to morty.

> -- 

> Denys

> 

> 

> On Mon, Jan 16, 2017 at 02:43:05PM +0200, Mikko Gronoff wrote:

> > This one commit was missing a merge from 5.7.1 branch to 5.7 but

> > it's coming very soon. The merge commit is already done, it's just a

> > matter of author submitting it in. Should be available very soon.

> > 

> > -Mikko

> > 

> > 

> > On 01/14/2017 05:13 AM, Denys Dmytriyenko wrote:

> > >From: Denys Dmytriyenko <denys@ti.com>

> > >

> > >Previous commit used for 5.7.1 baseline is no longer available on 5.7 branch.

> > >

> > >Signed-off-by: Denys Dmytriyenko <denys@ti.com>

> > >---

> > >  recipes-qt/qt5/qtwebengine_git.bb | 2 +-

> > >  1 file changed, 1 insertion(+), 1 deletion(-)

> > >

> > >diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb

> > >index 4712441..210f791 100644

> > >--- a/recipes-qt/qt5/qtwebengine_git.bb

> > >+++ b/recipes-qt/qt5/qtwebengine_git.bb

> > >@@ -122,7 +122,7 @@ SRC_URI += " \

> > >      file://0002-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch \

> > >  "

> > >-SRCREV_qtwebengine = "9cc97f0c63049a8076476acc89c875c9e240abfb"

> > >+SRCREV_qtwebengine = "6766290699acd0d73c81cf690012d52729e518b9"

> > >  # This is in git submodule, but we're using the latest in 49-based

> > >  # SRCREV_chromium = "c109a95a067af783e48f93d1cdeca870cda98878"

> > >  SRCREV_chromium = "b3c79e92f0a631273b639af171e59f4c367ae02e"

> > 

> > -- 

> > _______________________________________________

> > Openembedded-devel mailing list

> > Openembedded-devel@lists.openembedded.org

> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel


-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
Mikko Gronoff Jan. 18, 2017, 12:54 p.m. UTC | #4
Hi,

FYI the commit should be available now.


On 01/18/2017 03:27 AM, Martin Jansa wrote:
> On Tue, Jan 17, 2017 at 12:46:21PM -0500, Denys Dmytriyenko wrote:

>> Mikko,

>>

>> Are there any estimatest when this commit is finally coming?

>>

>>

>> Currently, morty is broken for me because it doesn't have the corresponding

>> QWaylandIntegration patch from master and Martin doesn't want to apply it,

>> since Qt 5.7.1 is coming any day now. And while 5.7.1 is already in

>> morty-next, it is also broken for me, because it points to a missing commit

>> in qtwebengine, which is also coming any day now.

>>

>> I'd like to get unblocked on either of this issues ASAP, as it's been in the

>> limbo for quite some time!

>>

>>

>> Martin,

>>

>> Would you mind applying the old QWaylandIntegration patch to morty, while we

>> are still waiting for 5.7.1 update to finalize? You already have the modified

>> and squashed version for 5.7.1 in morty-next, so should be easy to rebase and

>> merge it in the future... Please let me know, thanks.

> ok, I've pushed your change from morty-next to morty.

>

>> -- 

>> Denys

>>

>>

>> On Mon, Jan 16, 2017 at 02:43:05PM +0200, Mikko Gronoff wrote:

>>> This one commit was missing a merge from 5.7.1 branch to 5.7 but

>>> it's coming very soon. The merge commit is already done, it's just a

>>> matter of author submitting it in. Should be available very soon.

>>>

>>> -Mikko

>>>

>>>

>>> On 01/14/2017 05:13 AM, Denys Dmytriyenko wrote:

>>>> From: Denys Dmytriyenko <denys@ti.com>

>>>>

>>>> Previous commit used for 5.7.1 baseline is no longer available on 5.7 branch.

>>>>

>>>> Signed-off-by: Denys Dmytriyenko <denys@ti.com>

>>>> ---

>>>>   recipes-qt/qt5/qtwebengine_git.bb | 2 +-

>>>>   1 file changed, 1 insertion(+), 1 deletion(-)

>>>>

>>>> diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb

>>>> index 4712441..210f791 100644

>>>> --- a/recipes-qt/qt5/qtwebengine_git.bb

>>>> +++ b/recipes-qt/qt5/qtwebengine_git.bb

>>>> @@ -122,7 +122,7 @@ SRC_URI += " \

>>>>       file://0002-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch \

>>>>   "

>>>> -SRCREV_qtwebengine = "9cc97f0c63049a8076476acc89c875c9e240abfb"

>>>> +SRCREV_qtwebengine = "6766290699acd0d73c81cf690012d52729e518b9"

>>>>   # This is in git submodule, but we're using the latest in 49-based

>>>>   # SRCREV_chromium = "c109a95a067af783e48f93d1cdeca870cda98878"

>>>>   SRCREV_chromium = "b3c79e92f0a631273b639af171e59f4c367ae02e"

>>> -- 

>>> _______________________________________________

>>> Openembedded-devel mailing list

>>> Openembedded-devel@lists.openembedded.org

>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
Denys Dmytriyenko Jan. 18, 2017, 8:55 p.m. UTC | #5
On Wed, Jan 18, 2017 at 02:27:20AM +0100, Martin Jansa wrote:
> On Tue, Jan 17, 2017 at 12:46:21PM -0500, Denys Dmytriyenko wrote:

> > Mikko,

> > 

> > Are there any estimatest when this commit is finally coming?

> > 

> > 

> > Currently, morty is broken for me because it doesn't have the corresponding 

> > QWaylandIntegration patch from master and Martin doesn't want to apply it, 

> > since Qt 5.7.1 is coming any day now. And while 5.7.1 is already in 

> > morty-next, it is also broken for me, because it points to a missing commit 

> > in qtwebengine, which is also coming any day now.

> > 

> > I'd like to get unblocked on either of this issues ASAP, as it's been in the 

> > limbo for quite some time!

> > 

> > 

> > Martin,

> > 

> > Would you mind applying the old QWaylandIntegration patch to morty, while we 

> > are still waiting for 5.7.1 update to finalize? You already have the modified 

> > and squashed version for 5.7.1 in morty-next, so should be easy to rebase and 

> > merge it in the future... Please let me know, thanks.

> 

> ok, I've pushed your change from morty-next to morty.


Great, thanks a lot!


> > On Mon, Jan 16, 2017 at 02:43:05PM +0200, Mikko Gronoff wrote:

> > > This one commit was missing a merge from 5.7.1 branch to 5.7 but

> > > it's coming very soon. The merge commit is already done, it's just a

> > > matter of author submitting it in. Should be available very soon.

> > > 

> > > -Mikko

> > > 

> > > 

> > > On 01/14/2017 05:13 AM, Denys Dmytriyenko wrote:

> > > >From: Denys Dmytriyenko <denys@ti.com>

> > > >

> > > >Previous commit used for 5.7.1 baseline is no longer available on 5.7 branch.

> > > >

> > > >Signed-off-by: Denys Dmytriyenko <denys@ti.com>

> > > >---

> > > >  recipes-qt/qt5/qtwebengine_git.bb | 2 +-

> > > >  1 file changed, 1 insertion(+), 1 deletion(-)

> > > >

> > > >diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb

> > > >index 4712441..210f791 100644

> > > >--- a/recipes-qt/qt5/qtwebengine_git.bb

> > > >+++ b/recipes-qt/qt5/qtwebengine_git.bb

> > > >@@ -122,7 +122,7 @@ SRC_URI += " \

> > > >      file://0002-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch \

> > > >  "

> > > >-SRCREV_qtwebengine = "9cc97f0c63049a8076476acc89c875c9e240abfb"

> > > >+SRCREV_qtwebengine = "6766290699acd0d73c81cf690012d52729e518b9"

> > > >  # This is in git submodule, but we're using the latest in 49-based

> > > >  # SRCREV_chromium = "c109a95a067af783e48f93d1cdeca870cda98878"

> > > >  SRCREV_chromium = "b3c79e92f0a631273b639af171e59f4c367ae02e"

> > > 

> > > -- 

> > > _______________________________________________

> > > Openembedded-devel mailing list

> > > Openembedded-devel@lists.openembedded.org

> > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel

> 

> -- 

> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com



-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
Denys Dmytriyenko Jan. 18, 2017, 8:55 p.m. UTC | #6
On Wed, Jan 18, 2017 at 02:54:29PM +0200, Mikko Gronoff wrote:
> Hi,

> 

> FYI the commit should be available now.


That's also great news, hopefully we can get 5.7.1 in morty soon.


> On 01/18/2017 03:27 AM, Martin Jansa wrote:

> >On Tue, Jan 17, 2017 at 12:46:21PM -0500, Denys Dmytriyenko wrote:

> >>Mikko,

> >>

> >>Are there any estimatest when this commit is finally coming?

> >>

> >>

> >>Currently, morty is broken for me because it doesn't have the corresponding

> >>QWaylandIntegration patch from master and Martin doesn't want to apply it,

> >>since Qt 5.7.1 is coming any day now. And while 5.7.1 is already in

> >>morty-next, it is also broken for me, because it points to a missing commit

> >>in qtwebengine, which is also coming any day now.

> >>

> >>I'd like to get unblocked on either of this issues ASAP, as it's been in the

> >>limbo for quite some time!

> >>

> >>

> >>Martin,

> >>

> >>Would you mind applying the old QWaylandIntegration patch to morty, while we

> >>are still waiting for 5.7.1 update to finalize? You already have the modified

> >>and squashed version for 5.7.1 in morty-next, so should be easy to rebase and

> >>merge it in the future... Please let me know, thanks.

> >ok, I've pushed your change from morty-next to morty.

> >

> >>-- 

> >>Denys

> >>

> >>

> >>On Mon, Jan 16, 2017 at 02:43:05PM +0200, Mikko Gronoff wrote:

> >>>This one commit was missing a merge from 5.7.1 branch to 5.7 but

> >>>it's coming very soon. The merge commit is already done, it's just a

> >>>matter of author submitting it in. Should be available very soon.

> >>>

> >>>-Mikko

> >>>

> >>>

> >>>On 01/14/2017 05:13 AM, Denys Dmytriyenko wrote:

> >>>>From: Denys Dmytriyenko <denys@ti.com>

> >>>>

> >>>>Previous commit used for 5.7.1 baseline is no longer available on 5.7 branch.

> >>>>

> >>>>Signed-off-by: Denys Dmytriyenko <denys@ti.com>

> >>>>---

> >>>>  recipes-qt/qt5/qtwebengine_git.bb | 2 +-

> >>>>  1 file changed, 1 insertion(+), 1 deletion(-)

> >>>>

> >>>>diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb

> >>>>index 4712441..210f791 100644

> >>>>--- a/recipes-qt/qt5/qtwebengine_git.bb

> >>>>+++ b/recipes-qt/qt5/qtwebengine_git.bb

> >>>>@@ -122,7 +122,7 @@ SRC_URI += " \

> >>>>      file://0002-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch \

> >>>>  "

> >>>>-SRCREV_qtwebengine = "9cc97f0c63049a8076476acc89c875c9e240abfb"

> >>>>+SRCREV_qtwebengine = "6766290699acd0d73c81cf690012d52729e518b9"

> >>>>  # This is in git submodule, but we're using the latest in 49-based

> >>>>  # SRCREV_chromium = "c109a95a067af783e48f93d1cdeca870cda98878"

> >>>>  SRCREV_chromium = "b3c79e92f0a631273b639af171e59f4c367ae02e"

> >>>-- 

> >>>_______________________________________________

> >>>Openembedded-devel mailing list

> >>>Openembedded-devel@lists.openembedded.org

> >>>http://lists.openembedded.org/mailman/listinfo/openembedded-devel

> 

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff mbox

Patch

diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index 4712441..210f791 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -122,7 +122,7 @@  SRC_URI += " \
     file://0002-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch \
 "
 
-SRCREV_qtwebengine = "9cc97f0c63049a8076476acc89c875c9e240abfb"
+SRCREV_qtwebengine = "6766290699acd0d73c81cf690012d52729e518b9"
 # This is in git submodule, but we're using the latest in 49-based
 # SRCREV_chromium = "c109a95a067af783e48f93d1cdeca870cda98878"
 SRCREV_chromium = "b3c79e92f0a631273b639af171e59f4c367ae02e"