summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_4.11.0.bb
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2018-08-18 18:37:13 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-08-20 11:35:53 -0400
commitd8173ad1c0dde5add365e8d79596747123809a58 (patch)
treed9cebeb4cd0470d35e9b09cee6b8c914958f3c67 /recipes-extended/xen/xen_4.11.0.bb
parent2c8e62d5b446d9bb167df317bc47111fdee0df33 (diff)
downloadmeta-virtualization-d8173ad1c0dde5add365e8d79596747123809a58.tar.gz
xen: fix build on aarch64 w/ gcc 8.2
Adds patch for compatibility with gcc 8.2, to fix string lengths for copied values to prevent array-bounds warnings. Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended/xen/xen_4.11.0.bb')
-rw-r--r--recipes-extended/xen/xen_4.11.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen_4.11.0.bb b/recipes-extended/xen/xen_4.11.0.bb
index 78841942..d7cff324 100644
--- a/recipes-extended/xen/xen_4.11.0.bb
+++ b/recipes-extended/xen/xen_4.11.0.bb
@@ -4,6 +4,7 @@ require xen.inc
4SRC_URI = " \ 4SRC_URI = " \
5 https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \ 5 https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz \
6 file://tools-xentop-vwprintw.patch \ 6 file://tools-xentop-vwprintw.patch \
7 file://xen-4.11-arm-acpi-fix-string-lengths.patch \
7 " 8 "
8 9
9SRC_URI[md5sum] = "cbec0600284921744bc14119f4ed3fff" 10SRC_URI[md5sum] = "cbec0600284921744bc14119f4ed3fff"