* fontconfig-2.8.0/fix_pkgconfig.patch
@ 2011-08-15 16:48 Phil Blundell
2011-08-15 19:58 ` fontconfig-2.8.0/fix_pkgconfig.patch Khem Raj
2011-08-15 20:03 ` fontconfig-2.8.0/fix_pkgconfig.patch Richard Purdie
0 siblings, 2 replies; 3+ messages in thread
From: Phil Blundell @ 2011-08-15 16:48 UTC (permalink / raw)
To: oe-core
Does anybody know where this patch came from or what it is supposed to
be achieving? As far as I have been able to tell with some limited git
archaeology, it seems to have originated from Poky in the
fontconfig-2.6.0 sort of timeframe but that's about all I have been able
to find out.
The actual content of the patch is:
-Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@
+Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ -L{libdir} -lfreetype @ICONV_LIBS@
... which, as far as I can tell, is just completely bogus. The added
"-L{libdir}" is causing cmake to blow up if it tries to inspect the
private libs for fontconfig to anything that depends on it: it's
arguably a bug in cmake that it can't tolerate {} there, but it seems
fairly clear that this patch in its current form can't be producing any
useful effect.
p.
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: fontconfig-2.8.0/fix_pkgconfig.patch
2011-08-15 16:48 fontconfig-2.8.0/fix_pkgconfig.patch Phil Blundell
@ 2011-08-15 19:58 ` Khem Raj
2011-08-15 20:03 ` fontconfig-2.8.0/fix_pkgconfig.patch Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2011-08-15 19:58 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Mon, Aug 15, 2011 at 9:48 AM, Phil Blundell <philb@gnu.org> wrote:
> Does anybody know where this patch came from or what it is supposed to
> be achieving? As far as I have been able to tell with some limited git
> archaeology, it seems to have originated from Poky in the
> fontconfig-2.6.0 sort of timeframe but that's about all I have been able
> to find out.
>
> The actual content of the patch is:
>
> -Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@
> +Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ -L{libdir} -lfreetype @ICONV_LIBS@
>
it could be that it was needed to pacify libtool in a cross env but
may not be needed now
that libtool knows sysroot.
> ... which, as far as I can tell, is just completely bogus. The added
> "-L{libdir}" is causing cmake to blow up if it tries to inspect the
> private libs for fontconfig to anything that depends on it: it's
> arguably a bug in cmake that it can't tolerate {} there, but it seems
> fairly clear that this patch in its current form can't be producing any
> useful effect.
>
> p.
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: fontconfig-2.8.0/fix_pkgconfig.patch
2011-08-15 16:48 fontconfig-2.8.0/fix_pkgconfig.patch Phil Blundell
2011-08-15 19:58 ` fontconfig-2.8.0/fix_pkgconfig.patch Khem Raj
@ 2011-08-15 20:03 ` Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-08-15 20:03 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Mon, 2011-08-15 at 17:48 +0100, Phil Blundell wrote:
> Does anybody know where this patch came from or what it is supposed to
> be achieving? As far as I have been able to tell with some limited git
> archaeology, it seems to have originated from Poky in the
> fontconfig-2.6.0 sort of timeframe but that's about all I have been able
> to find out.
>
> The actual content of the patch is:
>
> -Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@
> +Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ -L{libdir} -lfreetype @ICONV_LIBS@
>
> ... which, as far as I can tell, is just completely bogus. The added
> "-L{libdir}" is causing cmake to blow up if it tries to inspect the
> private libs for fontconfig to anything that depends on it: it's
> arguably a bug in cmake that it can't tolerate {} there, but it seems
> fairly clear that this patch in its current form can't be producing any
> useful effect.
The 2.6.0-2.8.0 upgrade seems to have lost the $ character but that was
a year ago.
I have some vague memory about autotools doing something nasty to @bar@
replacements containing shell variables like ${libdir} so this could
have been to work around that as otherwise you end up with libdir
hardcoded in to the file in an expanded form.
Assuming autotools does put something sensible into the file, it can
likely be dropped now.
Cheers,
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-15 20:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-15 16:48 fontconfig-2.8.0/fix_pkgconfig.patch Phil Blundell
2011-08-15 19:58 ` fontconfig-2.8.0/fix_pkgconfig.patch Khem Raj
2011-08-15 20:03 ` fontconfig-2.8.0/fix_pkgconfig.patch Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox