summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_4.7.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/xen/xen_4.7.0.bb')
-rw-r--r--recipes-extended/xen/xen_4.7.0.bb11
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes-extended/xen/xen_4.7.0.bb b/recipes-extended/xen/xen_4.7.0.bb
deleted file mode 100644
index 431160fb..00000000
--- a/recipes-extended/xen/xen_4.7.0.bb
+++ /dev/null
@@ -1,11 +0,0 @@
1require xen.inc
2
3SRC_URI = " \
4 https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \
5 file://libxl-compilation-warning-fix-for-arm-aarch64.patch \
6 "
7
8SRC_URI[md5sum] = "3aa4e01bf37a3a5bc8572907cb88e649"
9SRC_URI[sha256sum] = "be5876144d49729572ae06142e0bb93f1c1f2695578141eff2931995add24623"
10
11S = "${WORKDIR}/xen-${PV}"