]> code.ossystems Code Review - openembedded-core.git/commitdiff
fontconfig: fix fix-pkgconfig.patch
authorMartin Jansa <martin.jansa@gmail.com>
Mon, 17 Oct 2011 22:09:20 +0000 (00:09 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Oct 2011 17:13:47 +0000 (18:13 +0100)
* missing $ is causing problems ie when building webkit-efl
* see http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003798.html
  for details

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/fontconfig/fontconfig-2.8.0/fix-pkgconfig.patch
meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb

index c8a3bf5d177e7e60377c17648922aae1701c802a..30415fce763b5a825e5f3c35eff5531486e24b31 100644 (file)
@@ -11,5 +11,5 @@ Upstream-Status: Inappropriate [configuration]
  Version: @VERSION@
  Libs: -L${libdir} -lfontconfig
 -Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@
-+Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ -L{libdir} -lfreetype @ICONV_LIBS@
++Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ -L${libdir} -lfreetype @ICONV_LIBS@
  Cflags: -I${includedir}
index 53810652567eeb0620e3f902452c9135f49ced29..55c04cc909f9db7928683c71200ac7c0cd593a49 100644 (file)
@@ -20,7 +20,7 @@ SECTION = "libs"
 
 DEPENDS = "expat freetype zlib"
 
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "http://fontconfig.org/release/fontconfig-${PV}.tar.gz \
            file://fix-pkgconfig.patch \