diff options
author | Ross Burton <ross.burton@intel.com> | 2017-12-06 14:55:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-18 18:03:57 +0000 |
commit | e372073f9fd8d6537454a0f406cb5919e696ffa4 (patch) | |
tree | 64b2788cdff5b41556f39a6c53448089282af5f7 /meta/recipes-support/libxslt/libxslt_1.1.32.bb | |
parent | 56612146f3c30261b498ea9c2facdfa7042ae0f4 (diff) | |
download | poky-e372073f9fd8d6537454a0f406cb5919e696ffa4.tar.gz |
libxslt: remove inappropriate patch
This was patching -lxslt directly into the pkgconfig file, but XSLT_LIBS already
contains this so the patch is redundant.
(From OE-Core rev: 57b811b61dfbea551e6a4bdd98ec697729f1411b)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libxslt/libxslt_1.1.32.bb')
-rw-r--r-- | meta/recipes-support/libxslt/libxslt_1.1.32.bb | 5 |
1 files changed, 1 insertions, 4 deletions
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 | ||