]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxslt: Fix pkgconfig patch for exslt
authorRichard Purdie <richard@openedhand.com>
Fri, 17 Oct 2008 11:30:56 +0000 (11:30 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 17 Oct 2008 11:30:56 +0000 (11:30 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5536 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libxslt/files/pkgconfig_fix.patch
meta/packages/libxslt/libxslt_1.1.22.bb

index 5e4a38f0b2e398b2798bcb91c08509ad85143e41..d21663896ffafb6b24e61eca7d58bd0d541803b4 100644 (file)
@@ -7,7 +7,7 @@ Index: libxslt-1.1.22/libexslt.pc.in
  Description: EXSLT Extension library
  Requires: libxml-2.0
 -Libs: @EXSLT_LIBDIR@ @EXSLT_LIBS@
-+Libs: -lxslt @EXSLT_LIBDIR@ @M_LIBS@
++Libs: -lexslt @EXSLT_LIBDIR@ @M_LIBS@
  Cflags: @EXSLT_INCLUDEDIR@
 Index: libxslt-1.1.22/libxslt.pc.in
 ===================================================================
index 86fe70dff26b626228b62ca050f53683eeca11ec..85c97fada049bca0e211e389c6c8517eef0db624 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "libs"
 PRIORITY = "optional"
 DEPENDS = "libxml2 (>=2.6.27)"
 LICENSE = "MIT"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "ftp://xmlsoft.org/libxml2/libxslt-${PV}.tar.gz \
            file://pkgconfig_fix.patch;patch=1"