summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2016-12-18 10:44:55 -0600
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-12-18 22:47:11 -0500
commit1f3d204bf58e67365643eb9a93345ce8f3beb3dd (patch)
tree322329dac403803e24c2d6335c758987051a20e6
parentf3643212c2a87a29e2c8066a1a544612d1598de8 (diff)
downloadmeta-virtualization-1f3d204bf58e67365643eb9a93345ce8f3beb3dd.tar.gz
xen: switch to updated download URL
The Xen Project has changed the officially supported download URL to be from xenproject.org. This changes to the officially supported URLs. Signed-off-by: Doug Goldstein <cardoe@cardoe.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-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