From e0884db20be8582f8ecf161a5dc1a84c620e68dd Mon Sep 17 00:00:00 2001 From: Christopher Clark Date: Tue, 25 Feb 2020 16:15:49 -0800 Subject: [PATCH] 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 Signed-off-by: Bruce Ashfield --- recipes-extended/xen/{xen_4.12.0.bb => xen_4.12.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-extended/xen/{xen_4.12.0.bb => xen_4.12.2.bb} (63%) diff --git a/recipes-extended/xen/xen_4.12.0.bb b/recipes-extended/xen/xen_4.12.2.bb similarity index 63% rename from recipes-extended/xen/xen_4.12.0.bb rename to 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 = " \ file://0001-python-pygrub-pass-DISTUTILS-xen.4.12.patch \ " -SRC_URI[md5sum] = "7d24d4541e3025421e02384cabc3528b" -SRC_URI[sha256sum] = "6e5455e4a58dcb2339bfcd2a89842728068b530aa62501843793f7cf743c4d64" +SRC_URI[md5sum] = "57084e3f55bbec063d38b464e1b7e4f2" +SRC_URI[sha256sum] = "1c75cbe728dfabf02b7f9a17ce96ee7d202d2fd4b4689490018d3a28b63f9fa3" S = "${WORKDIR}/xen-${PV}"