diff options
| author | Doug Goldstein <cardoe@cardoe.com> | 2016-12-18 10:44:56 -0600 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-12-18 22:47:11 -0500 |
| commit | 923bf510d56d32e377ec2d0986d22512ac8a9423 (patch) | |
| tree | 893cb002fde31c563951fa2bc778aa922fc8d7da /recipes-extended/xen/xen_4.8.0.bb | |
| parent | 1f3d204bf58e67365643eb9a93345ce8f3beb3dd (diff) | |
| download | meta-virtualization-923bf510d56d32e377ec2d0986d22512ac8a9423.tar.gz | |
xen: bump to version 4.8.0
Version bump to the latest release.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended/xen/xen_4.8.0.bb')
| -rw-r--r-- | recipes-extended/xen/xen_4.8.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen_4.8.0.bb b/recipes-extended/xen/xen_4.8.0.bb new file mode 100644 index 00000000..35c91373 --- /dev/null +++ b/recipes-extended/xen/xen_4.8.0.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | require xen.inc | ||
| 2 | |||
| 3 | SRC_URI = " \ | ||
| 4 | https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \ | ||
| 5 | " | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "d738f7c741110342621cb8a4d10b0191" | ||
| 8 | SRC_URI[sha256sum] = "1e15c713ab7ba3bfda8b4a285ed973529364fd1100e6dd5a61f29583dc667b04" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/xen-${PV}" | ||
