summaryrefslogtreecommitdiffstats
path: root/recipes-extended
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:06 -0500
commita7218f66116b067c3e4da10244a433236d9e62c4 (patch)
tree3bec5336a89a4db2e8259f4d18089473218f6df5 /recipes-extended
parent67c31a3f5c12bc035b5caa5bf81986363e83fdec (diff)
downloadmeta-virtualization-a7218f66116b067c3e4da10244a433236d9e62c4.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>
Diffstat (limited to 'recipes-extended')
-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