* [meta-qt5][PATCH 2/2] nativesdk-qtbase_git: re-add OEQt5Toolchain to SRC_URI
@ 2014-11-14 0:09 Denys Dmytriyenko
2014-11-24 19:48 ` Denys Dmytriyenko
0 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2014-11-14 0:09 UTC (permalink / raw)
To: openembedded-devel; +Cc: Denys Dmytriyenko
From: Denys Dmytriyenko <denys@ti.com>
The file is expected by do_install(), but _git version resets SRC_URI.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
recipes-qt/qt5/nativesdk-qtbase_git.bb | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb
index 96d86db..095bee7 100644
--- a/recipes-qt/qt5/nativesdk-qtbase_git.bb
+++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb
@@ -25,13 +25,18 @@ SRC_URI += "\
# common for qtbase-native and nativesdk-qtbase
SRC_URI += " \
file://0011-Always-build-uic.patch \
-"
+"
# specific for nativesdk-qtbase
SRC_URI += " \
file://0012-configure-preserve-built-qmake-and-swap-with-native-.patch \
"
+# CMake's toolchain configuration of nativesdk-qtbase
+SRC_URI += " \
+ file://OEQt5Toolchain.cmake \
+"
+
SRCREV = "06e706bdbb826b521389409b53079483fda5584a"
LICENSE = "GFDL-1.3 & LGPL-2.1 | LGPL-3.0"
--
2.1.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [meta-qt5][PATCH 2/2] nativesdk-qtbase_git: re-add OEQt5Toolchain to SRC_URI
2014-11-14 0:09 [meta-qt5][PATCH 2/2] nativesdk-qtbase_git: re-add OEQt5Toolchain to SRC_URI Denys Dmytriyenko
@ 2014-11-24 19:48 ` Denys Dmytriyenko
2014-12-08 23:28 ` Denys Dmytriyenko
0 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2014-11-24 19:48 UTC (permalink / raw)
To: openembedded-devel; +Cc: Denys Dmytriyenko
ping
On Thu, Nov 13, 2014 at 07:09:10PM -0500, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
>
> The file is expected by do_install(), but _git version resets SRC_URI.
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
> recipes-qt/qt5/nativesdk-qtbase_git.bb | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb
> index 96d86db..095bee7 100644
> --- a/recipes-qt/qt5/nativesdk-qtbase_git.bb
> +++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb
> @@ -25,13 +25,18 @@ SRC_URI += "\
> # common for qtbase-native and nativesdk-qtbase
> SRC_URI += " \
> file://0011-Always-build-uic.patch \
> -"
> +"
>
> # specific for nativesdk-qtbase
> SRC_URI += " \
> file://0012-configure-preserve-built-qmake-and-swap-with-native-.patch \
> "
>
> +# CMake's toolchain configuration of nativesdk-qtbase
> +SRC_URI += " \
> + file://OEQt5Toolchain.cmake \
> +"
> +
> SRCREV = "06e706bdbb826b521389409b53079483fda5584a"
>
> LICENSE = "GFDL-1.3 & LGPL-2.1 | LGPL-3.0"
> --
> 2.1.2
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-qt5][PATCH 2/2] nativesdk-qtbase_git: re-add OEQt5Toolchain to SRC_URI
2014-11-24 19:48 ` Denys Dmytriyenko
@ 2014-12-08 23:28 ` Denys Dmytriyenko
2014-12-09 12:57 ` Otavio Salvador
0 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2014-12-08 23:28 UTC (permalink / raw)
To: openembedded-devel; +Cc: Denys Dmytriyenko
ping^2
On Mon, Nov 24, 2014 at 02:48:33PM -0500, Denys Dmytriyenko wrote:
> ping
>
> On Thu, Nov 13, 2014 at 07:09:10PM -0500, Denys Dmytriyenko wrote:
> > From: Denys Dmytriyenko <denys@ti.com>
> >
> > The file is expected by do_install(), but _git version resets SRC_URI.
> >
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > ---
> > recipes-qt/qt5/nativesdk-qtbase_git.bb | 7 ++++++-
> > 1 file changed, 6 insertions(+), 1 deletion(-)
> >
> > diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb
> > index 96d86db..095bee7 100644
> > --- a/recipes-qt/qt5/nativesdk-qtbase_git.bb
> > +++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb
> > @@ -25,13 +25,18 @@ SRC_URI += "\
> > # common for qtbase-native and nativesdk-qtbase
> > SRC_URI += " \
> > file://0011-Always-build-uic.patch \
> > -"
> > +"
> >
> > # specific for nativesdk-qtbase
> > SRC_URI += " \
> > file://0012-configure-preserve-built-qmake-and-swap-with-native-.patch \
> > "
> >
> > +# CMake's toolchain configuration of nativesdk-qtbase
> > +SRC_URI += " \
> > + file://OEQt5Toolchain.cmake \
> > +"
> > +
> > SRCREV = "06e706bdbb826b521389409b53079483fda5584a"
> >
> > LICENSE = "GFDL-1.3 & LGPL-2.1 | LGPL-3.0"
> > --
> > 2.1.2
> >
> > --
> > _______________________________________________
> > 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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-qt5][PATCH 2/2] nativesdk-qtbase_git: re-add OEQt5Toolchain to SRC_URI
2014-12-08 23:28 ` Denys Dmytriyenko
@ 2014-12-09 12:57 ` Otavio Salvador
2014-12-09 16:41 ` Martin Jansa
2014-12-09 16:56 ` Denys Dmytriyenko
0 siblings, 2 replies; 7+ messages in thread
From: Otavio Salvador @ 2014-12-09 12:57 UTC (permalink / raw)
To: OpenEmbedded Devel List; +Cc: Denys Dmytriyenko
The patch needs rebase; can you update it and resend? I promise to
look at it right away :D
On Mon, Dec 8, 2014 at 9:28 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> ping^2
>
> On Mon, Nov 24, 2014 at 02:48:33PM -0500, Denys Dmytriyenko wrote:
>> ping
>>
>> On Thu, Nov 13, 2014 at 07:09:10PM -0500, Denys Dmytriyenko wrote:
>> > From: Denys Dmytriyenko <denys@ti.com>
>> >
>> > The file is expected by do_install(), but _git version resets SRC_URI.
>> >
>> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>> > ---
>> > recipes-qt/qt5/nativesdk-qtbase_git.bb | 7 ++++++-
>> > 1 file changed, 6 insertions(+), 1 deletion(-)
>> >
>> > diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb
>> > index 96d86db..095bee7 100644
>> > --- a/recipes-qt/qt5/nativesdk-qtbase_git.bb
>> > +++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb
>> > @@ -25,13 +25,18 @@ SRC_URI += "\
>> > # common for qtbase-native and nativesdk-qtbase
>> > SRC_URI += " \
>> > file://0011-Always-build-uic.patch \
>> > -"
>> > +"
>> >
>> > # specific for nativesdk-qtbase
>> > SRC_URI += " \
>> > file://0012-configure-preserve-built-qmake-and-swap-with-native-.patch \
>> > "
>> >
>> > +# CMake's toolchain configuration of nativesdk-qtbase
>> > +SRC_URI += " \
>> > + file://OEQt5Toolchain.cmake \
>> > +"
>> > +
>> > SRCREV = "06e706bdbb826b521389409b53079483fda5584a"
>> >
>> > LICENSE = "GFDL-1.3 & LGPL-2.1 | LGPL-3.0"
>> > --
>> > 2.1.2
>> >
>> > --
>> > _______________________________________________
>> > 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
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
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] 7+ messages in thread
* Re: [meta-qt5][PATCH 2/2] nativesdk-qtbase_git: re-add OEQt5Toolchain to SRC_URI
2014-12-09 12:57 ` Otavio Salvador
@ 2014-12-09 16:41 ` Martin Jansa
2014-12-09 16:56 ` Denys Dmytriyenko
2014-12-09 16:56 ` Denys Dmytriyenko
1 sibling, 1 reply; 7+ messages in thread
From: Martin Jansa @ 2014-12-09 16:41 UTC (permalink / raw)
To: openembedded-devel; +Cc: Denys Dmytriyenko
[-- Attachment #1: Type: text/plain, Size: 3020 bytes --]
On Tue, Dec 09, 2014 at 10:57:23AM -0200, Otavio Salvador wrote:
> The patch needs rebase; can you update it and resend? I promise to
> look at it right away :D
It's already merged
https://github.com/meta-qt5/meta-qt5/commit/c9a1041cb956d94c04cbf635b00ca19725ffc129
The 2nd one is in master-next, but Anders comment should be resolved
first.
> On Mon, Dec 8, 2014 at 9:28 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> > ping^2
> >
> > On Mon, Nov 24, 2014 at 02:48:33PM -0500, Denys Dmytriyenko wrote:
> >> ping
> >>
> >> On Thu, Nov 13, 2014 at 07:09:10PM -0500, Denys Dmytriyenko wrote:
> >> > From: Denys Dmytriyenko <denys@ti.com>
> >> >
> >> > The file is expected by do_install(), but _git version resets SRC_URI.
> >> >
> >> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >> > ---
> >> > recipes-qt/qt5/nativesdk-qtbase_git.bb | 7 ++++++-
> >> > 1 file changed, 6 insertions(+), 1 deletion(-)
> >> >
> >> > diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb
> >> > index 96d86db..095bee7 100644
> >> > --- a/recipes-qt/qt5/nativesdk-qtbase_git.bb
> >> > +++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb
> >> > @@ -25,13 +25,18 @@ SRC_URI += "\
> >> > # common for qtbase-native and nativesdk-qtbase
> >> > SRC_URI += " \
> >> > file://0011-Always-build-uic.patch \
> >> > -"
> >> > +"
> >> >
> >> > # specific for nativesdk-qtbase
> >> > SRC_URI += " \
> >> > file://0012-configure-preserve-built-qmake-and-swap-with-native-.patch \
> >> > "
> >> >
> >> > +# CMake's toolchain configuration of nativesdk-qtbase
> >> > +SRC_URI += " \
> >> > + file://OEQt5Toolchain.cmake \
> >> > +"
> >> > +
> >> > SRCREV = "06e706bdbb826b521389409b53079483fda5584a"
> >> >
> >> > LICENSE = "GFDL-1.3 & LGPL-2.1 | LGPL-3.0"
> >> > --
> >> > 2.1.2
> >> >
> >> > --
> >> > _______________________________________________
> >> > 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
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>
>
> --
> 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
> --
> _______________________________________________
> 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
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-qt5][PATCH 2/2] nativesdk-qtbase_git: re-add OEQt5Toolchain to SRC_URI
2014-12-09 12:57 ` Otavio Salvador
2014-12-09 16:41 ` Martin Jansa
@ 2014-12-09 16:56 ` Denys Dmytriyenko
1 sibling, 0 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2014-12-09 16:56 UTC (permalink / raw)
To: openembedded-devel
On Tue, Dec 09, 2014 at 10:57:23AM -0200, Otavio Salvador wrote:
> The patch needs rebase; can you update it and resend? I promise to
> look at it right away :D
rebase? why? master hasn't changed in months...
> On Mon, Dec 8, 2014 at 9:28 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> > ping^2
> >
> > On Mon, Nov 24, 2014 at 02:48:33PM -0500, Denys Dmytriyenko wrote:
> >> ping
> >>
> >> On Thu, Nov 13, 2014 at 07:09:10PM -0500, Denys Dmytriyenko wrote:
> >> > From: Denys Dmytriyenko <denys@ti.com>
> >> >
> >> > The file is expected by do_install(), but _git version resets SRC_URI.
> >> >
> >> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >> > ---
> >> > recipes-qt/qt5/nativesdk-qtbase_git.bb | 7 ++++++-
> >> > 1 file changed, 6 insertions(+), 1 deletion(-)
> >> >
> >> > diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb
> >> > index 96d86db..095bee7 100644
> >> > --- a/recipes-qt/qt5/nativesdk-qtbase_git.bb
> >> > +++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb
> >> > @@ -25,13 +25,18 @@ SRC_URI += "\
> >> > # common for qtbase-native and nativesdk-qtbase
> >> > SRC_URI += " \
> >> > file://0011-Always-build-uic.patch \
> >> > -"
> >> > +"
> >> >
> >> > # specific for nativesdk-qtbase
> >> > SRC_URI += " \
> >> > file://0012-configure-preserve-built-qmake-and-swap-with-native-.patch \
> >> > "
> >> >
> >> > +# CMake's toolchain configuration of nativesdk-qtbase
> >> > +SRC_URI += " \
> >> > + file://OEQt5Toolchain.cmake \
> >> > +"
> >> > +
> >> > SRCREV = "06e706bdbb826b521389409b53079483fda5584a"
> >> >
> >> > LICENSE = "GFDL-1.3 & LGPL-2.1 | LGPL-3.0"
> >> > --
> >> > 2.1.2
> >> >
> >> > --
> >> > _______________________________________________
> >> > 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
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>
>
> --
> 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
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-qt5][PATCH 2/2] nativesdk-qtbase_git: re-add OEQt5Toolchain to SRC_URI
2014-12-09 16:41 ` Martin Jansa
@ 2014-12-09 16:56 ` Denys Dmytriyenko
0 siblings, 0 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2014-12-09 16:56 UTC (permalink / raw)
To: openembedded-devel
On Tue, Dec 09, 2014 at 05:41:05PM +0100, Martin Jansa wrote:
> On Tue, Dec 09, 2014 at 10:57:23AM -0200, Otavio Salvador wrote:
> > The patch needs rebase; can you update it and resend? I promise to
> > look at it right away :D
>
> It's already merged
> https://github.com/meta-qt5/meta-qt5/commit/c9a1041cb956d94c04cbf635b00ca19725ffc129
Thanks!
> The 2nd one is in master-next, but Anders comment should be resolved
> first.
Will do.
> > On Mon, Dec 8, 2014 at 9:28 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> > > ping^2
> > >
> > > On Mon, Nov 24, 2014 at 02:48:33PM -0500, Denys Dmytriyenko wrote:
> > >> ping
> > >>
> > >> On Thu, Nov 13, 2014 at 07:09:10PM -0500, Denys Dmytriyenko wrote:
> > >> > From: Denys Dmytriyenko <denys@ti.com>
> > >> >
> > >> > The file is expected by do_install(), but _git version resets SRC_URI.
> > >> >
> > >> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > >> > ---
> > >> > recipes-qt/qt5/nativesdk-qtbase_git.bb | 7 ++++++-
> > >> > 1 file changed, 6 insertions(+), 1 deletion(-)
> > >> >
> > >> > diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb
> > >> > index 96d86db..095bee7 100644
> > >> > --- a/recipes-qt/qt5/nativesdk-qtbase_git.bb
> > >> > +++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb
> > >> > @@ -25,13 +25,18 @@ SRC_URI += "\
> > >> > # common for qtbase-native and nativesdk-qtbase
> > >> > SRC_URI += " \
> > >> > file://0011-Always-build-uic.patch \
> > >> > -"
> > >> > +"
> > >> >
> > >> > # specific for nativesdk-qtbase
> > >> > SRC_URI += " \
> > >> > file://0012-configure-preserve-built-qmake-and-swap-with-native-.patch \
> > >> > "
> > >> >
> > >> > +# CMake's toolchain configuration of nativesdk-qtbase
> > >> > +SRC_URI += " \
> > >> > + file://OEQt5Toolchain.cmake \
> > >> > +"
> > >> > +
> > >> > SRCREV = "06e706bdbb826b521389409b53079483fda5584a"
> > >> >
> > >> > LICENSE = "GFDL-1.3 & LGPL-2.1 | LGPL-3.0"
> > >> > --
> > >> > 2.1.2
> > >> >
> > >> > --
> > >> > _______________________________________________
> > >> > 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
> > > --
> > > _______________________________________________
> > > Openembedded-devel mailing list
> > > Openembedded-devel@lists.openembedded.org
> > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> >
> >
> > --
> > 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
> > --
> > _______________________________________________
> > 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
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-12-09 17:56 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-14 0:09 [meta-qt5][PATCH 2/2] nativesdk-qtbase_git: re-add OEQt5Toolchain to SRC_URI Denys Dmytriyenko
2014-11-24 19:48 ` Denys Dmytriyenko
2014-12-08 23:28 ` Denys Dmytriyenko
2014-12-09 12:57 ` Otavio Salvador
2014-12-09 16:41 ` Martin Jansa
2014-12-09 16:56 ` Denys Dmytriyenko
2014-12-09 16:56 ` Denys Dmytriyenko
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.