All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5] [daisy] qtwayland fetch fail
@ 2014-09-10 16:02 Pierluigi Passaro
  2014-09-11 10:15 ` Switesh Fulpagare
  2014-09-11 20:32 ` Otavio Salvador
  0 siblings, 2 replies; 6+ messages in thread
From: Pierluigi Passaro @ 2014-09-10 16:02 UTC (permalink / raw)
  To: openembedded-devel

Hi all,
working on daisy, it looks like the fetching url of qtwayland is no 
longer available.

The following patch helped me to solve the problem, hope it will help...

Regards
Pierluigi

===============

diff --git a/recipes-qt/qt5/qtwayland-native_git.bb 
b/recipes-qt/qt5/qtwayland-native_git.bb
index 988aa98..64485de 100644
--- a/recipes-qt/qt5/qtwayland-native_git.bb
+++ b/recipes-qt/qt5/qtwayland-native_git.bb
@@ -4,4 +4,5 @@ require ${PN}.inc
  # qtwayland wasn't released yet, last tag before this SRCREV is 
5.0.0-beta1
  # qt5-git PV is only to indicate that this recipe is compatible with 
qt5 5.2.1

-SRCREV = "a237778666666ab77c4e8e6b501cf0fbe7c9223e"
+QT_MODULE_BRANCH = "dev"
+SRCREV = "573d0ee5ba86d99095f217ea9e19172bfc5e75fd"
diff --git a/recipes-qt/qt5/qtwayland_git.bb 
b/recipes-qt/qt5/qtwayland_git.bb
index 789a882..c192914 100644
--- a/recipes-qt/qt5/qtwayland_git.bb
+++ b/recipes-qt/qt5/qtwayland_git.bb
@@ -4,6 +4,7 @@ require ${PN}.inc
  # qtwayland wasn't released yet, last tag before this SRCREV is 
5.0.0-beta1
  # qt5-git PV is only to indicate that this recipe is compatible with 
qt5 5.2.1

+QT_MODULE_BRANCH = "dev"
  SRCREV = "573d0ee5ba86d99095f217ea9e19172bfc5e75fd"

  SRC_URI += " \



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [meta-qt5] [daisy] qtwayland fetch fail
  2014-09-10 16:02 [meta-qt5] [daisy] qtwayland fetch fail Pierluigi Passaro
@ 2014-09-11 10:15 ` Switesh Fulpagare
  2014-09-11 20:32 ` Otavio Salvador
  1 sibling, 0 replies; 6+ messages in thread
From: Switesh Fulpagare @ 2014-09-11 10:15 UTC (permalink / raw)
  To: openembedded-devel

Hi Pierluigi,
  Thanks for this patch, it is working and my problem of
qtwayland-native_git.bb, do_fetch
qtwayland_git.bb, do_fetch
is solved now.

Thank you.

On Wed, Sep 10, 2014 at 9:32 PM, Pierluigi Passaro <
pierluigi.passaro@phoenixsoftware.it> wrote:

> Hi all,
> working on daisy, it looks like the fetching url of qtwayland is no longer
> available.
>
> The following patch helped me to solve the problem, hope it will help...
>
> Regards
> Pierluigi
>
> ===============
>
> diff --git a/recipes-qt/qt5/qtwayland-native_git.bb b/recipes-qt/qt5/
> qtwayland-native_git.bb
> index 988aa98..64485de 100644
> --- a/recipes-qt/qt5/qtwayland-native_git.bb
> +++ b/recipes-qt/qt5/qtwayland-native_git.bb
> @@ -4,4 +4,5 @@ require ${PN}.inc
>  # qtwayland wasn't released yet, last tag before this SRCREV is
> 5.0.0-beta1
>  # qt5-git PV is only to indicate that this recipe is compatible with qt5
> 5.2.1
>
> -SRCREV = "a237778666666ab77c4e8e6b501cf0fbe7c9223e"
> +QT_MODULE_BRANCH = "dev"
> +SRCREV = "573d0ee5ba86d99095f217ea9e19172bfc5e75fd"
> diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/qtwayland_
> git.bb
> index 789a882..c192914 100644
> --- a/recipes-qt/qt5/qtwayland_git.bb
> +++ b/recipes-qt/qt5/qtwayland_git.bb
> @@ -4,6 +4,7 @@ require ${PN}.inc
>  # qtwayland wasn't released yet, last tag before this SRCREV is
> 5.0.0-beta1
>  # qt5-git PV is only to indicate that this recipe is compatible with qt5
> 5.2.1
>
> +QT_MODULE_BRANCH = "dev"
>  SRCREV = "573d0ee5ba86d99095f217ea9e19172bfc5e75fd"
>
>  SRC_URI += " \
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>

-- 
“The contents of this e-mail message and any attachments are confidential 
and are intended solely for addressee. The information may also be legally 
privileged. This transmission is sent in trust, for the sole purpose of 
delivery to the intended recipient. If you have received this transmission 
in error, any use, reproduction or dissemination of this transmission is 
strictly prohibited. If you are not the intended recipient, please 
immediately notify the sender by reply e-mail or phone and delete this 
message and its attachments, if any.”


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-qt5] [daisy] qtwayland fetch fail
@ 2014-09-11 12:16 Simon George
  0 siblings, 0 replies; 6+ messages in thread
