diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libxslt/libxslt/pkgconfig_fix.patch | 22 | ||||
-rw-r--r-- | meta/recipes-support/libxslt/libxslt_1.1.27.bb (renamed from meta/recipes-support/libxslt/libxslt_1.1.26.bb) | 6 |
2 files changed, 14 insertions, 14 deletions
diff --git a/meta/recipes-support/libxslt/libxslt/pkgconfig_fix.patch b/meta/recipes-support/libxslt/libxslt/pkgconfig_fix.patch index 6386889524..16a801010c 100644 --- a/meta/recipes-support/libxslt/libxslt/pkgconfig_fix.patch +++ b/meta/recipes-support/libxslt/libxslt/pkgconfig_fix.patch | |||
@@ -1,24 +1,24 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | 1 | Upstream-Status: Inappropriate [configuration] |
2 | 2 | ||
3 | Index: libxslt-1.1.22/libexslt.pc.in | 3 | Index: libxslt-1.1.27/libexslt.pc.in |
4 | =================================================================== | 4 | =================================================================== |
5 | --- libxslt-1.1.22.orig/libexslt.pc.in 2008-03-19 16:52:20.000000000 +0000 | 5 | --- libxslt-1.1.27.orig/libexslt.pc.in |
6 | +++ libxslt-1.1.22/libexslt.pc.in 2008-03-19 16:55:49.000000000 +0000 | 6 | +++ libxslt-1.1.27/libexslt.pc.in |
7 | @@ -8,5 +8,5 @@ | 7 | @@ -8,5 +8,5 @@ Name: libexslt |
8 | Version: @LIBEXSLT_VERSION@ | 8 | Version: @LIBEXSLT_VERSION@ |
9 | Description: EXSLT Extension library | 9 | Description: EXSLT Extension library |
10 | Requires: libxml-2.0 | 10 | Requires: libxml-2.0 |
11 | -Libs: @EXSLT_LIBDIR@ @EXSLT_LIBS@ | 11 | -Libs: @EXSLT_LIBDIR@ @EXSLT_LIBS@ |
12 | +Libs: -lexslt @EXSLT_LIBDIR@ @M_LIBS@ | 12 | +Libs: -lexslt @EXSLT_LIBDIR@ @EXSLT_LIBS@ |
13 | Cflags: @EXSLT_INCLUDEDIR@ | 13 | Cflags: @EXSLT_INCLUDEDIR@ |
14 | Index: libxslt-1.1.22/libxslt.pc.in | 14 | Index: libxslt-1.1.27/libxslt.pc.in |
15 | =================================================================== | 15 | =================================================================== |
16 | --- libxslt-1.1.22.orig/libxslt.pc.in 2008-03-19 16:52:20.000000000 +0000 | 16 | --- libxslt-1.1.27.orig/libxslt.pc.in |
17 | +++ libxslt-1.1.22/libxslt.pc.in 2008-03-19 16:55:38.000000000 +0000 | 17 | +++ libxslt-1.1.27/libxslt.pc.in |
18 | @@ -8,5 +8,5 @@ | 18 | @@ -8,5 +8,5 @@ Name: libxslt |
19 | Version: @VERSION@ | 19 | Version: @VERSION@ |
20 | Description: XSLT library version 2. | 20 | Description: XSLT library version 2. |
21 | Requires: libxml-2.0 | 21 | Requires: libxml-2.0 |
22 | -Libs: @XSLT_LIBDIR@ @XSLT_LIBS@ | 22 | -Libs: @XSLT_LIBDIR@ @XSLT_LIBS@ @EXTRA_LIBS@ |
23 | +Libs: -lxslt @XSLT_LIBDIR@ @M_LIBS@ | 23 | +Libs: -lxslt @XSLT_LIBDIR@ @XSLT_LIBS@ @EXTRA_LIBS@ |
24 | Cflags: @XSLT_INCLUDEDIR@ | 24 | Cflags: @XSLT_INCLUDEDIR@ |
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.26.bb b/meta/recipes-support/libxslt/libxslt_1.1.27.bb index e4cc21472b..925c8608c5 100644 --- a/meta/recipes-support/libxslt/libxslt_1.1.26.bb +++ b/meta/recipes-support/libxslt/libxslt_1.1.27.bb | |||
@@ -7,13 +7,13 @@ LIC_FILES_CHKSUM = "file://Copyright;md5=0cd9a07afbeb24026c9b03aecfeba458" | |||
7 | 7 | ||
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | DEPENDS = "libxml2" | 9 | DEPENDS = "libxml2" |
10 | PR = "r8" | 10 | PR = "r0" |
11 | 11 | ||
12 | SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \ | 12 | SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \ |
13 | file://pkgconfig_fix.patch" | 13 | file://pkgconfig_fix.patch" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "e61d0364a30146aaa3001296f853b2b9" | 15 | SRC_URI[md5sum] = "4d01ff464b9ea7236925a1adf147c7f8" |
16 | SRC_URI[sha256sum] = "55dd52b42861f8a02989d701ef716d6280bfa02971e967c285016f99c66e3db1" | 16 | SRC_URI[sha256sum] = "b6a8d9a421f2630999ca91d9f8c091ee8ea2d580e6be84c1d21b2a45e11e7e26" |
17 | S = "${WORKDIR}/libxslt-${PV}" | 17 | S = "${WORKDIR}/libxslt-${PV}" |
18 | 18 | ||
19 | inherit autotools pkgconfig binconfig lib_package | 19 | inherit autotools pkgconfig binconfig lib_package |