From e0884db20be8582f8ecf161a5dc1a84c620e68dd Mon Sep 17 00:00:00 2001 From: Christopher Clark Date: Tue, 25 Feb 2020 16:15:49 -0800 Subject: 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 | 12 ------------ recipes-extended/xen/xen_4.12.2.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 recipes-extended/xen/xen_4.12.0.bb create mode 100644 recipes-extended/xen/xen_4.12.2.bb (limited to 'recipes-extended') diff --git a/recipes-extended/xen/xen_4.12.0.bb b/recipes-extended/xen/xen_4.12.0.bb deleted file mode 100644 index 246be7a0..00000000 --- a/recipes-extended/xen/xen_4.12.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -require xen.inc - -SRC_URI = " \ - https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \ - file://0001-python-pygrub-pass-DISTUTILS-xen.4.12.patch \ - " - -SRC_URI[md5sum] = "7d24d4541e3025421e02384cabc3528b" -SRC_URI[sha256sum] = "6e5455e4a58dcb2339bfcd2a89842728068b530aa62501843793f7cf743c4d64" - -S = "${WORKDIR}/xen-${PV}" diff --git a/recipes-extended/xen/xen_4.12.2.bb b/recipes-extended/xen/xen_4.12.2.bb new file mode 100644 index 00000000..affeb4a4 --- /dev/null +++ b/recipes-extended/xen/xen_4.12.2.bb @@ -0,0 +1,12 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" +require xen.inc + +SRC_URI = " \ + https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \ + file://0001-python-pygrub-pass-DISTUTILS-xen.4.12.patch \ + " + +SRC_URI[md5sum] = "57084e3f55bbec063d38b464e1b7e4f2" +SRC_URI[sha256sum] = "1c75cbe728dfabf02b7f9a17ce96ee7d202d2fd4b4689490018d3a28b63f9fa3" + +S = "${WORKDIR}/xen-${PV}" -- cgit v1.2.3-54-g00ecf