> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of > Holger Freyther > Sent: Monday, October 18, 2010 9:39 AM > To: [email protected] > Subject: Re: [oe] [PATCH] qt4: 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 alone. > > * Bump the PR for packages using qt4.inc > > Which library is that? OpenVG? PowerVR related things? In general it looks > fine.
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" > > Acked-by: Holger Hans Peter Freyther <[email protected]> > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
