* task-arago-qte-toolchain-target: standard qte target sdk packages @ 2012-10-26 14:30 Cooper Jr., Franklin 2012-10-30 19:48 ` Denys Dmytriyenko 0 siblings, 1 reply; 5+ messages in thread From: Cooper Jr., Franklin @ 2012-10-26 14:30 UTC (permalink / raw) To: meta-arago@arago-project.org This task duplicates task-arago-qte-sdk-target quite a bit. http://arago-project.org/git/?p=meta-arago.git;a=blob_plain;f=meta-arago-distro/recipes-core/tasks/task-arago-qte-sdk-target.bb;hb=HEAD I don't see a need for both tasks so most likely we will get rid of task-arago-qte-sdk-target. Only thing I see that your task doesn't include is "qt4-embedded-dev" which I would think is also needed. -----Original Message----- From: Arago Project git [mailto:git@arago-project.org] Sent: Friday, October 26, 2012 12:05 AM To: arago-commits@arago-project.org Subject: [arago-commits] Denys Dmytriyenko : task-arago-qte-toolchain-target: standard qte target sdk packages Module: meta-arago Branch: master Commit: 0013364df6cdcf1c505087e1064ee321b36d8f76 URL: http://arago-project.org/git/meta-arago.git?a=commit;h=0013364df6cdcf1c505087e1064ee321b36d8f76 Author: Denys Dmytriyenko <denys@ti.com> Date: Fri Oct 26 01:02:52 2012 -0400 task-arago-qte-toolchain-target: standard qte target sdk packages Signed-off-by: Denys Dmytriyenko <denys@ti.com> --- .../tasks/task-arago-qte-toolchain-target.bb | 31 ++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/meta-arago-extras/recipes-core/tasks/task-arago-qte-toolchain-target.bb b/meta-arago-extras/recipes-core/tasks/task-arago-qte-toolchain-target.bb new file mode 100644 index 0000000..67b2fbc --- /dev/null +++ b/meta-arago-extras/recipes-core/tasks/task-arago-qte-toolchain-target.bb @@ -0,0 +1,31 @@ +DESCRIPTION = "Target packages for Qt Embedded SDK" +LICENSE = "MIT" +ALLOW_EMPTY = "1" + +PR = "r1" + +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ + file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" + +RDEPENDS_${PN} += " \ + task-core-standalone-sdk-target \ + qt4-embedded-mkspecs \ + libqt-embeddedmultimedia4-dev \ + libqt-embeddedphonon4-dev \ + libqt-embedded3support4-dev \ + libqt-embeddedclucene4-dev \ + libqt-embeddedcore4-dev \ + libqt-embeddeddbus4-dev \ + libqt-embeddeddesignercomponents4-dev \ + libqt-embeddeddesigner4-dev \ + libqt-embeddeduitools4-dev \ + libqt-embeddedgui4-dev \ + libqt-embeddedhelp4-dev \ + libqt-embeddednetwork4-dev \ + libqt-embeddedscript4-dev \ + libqt-embeddedscripttools4-dev \ + libqt-embeddedsvg4-dev \ + libqt-embeddedtest4-dev \ + libqt-embeddedwebkit4-dev \ + libqt-embeddedxml4-dev \ + " ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: task-arago-qte-toolchain-target: standard qte target sdk packages 2012-10-26 14:30 task-arago-qte-toolchain-target: standard qte target sdk packages Cooper Jr., Franklin @ 2012-10-30 19:48 ` Denys Dmytriyenko 2012-10-30 19:55 ` Cooper Jr., Franklin 2012-11-02 1:54 ` Denys Dmytriyenko 0 siblings, 2 replies; 5+ messages in thread From: Denys Dmytriyenko @ 2012-10-30 19:48 UTC (permalink / raw) To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org On Fri, Oct 26, 2012 at 02:30:12PM +0000, Cooper Jr., Franklin wrote: > This task duplicates task-arago-qte-sdk-target quite a bit. > http://arago-project.org/git/?p=meta-arago.git;a=blob_plain;f=meta-arago-distro/recipes-core/tasks/task-arago-qte-sdk-target.bb;hb=HEAD Correct. The reason for the duplication is that it goes into extras vs. distro, since the corresponding meta-toolchain-qte is also there. > I don't see a need for both tasks so most likely we will get rid of > task-arago-qte-sdk-target. Only thing I see that your task doesn't include > is "qt4-embedded-dev" which I would think is also needed. Yes, I saw that. I didn't have time to check whether qt4-embedded-dev is being pulled automatically. I'll verify that and if needed, add it back. I have also noticed MySQL is being built though, which I started looking into, but wasn't able to finish before the hurricane... -- Denys > -----Original Message----- > From: Arago Project git [mailto:git@arago-project.org] > Sent: Friday, October 26, 2012 12:05 AM > To: arago-commits@arago-project.org > Subject: [arago-commits] Denys Dmytriyenko : task-arago-qte-toolchain-target: standard qte target sdk packages > > Module: meta-arago > Branch: master > Commit: 0013364df6cdcf1c505087e1064ee321b36d8f76 > URL: http://arago-project.org/git/meta-arago.git?a=commit;h=0013364df6cdcf1c505087e1064ee321b36d8f76 > > Author: Denys Dmytriyenko <denys@ti.com> > Date: Fri Oct 26 01:02:52 2012 -0400 > > task-arago-qte-toolchain-target: standard qte target sdk packages > > Signed-off-by: Denys Dmytriyenko <denys@ti.com> > > --- > > .../tasks/task-arago-qte-toolchain-target.bb | 31 ++++++++++++++++++++ > 1 files changed, 31 insertions(+), 0 deletions(-) > > diff --git a/meta-arago-extras/recipes-core/tasks/task-arago-qte-toolchain-target.bb b/meta-arago-extras/recipes-core/tasks/task-arago-qte-toolchain-target.bb > new file mode 100644 > index 0000000..67b2fbc > --- /dev/null > +++ b/meta-arago-extras/recipes-core/tasks/task-arago-qte-toolchain-target.bb > @@ -0,0 +1,31 @@ > +DESCRIPTION = "Target packages for Qt Embedded SDK" > +LICENSE = "MIT" > +ALLOW_EMPTY = "1" > + > +PR = "r1" > + > +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ > + file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" > + > +RDEPENDS_${PN} += " \ > + task-core-standalone-sdk-target \ > + qt4-embedded-mkspecs \ > + libqt-embeddedmultimedia4-dev \ > + libqt-embeddedphonon4-dev \ > + libqt-embedded3support4-dev \ > + libqt-embeddedclucene4-dev \ > + libqt-embeddedcore4-dev \ > + libqt-embeddeddbus4-dev \ > + libqt-embeddeddesignercomponents4-dev \ > + libqt-embeddeddesigner4-dev \ > + libqt-embeddeduitools4-dev \ > + libqt-embeddedgui4-dev \ > + libqt-embeddedhelp4-dev \ > + libqt-embeddednetwork4-dev \ > + libqt-embeddedscript4-dev \ > + libqt-embeddedscripttools4-dev \ > + libqt-embeddedsvg4-dev \ > + libqt-embeddedtest4-dev \ > + libqt-embeddedwebkit4-dev \ > + libqt-embeddedxml4-dev \ > + " > > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: task-arago-qte-toolchain-target: standard qte target sdk packages 2012-10-30 19:48 ` Denys Dmytriyenko @ 2012-10-30 19:55 ` Cooper Jr., Franklin 2012-10-30 20:11 ` Denys Dmytriyenko 2012-11-02 1:54 ` Denys Dmytriyenko 1 sibling, 1 reply; 5+ messages in thread From: Cooper Jr., Franklin @ 2012-10-30 19:55 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org Previously MySQL was disabled in Qt in Arago but I wasn't planning on disabling it again. Since in oe-core it is enabled by default I am assuming there is a dependency on MySQL. Why do we need to disable MySQL? -----Original Message----- From: Dmytriyenko, Denys Sent: Tuesday, October 30, 2012 2:48 PM To: Cooper Jr., Franklin Cc: meta-arago@arago-project.org Subject: Re: [meta-arago] task-arago-qte-toolchain-target: standard qte target sdk packages On Fri, Oct 26, 2012 at 02:30:12PM +0000, Cooper Jr., Franklin wrote: > This task duplicates task-arago-qte-sdk-target quite a bit. > http://arago-project.org/git/?p=meta-arago.git;a=blob_plain;f=meta-ara > go-distro/recipes-core/tasks/task-arago-qte-sdk-target.bb;hb=HEAD Correct. The reason for the duplication is that it goes into extras vs. distro, since the corresponding meta-toolchain-qte is also there. > I don't see a need for both tasks so most likely we will get rid of > task-arago-qte-sdk-target. Only thing I see that your task doesn't > include is "qt4-embedded-dev" which I would think is also needed. Yes, I saw that. I didn't have time to check whether qt4-embedded-dev is being pulled automatically. I'll verify that and if needed, add it back. I have also noticed MySQL is being built though, which I started looking into, but wasn't able to finish before the hurricane... -- Denys > -----Original Message----- > From: Arago Project git [mailto:git@arago-project.org] > Sent: Friday, October 26, 2012 12:05 AM > To: arago-commits@arago-project.org > Subject: [arago-commits] Denys Dmytriyenko : task-arago-qte-toolchain-target: standard qte target sdk packages > > Module: meta-arago > Branch: master > Commit: 0013364df6cdcf1c505087e1064ee321b36d8f76 > URL: http://arago-project.org/git/meta-arago.git?a=commit;h=0013364df6cdcf1c505087e1064ee321b36d8f76 > > Author: Denys Dmytriyenko <denys@ti.com> > Date: Fri Oct 26 01:02:52 2012 -0400 > > task-arago-qte-toolchain-target: standard qte target sdk packages > > Signed-off-by: Denys Dmytriyenko <denys@ti.com> > > --- > > .../tasks/task-arago-qte-toolchain-target.bb | 31 ++++++++++++++++++++ > 1 files changed, 31 insertions(+), 0 deletions(-) > > diff --git a/meta-arago-extras/recipes-core/tasks/task-arago-qte-toolchain-target.bb b/meta-arago-extras/recipes-core/tasks/task-arago-qte-toolchain-target.bb > new file mode 100644 > index 0000000..67b2fbc > --- /dev/null > +++ b/meta-arago-extras/recipes-core/tasks/task-arago-qte-toolchain-target.bb > @@ -0,0 +1,31 @@ > +DESCRIPTION = "Target packages for Qt Embedded SDK" > +LICENSE = "MIT" > +ALLOW_EMPTY = "1" > + > +PR = "r1" > + > +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ > + file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" > + > +RDEPENDS_${PN} += " \ > + task-core-standalone-sdk-target \ > + qt4-embedded-mkspecs \ > + libqt-embeddedmultimedia4-dev \ > + libqt-embeddedphonon4-dev \ > + libqt-embedded3support4-dev \ > + libqt-embeddedclucene4-dev \ > + libqt-embeddedcore4-dev \ > + libqt-embeddeddbus4-dev \ > + libqt-embeddeddesignercomponents4-dev \ > + libqt-embeddeddesigner4-dev \ > + libqt-embeddeduitools4-dev \ > + libqt-embeddedgui4-dev \ > + libqt-embeddedhelp4-dev \ > + libqt-embeddednetwork4-dev \ > + libqt-embeddedscript4-dev \ > + libqt-embeddedscripttools4-dev \ > + libqt-embeddedsvg4-dev \ > + libqt-embeddedtest4-dev \ > + libqt-embeddedwebkit4-dev \ > + libqt-embeddedxml4-dev \ > + " > > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: task-arago-qte-toolchain-target: standard qte target sdk packages 2012-10-30 19:55 ` Cooper Jr., Franklin @ 2012-10-30 20:11 ` Denys Dmytriyenko 0 siblings, 0 replies; 5+ messages in thread From: Denys Dmytriyenko @ 2012-10-30 20:11 UTC (permalink / raw) To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org On Tue, Oct 30, 2012 at 03:55:57PM -0400, Cooper Jr., Franklin wrote: > Previously MySQL was disabled in Qt in Arago but I wasn't planning on > disabling it again. Since in oe-core it is enabled by default I am assuming > there is a dependency on MySQL. Why do we need to disable MySQL? It was originally enabled in Classic OE as well, but we ended up disabling it in Arago to save on build dependencies. Similar to what you are doing with X11 dependencies... Since I assumed you had MySQL removal already ported to meta-arago, I also removed qt-sql plugins from the task. If you are not going to cut MySQL dependencies out, I should probably put all the plugins back then. -- Denys > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Tuesday, October 30, 2012 2:48 PM > To: Cooper Jr., Franklin > Cc: meta-arago@arago-project.org > Subject: Re: [meta-arago] task-arago-qte-toolchain-target: standard qte target sdk packages > > On Fri, Oct 26, 2012 at 02:30:12PM +0000, Cooper Jr., Franklin wrote: > > This task duplicates task-arago-qte-sdk-target quite a bit. > > http://arago-project.org/git/?p=meta-arago.git;a=blob_plain;f=meta-ara > > go-distro/recipes-core/tasks/task-arago-qte-sdk-target.bb;hb=HEAD > > Correct. The reason for the duplication is that it goes into extras vs. > distro, since the corresponding meta-toolchain-qte is also there. > > > > I don't see a need for both tasks so most likely we will get rid of > > task-arago-qte-sdk-target. Only thing I see that your task doesn't > > include is "qt4-embedded-dev" which I would think is also needed. > > Yes, I saw that. I didn't have time to check whether qt4-embedded-dev is being pulled automatically. I'll verify that and if needed, add it back. > > I have also noticed MySQL is being built though, which I started looking into, but wasn't able to finish before the hurricane... > > -- > Denys > > > > -----Original Message----- > > From: Arago Project git [mailto:git@arago-project.org] > > Sent: Friday, October 26, 2012 12:05 AM > > To: arago-commits@arago-project.org > > Subject: [arago-commits] Denys Dmytriyenko : task-arago-qte-toolchain-target: standard qte target sdk packages > > > > Module: meta-arago > > Branch: master > > Commit: 0013364df6cdcf1c505087e1064ee321b36d8f76 > > URL: http://arago-project.org/git/meta-arago.git?a=commit;h=0013364df6cdcf1c505087e1064ee321b36d8f76 > > > > Author: Denys Dmytriyenko <denys@ti.com> > > Date: Fri Oct 26 01:02:52 2012 -0400 > > > > task-arago-qte-toolchain-target: standard qte target sdk packages > > > > Signed-off-by: Denys Dmytriyenko <denys@ti.com> > > > > --- > > > > .../tasks/task-arago-qte-toolchain-target.bb | 31 ++++++++++++++++++++ > > 1 files changed, 31 insertions(+), 0 deletions(-) > > > > diff --git a/meta-arago-extras/recipes-core/tasks/task-arago-qte-toolchain-target.bb b/meta-arago-extras/recipes-core/tasks/task-arago-qte-toolchain-target.bb > > new file mode 100644 > > index 0000000..67b2fbc > > --- /dev/null > > +++ b/meta-arago-extras/recipes-core/tasks/task-arago-qte-toolchain-target.bb > > @@ -0,0 +1,31 @@ > > +DESCRIPTION = "Target packages for Qt Embedded SDK" > > +LICENSE = "MIT" > > +ALLOW_EMPTY = "1" > > + > > +PR = "r1" > > + > > +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ > > + file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" > > + > > +RDEPENDS_${PN} += " \ > > + task-core-standalone-sdk-target \ > > + qt4-embedded-mkspecs \ > > + libqt-embeddedmultimedia4-dev \ > > + libqt-embeddedphonon4-dev \ > > + libqt-embedded3support4-dev \ > > + libqt-embeddedclucene4-dev \ > > + libqt-embeddedcore4-dev \ > > + libqt-embeddeddbus4-dev \ > > + libqt-embeddeddesignercomponents4-dev \ > > + libqt-embeddeddesigner4-dev \ > > + libqt-embeddeduitools4-dev \ > > + libqt-embeddedgui4-dev \ > > + libqt-embeddedhelp4-dev \ > > + libqt-embeddednetwork4-dev \ > > + libqt-embeddedscript4-dev \ > > + libqt-embeddedscripttools4-dev \ > > + libqt-embeddedsvg4-dev \ > > + libqt-embeddedtest4-dev \ > > + libqt-embeddedwebkit4-dev \ > > + libqt-embeddedxml4-dev \ > > + " > > > > > > _______________________________________________ > > meta-arago mailing list > > meta-arago@arago-project.org > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: task-arago-qte-toolchain-target: standard qte target sdk packages 2012-10-30 19:48 ` Denys Dmytriyenko 2012-10-30 19:55 ` Cooper Jr., Franklin @ 2012-11-02 1:54 ` Denys Dmytriyenko 1 sibling, 0 replies; 5+ messages in thread From: Denys Dmytriyenko @ 2012-11-02 1:54 UTC (permalink / raw) To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org On Tue, Oct 30, 2012 at 03:48:01PM -0400, Denys Dmytriyenko wrote: > > I don't see a need for both tasks so most likely we will get rid of > > task-arago-qte-sdk-target. Only thing I see that your task doesn't include > > is "qt4-embedded-dev" which I would think is also needed. > > Yes, I saw that. I didn't have time to check whether qt4-embedded-dev is being > pulled automatically. I'll verify that and if needed, add it back. BTW, I forgot to update the status on this item yesterday - qt4-embedded-dev has all header files flattened in a single /usr/include/qtopia/Qt directory. Normally header files for specific Qt components, such as QtCore or QtGui, go into individual directories and are packaged in corresponding libqt<comp>-dev packages. So, there doesn't seem to be a need for the flattened copy of the header files. Denys > > -----Original Message----- > > From: Arago Project git [mailto:git@arago-project.org] > > Sent: Friday, October 26, 2012 12:05 AM > > To: arago-commits@arago-project.org > > Subject: [arago-commits] Denys Dmytriyenko : task-arago-qte-toolchain-target: standard qte target sdk packages > > > > Module: meta-arago > > Branch: master > > Commit: 0013364df6cdcf1c505087e1064ee321b36d8f76 > > URL: http://arago-project.org/git/meta-arago.git?a=commit;h=0013364df6cdcf1c505087e1064ee321b36d8f76 > > > > Author: Denys Dmytriyenko <denys@ti.com> > > Date: Fri Oct 26 01:02:52 2012 -0400 > > > > task-arago-qte-toolchain-target: standard qte target sdk packages > > > > Signed-off-by: Denys Dmytriyenko <denys@ti.com> > > > > --- > > > > .../tasks/task-arago-qte-toolchain-target.bb | 31 ++++++++++++++++++++ > > 1 files changed, 31 insertions(+), 0 deletions(-) > > > > diff --git a/meta-arago-extras/recipes-core/tasks/task-arago-qte-toolchain-target.bb b/meta-arago-extras/recipes-core/tasks/task-arago-qte-toolchain-target.bb > > new file mode 100644 > > index 0000000..67b2fbc > > --- /dev/null > > +++ b/meta-arago-extras/recipes-core/tasks/task-arago-qte-toolchain-target.bb > > @@ -0,0 +1,31 @@ > > +DESCRIPTION = "Target packages for Qt Embedded SDK" > > +LICENSE = "MIT" > > +ALLOW_EMPTY = "1" > > + > > +PR = "r1" > > + > > +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ > > + file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" > > + > > +RDEPENDS_${PN} += " \ > > + task-core-standalone-sdk-target \ > > + qt4-embedded-mkspecs \ > > + libqt-embeddedmultimedia4-dev \ > > + libqt-embeddedphonon4-dev \ > > + libqt-embedded3support4-dev \ > > + libqt-embeddedclucene4-dev \ > > + libqt-embeddedcore4-dev \ > > + libqt-embeddeddbus4-dev \ > > + libqt-embeddeddesignercomponents4-dev \ > > + libqt-embeddeddesigner4-dev \ > > + libqt-embeddeduitools4-dev \ > > + libqt-embeddedgui4-dev \ > > + libqt-embeddedhelp4-dev \ > > + libqt-embeddednetwork4-dev \ > > + libqt-embeddedscript4-dev \ > > + libqt-embeddedscripttools4-dev \ > > + libqt-embeddedsvg4-dev \ > > + libqt-embeddedtest4-dev \ > > + libqt-embeddedwebkit4-dev \ > > + libqt-embeddedxml4-dev \ > > + " > > > > > > _______________________________________________ > > 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] 5+ messages in thread
end of thread, other threads:[~2012-11-02 1:54 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-10-26 14:30 task-arago-qte-toolchain-target: standard qte target sdk packages Cooper Jr., Franklin 2012-10-30 19:48 ` Denys Dmytriyenko 2012-10-30 19:55 ` Cooper Jr., Franklin 2012-10-30 20:11 ` Denys Dmytriyenko 2012-11-02 1:54 ` 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.