From: Maxin B. John Date: Mon, 14 Dec 2015 14:34:09 +0000 (+0200) Subject: libxslt: use proper SRC_URI X-Git-Tag: 2016-4~1913 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6bad80d2f7630aa013c986fee9751a888cacef47;p=openembedded-core.git libxslt: use proper SRC_URI Remove extra / from SRC_URI Signed-off-by: Maxin B. John Signed-off-by: Ross Burton --- 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"