summaryrefslogtreecommitdiff
path: root/import-layers/meta-virtualization/recipes-extended/xen/xen_4.8.0.bb
blob: 35c91373f8b80e16df37c5684d81ff298dfdd7b7 (plain)
1
2
3
4
5
6
7
8
9
10
require xen.inc

SRC_URI = " \
    https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \
    "

SRC_URI[md5sum] = "d738f7c741110342621cb8a4d10b0191"
SRC_URI[sha256sum] = "1e15c713ab7ba3bfda8b4a285ed973529364fd1100e6dd5a61f29583dc667b04"

S = "${WORKDIR}/xen-${PV}"