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 < [email protected]> 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 > [email protected] > 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.” -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
