diff options
| -rw-r--r-- | meta/recipes-support/libxslt/libxslt/pkgconfig_fix.patch | 24 | ||||
| -rw-r--r-- | meta/recipes-support/libxslt/libxslt_1.1.32.bb | 5 |
2 files changed, 1 insertions, 28 deletions
diff --git a/meta/recipes-support/libxslt/libxslt/pkgconfig_fix.patch b/meta/recipes-support/libxslt/libxslt/pkgconfig_fix.patch deleted file mode 100644 index 16a801010c..0000000000 --- a/meta/recipes-support/libxslt/libxslt/pkgconfig_fix.patch +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | Upstream-Status: Inappropriate [configuration] | ||
| 2 | |||
| 3 | Index: libxslt-1.1.27/libexslt.pc.in | ||
| 4 | =================================================================== | ||
| 5 | --- libxslt-1.1.27.orig/libexslt.pc.in | ||
| 6 | +++ libxslt-1.1.27/libexslt.pc.in | ||
| 7 | @@ -8,5 +8,5 @@ Name: libexslt | ||
| 8 | Version: @LIBEXSLT_VERSION@ | ||
| 9 | Description: EXSLT Extension library | ||
| 10 | Requires: libxml-2.0 | ||
| 11 | -Libs: @EXSLT_LIBDIR@ @EXSLT_LIBS@ | ||
| 12 | +Libs: -lexslt @EXSLT_LIBDIR@ @EXSLT_LIBS@ | ||
| 13 | Cflags: @EXSLT_INCLUDEDIR@ | ||
| 14 | Index: libxslt-1.1.27/libxslt.pc.in | ||
| 15 | =================================================================== | ||
| 16 | --- libxslt-1.1.27.orig/libxslt.pc.in | ||
| 17 | +++ libxslt-1.1.27/libxslt.pc.in | ||
| 18 | @@ -8,5 +8,5 @@ Name: libxslt | ||
| 19 | Version: @VERSION@ | ||
| 20 | Description: XSLT library version 2. | ||
| 21 | Requires: libxml-2.0 | ||
| 22 | -Libs: @XSLT_LIBDIR@ @XSLT_LIBS@ @EXTRA_LIBS@ | ||
| 23 | +Libs: -lxslt @XSLT_LIBDIR@ @XSLT_LIBS@ @EXTRA_LIBS@ | ||
| 24 | Cflags: @XSLT_INCLUDEDIR@ | ||
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.32.bb b/meta/recipes-support/libxslt/libxslt_1.1.32.bb index b8951ab3a8..6a03f77699 100644 --- a/meta/recipes-support/libxslt/libxslt_1.1.32.bb +++ b/meta/recipes-support/libxslt/libxslt_1.1.32.bb | |||
| @@ -8,10 +8,7 @@ LIC_FILES_CHKSUM = "file://Copyright;md5=0cd9a07afbeb24026c9b03aecfeba458" | |||
| 8 | SECTION = "libs" | 8 | SECTION = "libs" |
| 9 | DEPENDS = "libxml2" | 9 | DEPENDS = "libxml2" |
| 10 | 10 | ||
| 11 | SRC_URI = "http://xmlsoft.org/sources/libxslt-${PV}.tar.gz \ | 11 | SRC_URI = "http://xmlsoft.org/sources/libxslt-${PV}.tar.gz" |
| 12 | file://pkgconfig_fix.patch \ | ||
| 13 | " | ||
| 14 | |||
| 15 | SRC_URI[md5sum] = "1fc72f98e98bf4443f1651165f3aa146" | 12 | SRC_URI[md5sum] = "1fc72f98e98bf4443f1651165f3aa146" |
| 16 | SRC_URI[sha256sum] = "526ecd0abaf4a7789041622c3950c0e7f2c4c8835471515fd77eec684a355460" | 13 | SRC_URI[sha256sum] = "526ecd0abaf4a7789041622c3950c0e7f2c4c8835471515fd77eec684a355460" |
| 17 | 14 | ||
