Re: [oe] [PATCH] qt4: replace underscore with dash in library name

2010-10-19 Thread Maupin, Chase
: replace underscore with dash in library name On 10/18/2010 06:24 PM, Maupin, Chase wrote: Why do you need to patch Qt? :) This library allows Qt to use the NEON processor on our Cortex-A8 for bitblit operations. Currently this recipe is being carried in our overlay but will be moved

Re: [oe] [PATCH] qt4: replace underscore with dash in library name

2010-10-18 Thread Maupin, Chase
-Original Message- From: Chase Maupin [mailto:chasemaupi...@gmail.com] Sent: Tuesday, October 12, 2010 8:25 AM To: openembedded-devel@lists.openembedded.org Cc: Maupin, Chase; Maupin, Chase Subject: [PATCH] qt4: replace underscore with dash in library name * For libraries that are

Re: [oe] [PATCH] qt4: replace underscore with dash in library name

2010-10-18 Thread Holger Freyther
On 10/12/2010 03:25 PM, Chase Maupin wrote: * For libraries that are added to the QT_LIB_NAMES or QT_EXTRA_LIBS variables replace any _ characters in the library name with - for use in the package name. * The actual library file names are left alone. * Bump the PR for packages using

Re: [oe] [PATCH] qt4: replace underscore with dash in library name

2010-10-18 Thread Maupin, Chase
: replace underscore with dash in library name On 10/12/2010 03:25 PM, Chase Maupin wrote: * For libraries that are added to the QT_LIB_NAMES or QT_EXTRA_LIBS variables replace any _ characters in the library name with - for use in the package name. * The actual library file names are left

Re: [oe] [PATCH] qt4: replace underscore with dash in library name

2010-10-18 Thread Holger Freyther
On 10/18/2010 05:01 PM, Maupin, Chase wrote: In this case it is another library named TICPUBLT_BX which helped me find this issue. So in my recipe I am adding: QT_EXTRA_LIBS += TICPUBLT_BX Why do you need to patch Qt? :) ___ Openembedded-devel

Re: [oe] [PATCH] qt4: replace underscore with dash in library name

2010-10-18 Thread Maupin, Chase
: replace underscore with dash in library name On 10/18/2010 05:01 PM, Maupin, Chase wrote: In this case it is another library named TICPUBLT_BX which helped me find this issue. So in my recipe I am adding: QT_EXTRA_LIBS += TICPUBLT_BX Why do you need to patch Qt? :) This library

Re: [oe] [PATCH] qt4: replace underscore with dash in library name

2010-10-18 Thread Holger Freyther
On 10/18/2010 06:24 PM, Maupin, Chase wrote: Why do you need to patch Qt? :) This library allows Qt to use the NEON processor on our Cortex-A8 for bitblit operations. Currently this recipe is being carried in our overlay but will be moved to the OE mainline once we have all the licensing