summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/xen/xen_4.7.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen_4.7.0.bb b/recipes-extended/xen/xen_4.7.0.bb
index adb5c363..431160fb 100644
--- a/recipes-extended/xen/xen_4.7.0.bb
+++ b/recipes-extended/xen/xen_4.7.0.bb
@@ -1,7 +1,7 @@
1require xen.inc 1require xen.inc
2 2
3SRC_URI = " \ 3SRC_URI = " \
4 http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz \ 4 https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \
5 file://libxl-compilation-warning-fix-for-arm-aarch64.patch \ 5 file://libxl-compilation-warning-fix-for-arm-aarch64.patch \
6 " 6 "
7 7