diff options
author | Maxin B. John <maxin.john@intel.com> | 2015-12-14 16:34:09 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-16 12:12:16 +0000 |
commit | 5c6ff26cd85a5f710377959f92745b092866e234 (patch) | |
tree | 9ca5415888e1d77b38458d319f2dbcd801278fe1 /meta/recipes-support | |
parent | a444eb5951112a4900665677b3bff323a8828e3f (diff) | |
download | poky-5c6ff26cd85a5f710377959f92745b092866e234.tar.gz |
libxslt: use proper SRC_URI
Remove extra / from SRC_URI
(From OE-Core rev: 6bad80d2f7630aa013c986fee9751a888cacef47)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libxslt/libxslt_1.1.28.bb | 2 |
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" | |||
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | DEPENDS = "libxml2" | 9 | DEPENDS = "libxml2" |
10 | 10 | ||
11 | SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \ | 11 | SRC_URI = "ftp://xmlsoft.org/libxslt/libxslt-${PV}.tar.gz \ |
12 | file://pkgconfig_fix.patch \ | 12 | file://pkgconfig_fix.patch \ |
13 | file://pkgconfig.patch \ | 13 | file://pkgconfig.patch \ |
14 | file://CVE-2015-7995.patch" | 14 | file://CVE-2015-7995.patch" |