[oe] [meta-qt5][PATCH v4 2/2] packagegroup-qt5-toolchain-target: include all modules for development

2014-03-01 Thread Jonathan Liu
This adds the necessary target packages for development with all of the Qt 5 modules. Signed-off-by: Jonathan Liu --- .../packagegroup-qt5-toolchain-target.bb | 80 ++ 1 file changed, 65 insertions(+), 15 deletions(-) diff --git a/recipes-qt/packagegroups/packagegr

[oe] [meta-qt5][PATCH v4 1/2] qtimageformats: allow empty qtimageformats package

2014-03-01 Thread Jonathan Liu
This fixes installing qtimageformats-dev with opkg as it depends on the qtimageformats package which wasn't created. The qtimageformats package was not created as it is empty and BitBake avoids producing empty packages by default. The installed files consist of source files split into qtimageforma

Re: [oe] [meta-qt5][PATCH v3 2/2] packagegroup-qt5-toolchain-target: include all modules for development

2014-03-01 Thread Jonathan Liu
On 2/03/2014 2:56 PM, Jonathan Liu wrote: This adds the necessary target packages for development with all of the Qt 5 modules. Signed-off-by: Jonathan Liu --- .../packagegroup-qt5-toolchain-target.bb | 69 +- 1 file changed, 55 insertions(+), 14 deletions(-) d

[oe] [meta-qt5][PATCH v3 2/2] packagegroup-qt5-toolchain-target: include all modules for development

2014-03-01 Thread Jonathan Liu
This adds the necessary target packages for development with all of the Qt 5 modules. Signed-off-by: Jonathan Liu --- .../packagegroup-qt5-toolchain-target.bb | 69 +- 1 file changed, 55 insertions(+), 14 deletions(-) diff --git a/recipes-qt/packagegroups/packagegr

[oe] [meta-qt5][PATCH v3 1/2] qtimageformats: allow empty qtimageformats package

2014-03-01 Thread Jonathan Liu
This fixes installing qtimageformats-dev with opkg as it depends on the qtimageformats package which wasn't created. The qtimageformats package was not created as it is empty and BitBake avoids producing empty packages by default. The installed files consist of source files split into qtimageforma

Re: [oe] [meta-qt5][PATCH v2 2/2] packagegroup-qt5-toolchain-target: include all modules for development

2014-03-01 Thread Jonathan Liu
On 2/03/2014 1:59 PM, Jonathan Liu wrote: This adds the necessary target packages for development with all of the Qt 5 modules. Signed-off-by: Jonathan Liu --- .../packagegroup-qt5-toolchain-target.bb | 60 +- 1 file changed, 46 insertions(+), 14 deletions(-) L

[oe] [meta-qt5][PATCH v2 2/2] packagegroup-qt5-toolchain-target: include all modules for development

2014-03-01 Thread Jonathan Liu
This adds the necessary target packages for development with all of the Qt 5 modules. Signed-off-by: Jonathan Liu --- .../packagegroup-qt5-toolchain-target.bb | 60 +- 1 file changed, 46 insertions(+), 14 deletions(-) diff --git a/recipes-qt/packagegroups/packagegr

[oe] [meta-qt5][PATCH v2 1/2] qtimageformats: allow empty qtimageformats package

2014-03-01 Thread Jonathan Liu
This fixes installing qtimageformats-dev with opkg as it depends on the qtimageformats package which wasn't created. The qtimageformats package was not created as it is empty and BitBake avoids producing empty packages by default. The installed files consist of source files split into qtimageforma

Re: [oe] [OE-devel] [PATCH] ntp: Resolve some abnormal behaviors

2014-03-01 Thread Khem Raj
On Mar 1, 2014, at 2:48 PM, Paul Eggleton wrote: > On Saturday 01 March 2014 20:18:44 Burton, Ross wrote: >> On 1 March 2014 09:59, Paul Eggleton wrote: >>> That would be nice, but since you can't actually distribute a product that >>> connects to the main pool.ntp.org server (you need to regis

Re: [oe] [OE-devel] [PATCH] ntp: Resolve some abnormal behaviors

2014-03-01 Thread Paul Eggleton
On Saturday 01 March 2014 20:18:44 Burton, Ross wrote: > On 1 March 2014 09:59, Paul Eggleton wrote: > > That would be nice, but since you can't actually distribute a product that > > connects to the main pool.ntp.org server (you need to register your own > > NTP > > pool [1]) we've elected not to

Re: [oe] [meta-qt5][PATCH 2/2] packagegroup-qt5-toolchain-target: include all modules for development

2014-03-01 Thread Otavio Salvador
On Fri, Feb 28, 2014 at 11:19 PM, Jonathan Liu wrote: > This adds the necessary target packages for development with all of the > Qt 5 modules. > > Signed-off-by: Jonathan Liu > I like it :) -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://

Re: [oe] [meta-qt5][PATCH 1/2] qtimageformats: allow empty qtimageformats package

2014-03-01 Thread Otavio Salvador
On Fri, Feb 28, 2014 at 11:19 PM, Jonathan Liu wrote: > This fixes installing qtimageformats-dev with opkg as it depends on the > qtimageformats package which wasn't created. > > Signed-off-by: Jonathan Liu > Could you extend the commit log to make it clear why it is not created? -- Otavio Sa

Re: [oe] [OE-devel] [PATCH] ntp: Resolve some abnormal behaviors

2014-03-01 Thread Burton, Ross
On 1 March 2014 09:59, Paul Eggleton wrote: > That would be nice, but since you can't actually distribute a product that > connects to the main pool.ntp.org server (you need to register your own NTP > pool [1]) we've elected not to set any default so that you are encouraged to > do the right thing

[oe] [PATCH] musicbrainz: Build with B=S

2014-03-01 Thread mike . looijmans
From: Mike Looijmans This recipe doesn't work when B!=S, so force B=$S to fix the failure. Signed-off-by: Mike Looijmans --- .../musicbrainz/libmusicbrainz_git.bb |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrai

Re: [oe] [OE-devel] [PATCH] ntp: Resolve some abnormal behaviors

2014-03-01 Thread Paul Eggleton
Hi Stephen, On Friday 28 February 2014 20:33:55 Stephen Arnold wrote: > Lastly, what about using pool.ntp.org as the default server for both ntpd > and ntpdate? That way everything works out of the box (as long as there's > a net connection) and users can customize from there. I have a bbappend