aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libxslt
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2015-12-14 16:34:09 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-16 12:11:24 +0000
commit6bad80d2f7630aa013c986fee9751a888cacef47 (patch)
treed5d5bc78d217c3befc1935e7bf6f1ce6d8a31d49 /meta/recipes-support/libxslt
parentc2492edcb9366ed1741fc6be7d41bc17844041fd (diff)
downloadopenembedded-core-contrib-6bad80d2f7630aa013c986fee9751a888cacef47.tar.gz
libxslt: use proper SRC_URI
Remove extra / from SRC_URI Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/libxslt')
-rw-r--r--meta/recipes-support/libxslt/libxslt_1.1.28.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.28.bb b/meta/recipes-support/libxslt/libxslt_1.1.28.bb
index bedc03e95d..23ac599de5 100644
--- a/meta/recipes-support/libxslt/libxslt_1.1.28.bb
+++ b/meta/recipes-support/libxslt/libxslt_1.1.28.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://Copyright;md5=0cd9a07afbeb24026c9b03aecfeba458"
SECTION = "libs"
DEPENDS = "libxml2"
-SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \
+SRC_URI = "ftp://xmlsoft.org/libxslt/libxslt-${PV}.tar.gz \
file://pkgconfig_fix.patch \
file://pkgconfig.patch \
file://CVE-2015-7995.patch"