[OE-core] [PATCH 1/4] libxslt: use proper SRC_URI

Maxin B. John maxin.john at intel.com
Mon Dec 14 14:34:09 UTC 2015


Remove extra / from SRC_URI

Signed-off-by: Maxin B. John <maxin.john at intel.com>
---
 meta/recipes-support/libxslt/libxslt_1.1.28.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/libxslt/libxslt_1.1.28.bb b/meta/recipes-support/libxslt/libxslt_1.1.28.bb
index bedc03e..23ac599 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"
-- 
2.4.0




More information about the Openembedded-core mailing list