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:11:24 +0000 |
commit | 6bad80d2f7630aa013c986fee9751a888cacef47 (patch) | |
tree | d5d5bc78d217c3befc1935e7bf6f1ce6d8a31d49 /meta/recipes-support/libxslt/libxslt_1.1.28.bb | |
parent | c2492edcb9366ed1741fc6be7d41bc17844041fd (diff) | |
download | openembedded-core-6bad80d2f7630aa013c986fee9751a888cacef47.tar.gz openembedded-core-6bad80d2f7630aa013c986fee9751a888cacef47.tar.bz2 openembedded-core-6bad80d2f7630aa013c986fee9751a888cacef47.zip |
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/libxslt_1.1.28.bb')
-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" 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" |