blob: 35c91373f8b80e16df37c5684d81ff298dfdd7b7 [file] [log] [blame]
Patrick Williamse69d2352017-02-23 20:56:04 -06001require xen.inc
2
3SRC_URI = " \
4 https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \
5 "
6
7SRC_URI[md5sum] = "d738f7c741110342621cb8a4d10b0191"
8SRC_URI[sha256sum] = "1e15c713ab7ba3bfda8b4a285ed973529364fd1100e6dd5a61f29583dc667b04"
9
10S = "${WORKDIR}/xen-${PV}"