* [PATCH] qtwayland - update to 5.4 branch
@ 2014-08-14 13:59 Jacob Stiffler
2014-08-14 14:02 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Jacob Stiffler @ 2014-08-14 13:59 UTC (permalink / raw)
To: meta-arago
* The 5.3 branch no longer exists and the SRCREV points to a commit on the 5.4 branch.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
.../recipes-qt/qt5/qtwayland-native_git.bbappend | 4 ++--
.../recipes-qt/qt5/qtwayland_git.bbappend | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta-arago-extras/recipes-qt/qt5/qtwayland-native_git.bbappend b/meta-arago-extras/recipes-qt/qt5/qtwayland-native_git.bbappend
index 53c1454..64de589 100644
--- a/meta-arago-extras/recipes-qt/qt5/qtwayland-native_git.bbappend
+++ b/meta-arago-extras/recipes-qt/qt5/qtwayland-native_git.bbappend
@@ -1,3 +1,3 @@
-PR_append = "-arago0"
+PR_append = "-arago1"
-QT_MODULE_BRANCH = "5.3"
+QT_MODULE_BRANCH = "5.4"
diff --git a/meta-arago-extras/recipes-qt/qt5/qtwayland_git.bbappend b/meta-arago-extras/recipes-qt/qt5/qtwayland_git.bbappend
index 53c1454..64de589 100644
--- a/meta-arago-extras/recipes-qt/qt5/qtwayland_git.bbappend
+++ b/meta-arago-extras/recipes-qt/qt5/qtwayland_git.bbappend
@@ -1,3 +1,3 @@
-PR_append = "-arago0"
+PR_append = "-arago1"
-QT_MODULE_BRANCH = "5.3"
+QT_MODULE_BRANCH = "5.4"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] qtwayland - update to 5.4 branch
2014-08-14 13:59 [PATCH] qtwayland - update to 5.4 branch Jacob Stiffler
@ 2014-08-14 14:02 ` Denys Dmytriyenko
2014-08-14 14:14 ` Cooper Jr., Franklin
0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2014-08-14 14:02 UTC (permalink / raw)
To: Jacob Stiffler; +Cc: meta-arago
Ack
On Thu, Aug 14, 2014 at 09:59:32AM -0400, Jacob Stiffler wrote:
> * The 5.3 branch no longer exists and the SRCREV points to a commit on the 5.4 branch.
>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> .../recipes-qt/qt5/qtwayland-native_git.bbappend | 4 ++--
> .../recipes-qt/qt5/qtwayland_git.bbappend | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/meta-arago-extras/recipes-qt/qt5/qtwayland-native_git.bbappend b/meta-arago-extras/recipes-qt/qt5/qtwayland-native_git.bbappend
> index 53c1454..64de589 100644
> --- a/meta-arago-extras/recipes-qt/qt5/qtwayland-native_git.bbappend
> +++ b/meta-arago-extras/recipes-qt/qt5/qtwayland-native_git.bbappend
> @@ -1,3 +1,3 @@
> -PR_append = "-arago0"
> +PR_append = "-arago1"
>
> -QT_MODULE_BRANCH = "5.3"
> +QT_MODULE_BRANCH = "5.4"
> diff --git a/meta-arago-extras/recipes-qt/qt5/qtwayland_git.bbappend b/meta-arago-extras/recipes-qt/qt5/qtwayland_git.bbappend
> index 53c1454..64de589 100644
> --- a/meta-arago-extras/recipes-qt/qt5/qtwayland_git.bbappend
> +++ b/meta-arago-extras/recipes-qt/qt5/qtwayland_git.bbappend
> @@ -1,3 +1,3 @@
> -PR_append = "-arago0"
> +PR_append = "-arago1"
>
> -QT_MODULE_BRANCH = "5.3"
> +QT_MODULE_BRANCH = "5.4"
> --
> 1.7.9.5
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] qtwayland - update to 5.4 branch
2014-08-14 14:02 ` Denys Dmytriyenko
@ 2014-08-14 14:14 ` Cooper Jr., Franklin
2014-08-14 14:29 ` Stiffler, Jacob
0 siblings, 1 reply; 4+ messages in thread
From: Cooper Jr., Franklin @ 2014-08-14 14:14 UTC (permalink / raw)
To: Dmytriyenko, Denys, Stiffler, Jacob; +Cc: meta-arago@arago-project.org
Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Although it would be nice to see if we can set QT_MODULE_BRANCH to HEAD. That should always point to the latest branch I'm guessing.
> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Dmytriyenko, Denys
> Sent: Thursday, August 14, 2014 9:02 AM
> To: Stiffler, Jacob
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH] qtwayland - update to 5.4 branch
>
> Ack
>
> On Thu, Aug 14, 2014 at 09:59:32AM -0400, Jacob Stiffler wrote:
> > * The 5.3 branch no longer exists and the SRCREV points to a commit on
> the 5.4 branch.
> >
> > Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> > ---
> > .../recipes-qt/qt5/qtwayland-native_git.bbappend | 4 ++--
> > .../recipes-qt/qt5/qtwayland_git.bbappend | 4 ++--
> > 2 files changed, 4 insertions(+), 4 deletions(-)
> >
> > diff --git a/meta-arago-extras/recipes-qt/qt5/qtwayland-
> native_git.bbappend b/meta-arago-extras/recipes-qt/qt5/qtwayland-
> native_git.bbappend
> > index 53c1454..64de589 100644
> > --- a/meta-arago-extras/recipes-qt/qt5/qtwayland-native_git.bbappend
> > +++ b/meta-arago-extras/recipes-qt/qt5/qtwayland-native_git.bbappend
> > @@ -1,3 +1,3 @@
> > -PR_append = "-arago0"
> > +PR_append = "-arago1"
> >
> > -QT_MODULE_BRANCH = "5.3"
> > +QT_MODULE_BRANCH = "5.4"
> > diff --git a/meta-arago-extras/recipes-qt/qt5/qtwayland_git.bbappend
> b/meta-arago-extras/recipes-qt/qt5/qtwayland_git.bbappend
> > index 53c1454..64de589 100644
> > --- a/meta-arago-extras/recipes-qt/qt5/qtwayland_git.bbappend
> > +++ b/meta-arago-extras/recipes-qt/qt5/qtwayland_git.bbappend
> > @@ -1,3 +1,3 @@
> > -PR_append = "-arago0"
> > +PR_append = "-arago1"
> >
> > -QT_MODULE_BRANCH = "5.3"
> > +QT_MODULE_BRANCH = "5.4"
> > --
> > 1.7.9.5
> >
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] qtwayland - update to 5.4 branch
2014-08-14 14:14 ` Cooper Jr., Franklin
@ 2014-08-14 14:29 ` Stiffler, Jacob
0 siblings, 0 replies; 4+ messages in thread
From: Stiffler, Jacob @ 2014-08-14 14:29 UTC (permalink / raw)
To: Cooper Jr., Franklin, Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org
I gave that a quick try and it failed:
WARNING: Failed to fetch URL git://qt.gitorious.org/qt/qtwayland.git;branch=HEAD, attempting MIRRORS if available
ERROR: Fetcher failure: Unable to find revision a237778666666ab77c4e8e6b501cf0fbe7c9223e in branch HEAD even from upstream
ERROR: Function failed: Fetcher failure for URL: 'git://qt.gitorious.org/qt/qtwayland.git;branch=HEAD'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/a0866934local/dev/git/oe-layersetup/build/arago-tmp-external-linaro-toolchain/work/i686-linux/qtwayland-native/5.2.1+gitAUTOINC+a237778666-r0-arago2/temp/log.do_fetch.4461
NOTE: recipe qtwayland-native-5.2.1+gitAUTOINC+a237778666-r0-arago2: task do_fetch: Failed
ERROR: Task 463 (/home/a0866934local/dev/git/oe-layersetup/sources/meta-qt5/recipes-qt/qt5/qtwayland-native_git.bb, do_fetch) failed with exit code '1'
-----Original Message-----
From: Cooper Jr., Franklin
Sent: Thursday, August 14, 2014 10:15 AM
To: Dmytriyenko, Denys; Stiffler, Jacob
Cc: meta-arago@arago-project.org
Subject: RE: [meta-arago] [PATCH] qtwayland - update to 5.4 branch
Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Although it would be nice to see if we can set QT_MODULE_BRANCH to HEAD. That should always point to the latest branch I'm guessing.
> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Dmytriyenko, Denys
> Sent: Thursday, August 14, 2014 9:02 AM
> To: Stiffler, Jacob
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH] qtwayland - update to 5.4 branch
>
> Ack
>
> On Thu, Aug 14, 2014 at 09:59:32AM -0400, Jacob Stiffler wrote:
> > * The 5.3 branch no longer exists and the SRCREV points to a commit
> > on
> the 5.4 branch.
> >
> > Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> > ---
> > .../recipes-qt/qt5/qtwayland-native_git.bbappend | 4 ++--
> > .../recipes-qt/qt5/qtwayland_git.bbappend | 4 ++--
> > 2 files changed, 4 insertions(+), 4 deletions(-)
> >
> > diff --git a/meta-arago-extras/recipes-qt/qt5/qtwayland-
> native_git.bbappend b/meta-arago-extras/recipes-qt/qt5/qtwayland-
> native_git.bbappend
> > index 53c1454..64de589 100644
> > --- a/meta-arago-extras/recipes-qt/qt5/qtwayland-native_git.bbappend
> > +++ b/meta-arago-extras/recipes-qt/qt5/qtwayland-native_git.bbappend
> > @@ -1,3 +1,3 @@
> > -PR_append = "-arago0"
> > +PR_append = "-arago1"
> >
> > -QT_MODULE_BRANCH = "5.3"
> > +QT_MODULE_BRANCH = "5.4"
> > diff --git a/meta-arago-extras/recipes-qt/qt5/qtwayland_git.bbappend
> b/meta-arago-extras/recipes-qt/qt5/qtwayland_git.bbappend
> > index 53c1454..64de589 100644
> > --- a/meta-arago-extras/recipes-qt/qt5/qtwayland_git.bbappend
> > +++ b/meta-arago-extras/recipes-qt/qt5/qtwayland_git.bbappend
> > @@ -1,3 +1,3 @@
> > -PR_append = "-arago0"
> > +PR_append = "-arago1"
> >
> > -QT_MODULE_BRANCH = "5.3"
> > +QT_MODULE_BRANCH = "5.4"
> > --
> > 1.7.9.5
> >
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-08-14 14:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-14 13:59 [PATCH] qtwayland - update to 5.4 branch Jacob Stiffler
2014-08-14 14:02 ` Denys Dmytriyenko
2014-08-14 14:14 ` Cooper Jr., Franklin
2014-08-14 14:29 ` Stiffler, Jacob
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.