diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-08-14 12:06:20 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-08-14 12:06:23 -0400 |
commit | 56cb449b6a56689a8d6849a7a527844791af3836 (patch) | |
tree | cb98f505230f3ff06dcc0fcf0d80f7e3a64b8457 | |
parent | faa16f7ede1b6500e4570ea020754f8e4aae6c32 (diff) | |
download | meta-virtualization-56cb449b6a56689a8d6849a7a527844791af3836.tar.gz |
xen: remove 4.8 recipe
We have 4.9 in the tree, so we no longer need the 4.8 variant.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-extended/xen/xen_4.8.0.bb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes-extended/xen/xen_4.8.0.bb b/recipes-extended/xen/xen_4.8.0.bb deleted file mode 100644 index 35c91373..00000000 --- a/recipes-extended/xen/xen_4.8.0.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
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}" | ||