From: Simon George @ 2014-09-11 12:16 UTC (permalink / raw)
  To: openembedded-devel

Hi Pierluigi,

I have tried this patch and it has solved the issue, thanks for sharing. 

regards,
Simon

------------------------------------------------
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager.

This footnote also confirms that this email message has been swept by the MessageLabs Email Security System for the presence of computer viruses.

Seaward Group, Bracken Hill, South West Industrial Estate, Peterlee, County Durham. SR8 2SW, England. Company Registration: 1674384

For the sake of the environment, please do not print this email unless you really need to.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-qt5] [daisy] qtwayland fetch fail
  2014-09-10 16:02 [meta-qt5] [daisy] qtwayland fetch fail Pierluigi Passaro
  2014-09-11 10:15 ` Switesh Fulpagare
@ 2014-09-11 20:32 ` Otavio Salvador
  2014-09-11 21:26   ` Pierluigi Passaro
  1 sibling, 1 reply; 6+ messages in thread
From: Otavio Salvador @ 2014-09-11 20:32 UTC (permalink / raw)
  To: OpenEmbedded Devel List

On Wed, Sep 10, 2014 at 1:02 PM, Pierluigi Passaro
<pierluigi.passaro@phoenixsoftware.it> wrote:
> Hi all,
> working on daisy, it looks like the fetching url of qtwayland is no longer
> available.
>
> The following patch helped me to solve the problem, hope it will help...

I did a patch using 5.4 as branch, for master. Can you test if it also
works for you?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-qt5] [daisy] qtwayland fetch fail
  2014-09-11 20:32 ` Otavio Salvador
@ 2014-09-11 21:26   ` Pierluigi Passaro
  2014-09-22 12:28     ` Otavio Salvador
  0 siblings, 1 reply; 6+ messages in thread
From: Pierluigi Passaro @ 2014-09-11 21:26 UTC (permalink / raw)
  To: openembedded-devel

On 11/09/2014 22:32, Otavio Salvador wrote:
> On Wed, Sep 10, 2014 at 1:02 PM, Pierluigi Passaro
> <pierluigi.passaro@phoenixsoftware.it> wrote:
>> Hi all,
>> working on daisy, it looks like the fetching url of qtwayland is no longer
>> available.
>>
>> The following patch helped me to solve the problem, hope it will help...
> I did a patch using 5.4 as branch, for master. Can you test if it also
> works for you?
The branch "5.4" is fine: the daisy SRCREV 
573d0ee5ba86d99095f217ea9e19172bfc5e75fd is dated March 19 and "5.4" has 
been branched from "dev" a month ago, so this SRCREV is available in both.

Please, if possible, keep alligned SRCREV in both qtwayland_git.bb and 
qtwayland-native_git.bb: in daisy, only qtwayland_git.bb was updated and 
qtwayland-native_git.bb has been kept older.

Thanks
Regards
Pierluigi


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-qt5] [daisy] qtwayland fetch fail
  2014-09-11 21:26   ` Pierluigi Passaro
@ 2014-09-22 12:28     ` Otavio Salvador
  0 siblings, 0 replies; 6+ messages in thread
From: Otavio Salvador @ 2014-09-22 12:28 UTC (permalink / raw)
  To: OpenEmbedded Devel List

On Thu, Sep 11, 2014 at 6:26 PM, Pierluigi Passaro <
pierluigi.passaro@phoenixsoftware.it> wrote:

> On 11/09/2014 22:32, Otavio Salvador wrote:
>
>> On Wed, Sep 10, 2014 at 1:02 PM, Pierluigi Passaro
>> <pierluigi.passaro@phoenixsoftware.it> wrote:
>>
>>> Hi all,
>>> working on daisy, it looks like the fetching url of qtwayland is no
>>> longer
>>> available.
>>>
>>> The following patch helped me to solve the problem, hope it will help...
>>>
>> I did a patch using 5.4 as branch, for master. Can you test if it also
>> works for you?
>>
> The branch "5.4" is fine: the daisy SRCREV 573d0ee5ba86d99095f217ea9e19172bfc5e75fd
> is dated March 19 and "5.4" has been branched from "dev" a month ago, so
> this SRCREV is available in both.
>
> Please, if possible, keep alligned SRCREV in both qtwayland_git.bb and
> qtwayland-native_git.bb: in daisy, only qtwayland_git.bb was updated and
> qtwayland-native_git.bb has been kept older.
>

I fixed this in daisy please try it out.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-09-22 12:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-10 16:02 [meta-qt5] [daisy] qtwayland fetch fail Pierluigi Passaro
2014-09-11 10:15 ` Switesh Fulpagare
2014-09-11 20:32 ` Otavio Salvador
2014-09-11 21:26   ` Pierluigi Passaro
2014-09-22 12:28     ` Otavio Salvador
  -- strict thread matches above, loose matches on Subject: below --
2014-09-11 12:16 Simon George

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.