summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_4.6.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/xen/xen_4.6.1.bb')
-rw-r--r--recipes-extended/xen/xen_4.6.1.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen_4.6.1.bb b/recipes-extended/xen/xen_4.6.1.bb
new file mode 100644
index 00000000..0adf8adb
--- /dev/null
+++ b/recipes-extended/xen/xen_4.6.1.bb
@@ -0,0 +1,10 @@
1require xen.inc
2
3SRC_URI = " \
4 http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz \
5 "
6
7SRC_URI[md5sum] = "df2d854c3c90ffeefaf71e7f868fb326"
8SRC_URI[sha256sum] = "44cc2fccba1e147ef4c8da0584ce0f24189c8743de0e3e9a9226da88ddb5f589"
9
10S = "${WORKDIR}/xen-${PV}"