mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
ea94bfc344
commit
d08cf62af0
|
@ -192,7 +192,7 @@ do_post_patch() {
|
|||
|
||||
do_post_patch_append_arm() {
|
||||
# The hypervisor binary must not be built with the hard floating point ABI.
|
||||
echo "CC := \$(filter-out ${TUNE_CCARGS},\$(CC))" >> ${B}/xen/arch/arm/Rules.mk
|
||||
echo "CC := \$(filter-out ${TUNE_CCARGS},\$(CC))" >> ${S}/xen/arch/arm/Rules.mk
|
||||
}
|
||||
|
||||
addtask post_patch after do_patch before do_configure
|
||||
|
|
Loading…
Reference in New Issue
Block a user