summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2020-02-25 16:16:02 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-02-27 16:59:23 -0500
commitd08cf62af0f9509d6687899985882b3f277dd8d3 (patch)
tree6ddd33e6e2a216540e0ab5f7d05f74af40c1a1ba /recipes-extended
parentea94bfc3441cb33b17f4eeac06ff23d450465baf (diff)
downloadmeta-virtualization-d08cf62af0f9509d6687899985882b3f277dd8d3.tar.gz
xen, xen-tools: bug fix to post_patch task
Patch needs to be applied to tree in ${S}. 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.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 32e836a9..d863c8f0 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -192,7 +192,7 @@ do_post_patch() {
192 192
193do_post_patch_append_arm() { 193do_post_patch_append_arm() {
194 # The hypervisor binary must not be built with the hard floating point ABI. 194 # The hypervisor binary must not be built with the hard floating point ABI.
195 echo "CC := \$(filter-out ${TUNE_CCARGS},\$(CC))" >> ${B}/xen/arch/arm/Rules.mk 195 echo "CC := \$(filter-out ${TUNE_CCARGS},\$(CC))" >> ${S}/xen/arch/arm/Rules.mk
196} 196}
197 197
198addtask post_patch after do_patch before do_configure 198addtask post_patch after do_patch before do_configure