summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2020-02-25 16:15:49 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-02-27 16:59:22 -0500
commite0884db20be8582f8ecf161a5dc1a84c620e68dd (patch)
treed177f91e7eb4254592b32e748583af54fabaf711 /recipes-extended
parent64eb6f5595ebaff529db60b2fff5e05ec71be2b1 (diff)
downloadmeta-virtualization-e0884db20be8582f8ecf161a5dc1a84c620e68dd.tar.gz
xen: upgrade to 4.12.2
Fixes the build failure with 4.12.0 seen with the newer OE compiler. Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/xen/xen_4.12.2.bb (renamed from recipes-extended/xen/xen_4.12.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/xen/xen_4.12.0.bb b/recipes-extended/xen/xen_4.12.2.bb
index 246be7a0..affeb4a4 100644
--- a/recipes-extended/xen/xen_4.12.0.bb
+++ b/recipes-extended/xen/xen_4.12.2.bb
@@ -6,7 +6,7 @@ SRC_URI = " \
6 file://0001-python-pygrub-pass-DISTUTILS-xen.4.12.patch \ 6 file://0001-python-pygrub-pass-DISTUTILS-xen.4.12.patch \
7 " 7 "
8 8
9SRC_URI[md5sum] = "7d24d4541e3025421e02384cabc3528b" 9SRC_URI[md5sum] = "57084e3f55bbec063d38b464e1b7e4f2"
10SRC_URI[sha256sum] = "6e5455e4a58dcb2339bfcd2a89842728068b530aa62501843793f7cf743c4d64" 10SRC_URI[sha256sum] = "1c75cbe728dfabf02b7f9a17ce96ee7d202d2fd4b4689490018d3a28b63f9fa3"
11 11
12S = "${WORKDIR}/xen-${PV}" 12S = "${WORKDIR}/xen-${PV}"